#!/bin/sh echo $* #test for pcnet's bug ifconfig $1 172.20.0.1 up route add -net 172.20.0.0 netmask 255.255.0.0 gw 172.20.0.1 dev $1