eth: start wlan & vpn
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
This commit is contained in:
parent
72943989c7
commit
0a58324a02
1 changed files with 8 additions and 0 deletions
8
eth-wlan-vpn.sh
Executable file
8
eth-wlan-vpn.sh
Executable file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/sh -e
|
||||
# Nico Schottelius, 20080910 11:09
|
||||
ip link set wlan0 down
|
||||
iwconfig wlan0 essid any
|
||||
ip link set wlan0 up
|
||||
iwconfig wlan0 essid any
|
||||
udhcpc -nqfi wlan0
|
||||
vpnc ~nico/firmen/ethz/vpn/vpnc.conf
|
Loading…
Add table
Reference in a new issue