--- libaitcfg/example/010.wan.sh 2012/04/04 11:33:13 1.1 +++ libaitcfg/example/010.wan.sh 2012/04/04 13:11:48 1.2 @@ -0,0 +1,12 @@ +#!/bin/sh + +IFACE="rl0" + +MEDIA="autoselect" + +OPT="" +IP="" + +echo "Config Ethernet-WAN network interface $IFACE ..." +ifconfig $IFACE inet $IP media $MEDIA $OPT up +dhclient $IFACE