File:  [ELWIX - Embedded LightWeight unIX -] / elwix / config / etc / uboot / rc.d / 014.gif.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, 6 months ago) by misho
Branches: elwix2_2
add files

#!/bin/sh

IFACE="gif0"

TUNNEL="172.31.2.1 172.31.2.2"

OPT="mtu 1500"
IP="10.10.10.1/24 10.10.10.2"

echo "Config GIF-IPoverIP network interface $IFACE ..."
ifconfig $IFACE create
ifconfig $IFACE tunnel $TUNNEL
ifconfig $IFACE inet $IP $OPT up

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