Enable IP forwarding
To enable IP packet forwarding please edit /etc/sysctl.conf with your editor of choice and set:
# Controls IP packet forwarding net.ipv4.ip_forward = 1
You can then verify your settings with:
/sbin/sysctl -p
[FrontPage] [TitleIndex] [WordIndex] |
To enable IP packet forwarding please edit /etc/sysctl.conf with your editor of choice and set:
# Controls IP packet forwarding net.ipv4.ip_forward = 1
You can then verify your settings with:
/sbin/sysctl -p