Difference between revisions of "Talk:Installation on Debian/old"
(ip_forward setup) |
|||
Line 5: | Line 5: | ||
== ip_forward setup == | == ip_forward setup == | ||
− | If you want network access for the virtual server then you need to enable IP forwarding. Set "ip_forward" to yes in /etc/network | + | If you want network access for the virtual server then you need to enable IP forwarding. |
− | # editor /etc/network/options | + | Set "ip_forward" to yes in /etc/network option. |
+ | # editor /etc/network/options | ||
: /etc/network/options is deprecated. ip_forward may be enabled in /etc/sysctl.conf by adding the line "net.ipv4.ip_forward=1" | : /etc/network/options is deprecated. ip_forward may be enabled in /etc/sysctl.conf by adding the line "net.ipv4.ip_forward=1" |
Revision as of 13:19, 9 February 2007
info about needed modules in kernel-config
info about "Yet Another mkInitRD" yaid tools creating initrd-files
ip_forward setup
If you want network access for the virtual server then you need to enable IP forwarding. Set "ip_forward" to yes in /etc/network option. # editor /etc/network/options
- /etc/network/options is deprecated. ip_forward may be enabled in /etc/sysctl.conf by adding the line "net.ipv4.ip_forward=1"