File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / default / rc.d / Attic / 014.etherip.stop
Revision 1.1: download - view: text, annotated - select for diffs - revision graph
Tue Jul 5 23:43:00 2011 UTC (13 years, 2 months ago) by misho
Branches: MAIN
CVS tags: HEAD
Initial revision

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