diff options
author | Othmar Gsenger <otti@anytun.org> | 2007-09-18 20:09:45 +0000 |
---|---|---|
committer | Othmar Gsenger <otti@anytun.org> | 2007-09-18 20:09:45 +0000 |
commit | ec0ff669c1742a6db841888a67797ba37e96cd72 (patch) | |
tree | a7cc4ae674e1b3ba70dff98c98be4742d481ca5f /test-scripts/anytun-svn-run | |
parent | removed overloaded std::ostream& << operator because of problems with stdc++ ... (diff) |
added automatic anycast node update scripts
Diffstat (limited to 'test-scripts/anytun-svn-run')
-rwxr-xr-x | test-scripts/anytun-svn-run | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/test-scripts/anytun-svn-run b/test-scripts/anytun-svn-run new file mode 100755 index 0000000..cf12181 --- /dev/null +++ b/test-scripts/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 |