add some history for eth/wlan-vpn.sh

Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
Nico Schottelius 2009-04-17 20:09:01 +02:00
parent a6451f4188
commit 2d43a3edb1
2 changed files with 10 additions and 4 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
udhcpc -nfqi wlan0 && vpnc ~nico/ethz/vpn/pc.conf

View file

@ -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