chiark / gitweb /
report success after failure
[hippotat.git] / test.cfg
index 902f6c16d7b23cd1ca9cc5260d5db94d3be232ef..9cc92d9d133c2e28a9e49ed65c9fefd5bb932a7f 100644 (file)
--- a/test.cfg
+++ b/test.cfg
@@ -1,12 +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]
+secret = sesame
 
 [192.0.2.3]
-password = sesame
+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]
+#secret = zorkmids
+
+# dd if=/dev/urandom bs=1024 count=16384 | nc -q 0 -n -v 192.0.2.1 8100