summaryrefslogtreecommitdiff
path: root/test-scripts/anytun-svn-run
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2007-09-18 20:25:24 +0000
committerOthmar Gsenger <otti@anytun.org>2007-09-18 20:25:24 +0000
commit8bcd16df864aa31464bfe4c2cb63d3688861f676 (patch)
treea4846c14782c6bf02041263eb212cf88c2943ed3 /test-scripts/anytun-svn-run
parentautomatic scripts (diff)
test scripts
Diffstat (limited to 'test-scripts/anytun-svn-run')
-rwxr-xr-xtest-scripts/anytun-svn-run10
1 files changed, 0 insertions, 10 deletions
diff --git a/test-scripts/anytun-svn-run b/test-scripts/anytun-svn-run
deleted file mode 100755
index cf12181..0000000
--- a/test-scripts/anytun-svn-run
+++ /dev/null
@@ -1,10 +0,0 @@
-#!/bin/bash
-cd /home/otti/anytun
-killall anytun
-sleep 5
-./anytun -i 77.87.240.1 -n 77.87.244.1 255.255.252.0 &
-./anytun -i 77.87.240.1 -p 4445 -d anytun0 -t tun -n 77.87.240.2 77.87.240.3 -r 89.106.215.29 -o 4445 -w 0 &
-sleep 5
-ip route add 77.87.241.0/24 via 77.87.240.3 dev anytun0
-ip link set anytun0 mtu 1400
-exit 0