On 09/24/2010 05:17 PM, Sebastien Pahl wrote:
> Hi,
>
> you need to setup snat or masquerading if you want your containers to
> access the network.
>
> # sysctl -w net.ipv4.ip_forward=1
>
> snat (you need your ):
> # iptables -t nat -A POSTROUTING -o wlan0 -j SNAT --to-source=WLAN0_IP
>
> OR
>
> masquerading:
> # iptables -t nat -A POSTROUTING -o wlan0 -j MASQUERADE

mid-air collision :P

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Lxc-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to