Currently we don't have the configurable option.

1. You can add egress rule on network with protocol 'all' to allow all outbound 
traffic once the network is created.

2. If you want to allow traffic by default when ever router is created 
One work around will be add the below line into the iptables-router file after 
the this line    -I FW_OUTBOUND -m state --state RELATED,ESTABLISHED -j ACCEPT

-A FW_OUTBOUND  -j ACCEPT
 

Thanks,
Jayapal


On 20-May-2013, at 2:18 PM, Len Bellemore <len.bellem...@controlcircle.com> 
wrote:

> Hi Guys
> 
> Anyone know if it's possible to change some of the default options on a 
> virtual router, so that every time it gets created it has particular rules?
> 
> My main issue is that I want to allow outbound access by default to every 
> account.
> 
> Thanks
> Len
> 

Reply via email to