[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-users] Configuring a local bridge
On Thu, Oct 04, 2007 at 03:47:00PM +0100, Geoff Kirk wrote: > Hi > > >I still can't get out of that box to the big internet, but I suspect > > > >that is a problem with my own firewall script. > > > > > > > Have you got this enabled? > > echo 1 > /proc/sys/net/ipv4/ip_forward Right, you need this and probably also: iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE Don't forgot to deactivate your firewall during the test to ensure it's not a wrong firewall configuration which prevents you from accessing the internet. Jens _______________________________________________ Xen-users mailing list Xen-users@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-users
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |