chiark / gitweb /
rename hippotat module to hippotatlib
[hippotat] / test.cfg
... / ...
CommitLineData
1[SERVER]
2
3ipif = 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'
4
5addrs = 127.0.0.1
6port = 8099
7vnetwork = 192.0.2.0/24
8
9# ./server --debug-select=+ -c test.cfg
10
11[192.0.2.3]
12password = sesame
13
14[192.0.2.3]
15ipif = 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'
16
17# ./client -D -c test.cfg
18
19[192.0.2.4]
20#password = zorkmids
21
22# dd if=/dev/zero bs=1024 count=1024 | nc -n -v 192.0.2.1 8100