diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-09-18 20:25:24 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-09-18 20:25:24 +0000 |
commit | 8bcd16df864aa31464bfe4c2cb63d3688861f676 (patch) | |
tree | a4846c14782c6bf02041263eb212cf88c2943ed3 /test-scripts/bin/anytun-svn-run | |
parent | automatic scripts (diff) |
test scripts
Diffstat (limited to 'test-scripts/bin/anytun-svn-run')
-rwxr-xr-x | test-scripts/bin/anytun-svn-run | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-scripts/bin/anytun-svn-run b/test-scripts/bin/anytun-svn-run new file mode 100755 index 0000000..cf12181 --- /dev/null +++ b/test-scripts/bin/anytun-svn-run @@ -0,0 +1,10 @@ +#!/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 |