Sorry was abit quick at clicking "Save Changes".

This is how it looks in /etc/sysctl.conf now:

# Uncomment the next line to enable packet forwarding for IPv4
#net.ipv4.ip_forward=1

removing the # and running sysctl enables forwarding for me:

[EMAIL PROTECTED]:~# cat /proc/sys/net/ipv4/ip_forward
0
[EMAIL PROTECTED]:~# vi /etc/sysctl.conf 
[EMAIL PROTECTED]:~# sysctl -p
kernel.printk = 4 4 1 7
kernel.maps_protect = 1
fs.inotify.max_user_watches = 524288
vm.mmap_min_addr = 65536
net.ipv4.conf.default.rp_filter = 1
net.ipv4.conf.all.rp_filter = 1
net.ipv4.ip_forward = 1
[EMAIL PROTECTED]:~# cat /proc/sys/net/ipv4/ip_forward
1

-- 
sysctl.conf, net.ipv4.conf.default.forwarding, race condition?
https://bugs.launchpad.net/bugs/84537
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to