nsbin/eth/lan-up.sh
Nico Schottelius a46ede1781 let linux/remove-kernel.sh remove more than one obsolete kernel
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-04-17 20:11:03 +02:00

7 lines
112 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