diff --git a/eth/lan-up.sh b/eth/lan-up.sh new file mode 100644 index 0000000..a1ea0fe --- /dev/null +++ b/eth/lan-up.sh @@ -0,0 +1,7 @@ +#!/bin/sh +# Use the lan instead of the wlan + +wpa_cli terminate +killall vpnc +ip l s wlan0 down +ip l s eth0 up diff --git a/eth-wlan-vpn.sh b/eth/wlan-vpn.sh similarity index 100% rename from eth-wlan-vpn.sh rename to eth/wlan-vpn.sh