Router:Linux - Debian: Difference between revisions
Appearance
Content deleted Content added
Document the necessary changes to sysctl.conf (oops!) |
m Formatting fix. |
||
| Line 20: | Line 20: | ||
# Uncomment the next line to enable packet forwarding for IPv4 |
# Uncomment the next line to enable packet forwarding for IPv4 |
||
#net.ipv4.ip_forward=1 |
#net.ipv4.ip_forward=1 |
||
# Uncomment the next line to enable packet forwarding for IPv6 |
# Uncomment the next line to enable packet forwarding for IPv6 |
||
# Enabling this option disables Stateless Address Autoconfiguration |
# Enabling this option disables Stateless Address Autoconfiguration |
||
| Line 30: | Line 30: | ||
# Uncomment the next line to enable packet forwarding for IPv4 |
# Uncomment the next line to enable packet forwarding for IPv4 |
||
net.ipv4.ip_forward=1 |
net.ipv4.ip_forward=1 |
||
# Uncomment the next line to enable packet forwarding for IPv6 |
# Uncomment the next line to enable packet forwarding for IPv6 |
||
# Enabling this option disables Stateless Address Autoconfiguration |
# Enabling this option disables Stateless Address Autoconfiguration |
||