From 2d43a3edb1974a04e4a9e01d83de821bb23804bf Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Fri, 17 Apr 2009 20:09:01 +0200 Subject: [PATCH] add some history for eth/wlan-vpn.sh Signed-off-by: Nico Schottelius --- eth-dhcp-vpnc.sh | 4 ---- eth/wlan-vpn.sh | 10 ++++++++++ 2 files changed, 10 insertions(+), 4 deletions(-) delete mode 100644 eth-dhcp-vpnc.sh diff --git a/eth-dhcp-vpnc.sh b/eth-dhcp-vpnc.sh deleted file mode 100644 index 23dd247..0000000 --- a/eth-dhcp-vpnc.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh - -udhcpc -nfqi wlan0 && vpnc ~nico/ethz/vpn/pc.conf - diff --git a/eth/wlan-vpn.sh b/eth/wlan-vpn.sh index 0761bca..9b6ffcf 100755 --- a/eth/wlan-vpn.sh +++ b/eth/wlan-vpn.sh @@ -1,5 +1,12 @@ #!/bin/sh -e # Nico Schottelius, 20080910 11:09 +# The initial version +# +# udhcpc -nfqi wlan0 && vpnc ~nico/ethz/vpn/pc.conf +# +# Failed due to many reasons. See the working hack/version below. +# +# #ip link set wlan0 down #iwconfig wlan0 essid public #ip link set wlan0 up @@ -19,3 +26,6 @@ vpnc ~nico/ethz/vpn/pc.conf #vpnc ~nico/firmen/ethz/vpn/vpnc.conf # vpnc-disconnect +#!/bin/sh + +