Searched refs:LAN_DEV (Results 1 – 1 of 1) sorted by relevance
11 : ${LAN_DEV:=eth0} # LAN uplink on the host67 echo " -l host_lan_device LAN_DEV=$LAN_DEV"159 sudo iptables -t nat -A POSTROUTING -o $LAN_DEV -j MASQUERADE180 sudo ifconfig $LAN_DEV 0.0.0.0181 sudo brctl addif $BRIDGE $LAN_DEV197 sudo dhclient $LAN_DEV215 -l) shift; LAN_DEV=$1 ;;