add script to init wlan0 and use eth vpn
Signed-off-by: Nico Schottelius <nico@ikn.schottelius.org>
This commit is contained in:
parent
055313228c
commit
6c816461ff
1 changed files with 4 additions and 0 deletions
4
eth-dhcp-vpnc.sh
Normal file
4
eth-dhcp-vpnc.sh
Normal file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
udhcpc -nfqi wlan0 && vpnc ~nico/ethz/vpn/pc.conf
|
||||
|
Loading…
Reference in a new issue