chiark / gitweb /
ipif: abolish use of slip: fixes from testing
[userv-utils.git] / ipif / tunnels.example
1 m4_dnl  You can edit this file, which is m4 input.
2 m4_dnl  It defines settings for each site.  Settings here
3 m4_dnl  can be overridden by things in `global', and they
4 m4_dnl  override things set in `sites'.  You can also define
5 m4_dnl  entirely new sites here with ACTIVE or PASSIVE -
6 m4_dnl  there is no need for them to be listed in `sites'.
7
8 ACTIVE(greenend)
9 SET(    lport,  [412])
10 SET(    ruser,  [tgroad])
11 SET(    proto,  [slip])
12 SET(    lnets,  V_lnets[,172.18.239.192/28])
13
14 ACTIVE(ecstacy)
15 SET(    lport,  [411])
16 SET(    ruser,  davenant)
17
18 ACTIVE(rapun)
19 SET(    lport,  [413])
20 SET(    ruser,  [ian])