nsbin/eth/lan-up.sh
Nico Schottelius e8e6ad2df6 add eth/lan-up.sh and move eth/wlan-vpn.sh
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
2009-04-02 12:58:19 +02:00

7 lines
112 B
Bash

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