From 6c816461ffec57a307a370b485d555f1ea79af58 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sat, 21 Mar 2009 16:15:33 +0100 Subject: [PATCH] add script to init wlan0 and use eth vpn Signed-off-by: Nico Schottelius --- eth-dhcp-vpnc.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eth-dhcp-vpnc.sh diff --git a/eth-dhcp-vpnc.sh b/eth-dhcp-vpnc.sh new file mode 100644 index 0000000..23dd247 --- /dev/null +++ b/eth-dhcp-vpnc.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +udhcpc -nfqi wlan0 && vpnc ~nico/ethz/vpn/pc.conf +