summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xvpn-connect6
1 files changed, 4 insertions, 2 deletions
diff --git a/vpn-connect b/vpn-connect
index cf1a764..80a31e6 100755
--- a/vpn-connect
+++ b/vpn-connect
@@ -1,9 +1,11 @@
#!/bin/bash
-vpnc --password-helper "$HOME/bin/vpn-getpass" tu.conf
+#vpnc --password-helper "$HOME/bin/vpn-getpass" tu.conf
+
+vpn-getpass | openconnect -u e1125452@student.tuwien.ac.at --authgroup TU_getunnelt --passwd-on-stdin -b -i vpntun0 vpn.tuwien.ac.at
ip route delete default dev vpntun0
-ip route add default via 192.168.4.1 dev eno1
+ip route add default via 192.168.4.1 dev br0
for i in 128.130.0.0/15 192.35.240.0/24 193.170.3.0/24 193.170.72.0/21; do
ip route add $i dev vpntun0