nsbin/eth/lan-up.sh
Nico Schottelius b99e5f9c7a alot of smaller changes
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-08-14 14:04:06 +02:00

8 lines
130 B
Bash
Executable file

#!/bin/sh
# Use the lan instead of the wlan
wpa_cli terminate
killall vpnc
ip l s wlan0 down
ip l s eth0 up
udhcpc -nfqi eth0