X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=hippotat.git;a=blobdiff_plain;f=test.cfg;h=d44a090f7f23991c72d224d363dbb08dbc6e45f8;hp=ba1b09a31e39d0b61b30e63652dd729855496226;hb=708eda31e6d8c6fd0555a10eb3c9ef7cfebdd458;hpb=034284c3d2f1bdc9c9c4e7762b40b34a9713f566 diff --git a/test.cfg b/test.cfg index ba1b09a..d44a090 100644 --- a/test.cfg +++ b/test.cfg @@ -1,11 +1,24 @@ -[DEFAULT] +[SERVER] + ipif = PATH=/usr/local/sbin:/sbin:/usr/sbin:$PATH really /home/ian/things/Userv/userv-utils.git/ipif/service \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' -[server] addrs = 127.0.0.1 +port = 8099 +vnetwork = 192.0.2.0/24 + +# ./hippotatd --debug-select=+ -c test.cfg -[virtual] -network = 192.0.2.0/24 +# nc -n -v -l -p 8100 -c 'dd of=/dev/null' [192.0.2.3] password = sesame + +[192.0.2.3] +ipif = PATH=/usr/local/sbin:/sbin:/usr/sbin:$PATH really ./fake-userv /home/ian/things/Userv/userv-utils.git/ipif/service \* -- %(local)s,%(peer)s,%(mtu)s,slip '%(rnets)s' + +# ./hippotat -D -c test.cfg + +[192.0.2.4] +#password = zorkmids + +# dd if=/dev/urandom bs=1024 count=16384 | nc -q 0 -n -v 192.0.2.1 8100