diff options
Diffstat (limited to 'recipes-core')
-rw-r--r-- | recipes-core/multitech/config/network/interfaces | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-core/multitech/config/network/interfaces b/recipes-core/multitech/config/network/interfaces index a17a43a..04a1d3d 100644 --- a/recipes-core/multitech/config/network/interfaces +++ b/recipes-core/multitech/config/network/interfaces @@ -9,6 +9,7 @@ auto eth0 iface eth0 inet static address 192.168.2.1 netmask 255.255.255.0 +post-up ip addr show eth0 # Forwarding packets on eth0 # gateway 192.168.2.2 # pre-up bash -c 'echo 1 >/proc/sys/net/ipv4/ip_forward' |