add some history for eth/wlan-vpn.sh
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
a6451f4188
commit
2d43a3edb1
2 changed files with 10 additions and 4 deletions
|
@ -1,4 +0,0 @@
|
||||||
#!/bin/sh
|
|
||||||
|
|
||||||
udhcpc -nfqi wlan0 && vpnc ~nico/ethz/vpn/pc.conf
|
|
||||||
|
|
|
@ -1,5 +1,12 @@
|
||||||
#!/bin/sh -e
|
#!/bin/sh -e
|
||||||
# Nico Schottelius, 20080910 11:09
|
# 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
|
#ip link set wlan0 down
|
||||||
#iwconfig wlan0 essid public
|
#iwconfig wlan0 essid public
|
||||||
#ip link set wlan0 up
|
#ip link set wlan0 up
|
||||||
|
@ -19,3 +26,6 @@ vpnc ~nico/ethz/vpn/pc.conf
|
||||||
|
|
||||||
#vpnc ~nico/firmen/ethz/vpn/vpnc.conf
|
#vpnc ~nico/firmen/ethz/vpn/vpnc.conf
|
||||||
# vpnc-disconnect
|
# vpnc-disconnect
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue