--- elwix/config/etc/uboot/rc.d/Attic/014.etherip.stop 2014/01/23 09:34:55 1.1 +++ elwix/config/etc/uboot/rc.d/Attic/014.etherip.stop 2014/01/23 09:34:55 1.1.2.1 @@ -0,0 +1,12 @@ +#!/bin/sh + +IFACE="gif0" + +TUNNEL="172.31.1.1 172.31.1.2" + +OPT="mtu 1500" + +echo "Config GIF-EtherOverIP network interface $IFACE ..." +ifconfig $IFACE create +ifconfig $IFACE tunnel $TUNNEL +ifconfig $IFACE $OPT up