File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d / Attic / 014.etherip.stop
Revision 1.1.2.1: download - view: text, annotated - select for diffs - revision graph
Thu Jan 23 09:34:55 2014 UTC (10 years, 7 months ago) by misho
Branches: elwix2_2
add files

#!/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

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>