Difference between revisions of "Ip forward"
Jump to navigation
Jump to search
(New page: You might have noticed that /proc/sys/net/ipv4/ip_forward keeps getting reset to 0. If you go into /etc/network/options and change the line ip_forward=no to ip_forward=yes, the problem se...) |
|||
| Line 1: | Line 1: | ||
| − | You might have noticed that /proc/sys/net/ipv4/ip_forward keeps getting reset to 0. If you go into /etc/network/options and change the line ip_forward=no to ip_forward=yes | + | You might have noticed that /proc/sys/net/ipv4/ip_forward keeps getting reset to 0. If you go into |
| + | /etc/network/options and change the line | ||
| + | <pre>ip_forward=no | ||
| + | </pre> to | ||
| + | <pre> | ||
| + | ip_forward=yes | ||
| + | </pre> the problem seems to go away. | ||
Revision as of 21:05, 1 March 2010
You might have noticed that /proc/sys/net/ipv4/ip_forward keeps getting reset to 0. If you go into /etc/network/options and change the line
ip_forward=no
to
ip_forward=yes
the problem seems to go away.