On Saturday 08 July 2006 14:14, [EMAIL PROTECTED] wrote: > > I cant find anything that does the equivalent of > > echo 1 > /proc/sys/net/ipv4/ip_forward > > on my newly installed ubuntu box. Before I invent a way, does anybody > > know if I'm missing something. > > sed -i s/ip_forward=no/ip_forward=yes/ /etc/network/options
[EMAIL PROTECTED]:~$ cat /etc/network/options cat: /etc/network/options: No such file or directory so ... /etc/sysctl.conf # Uncomment the next line to enable packet forwarding for IPv4 net/ipv4/ip_forward=1 I have now solved all my network problems. Thanks James -- SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/ Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
