summaryrefslogtreecommitdiff
path: root/ipif/sites.example
blob: 628b09fcb1dbbb7f4573a244028e54768900d578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
m4_dnl	This file is m4 input.  It gives a list of the known sites
m4_dnl	participating in the Sinister Greenend Organisation VPN.
m4_dnl
m4_dnl	It should not usually be edited locally, BUT it should be
m4_dnl	reviewed locally as installing a malicious copy would be
m4_dnl	equivalent to giving it control over your computer !
m4_dnl
m4_dnl	It defines settings for each site.  Settings here
m4_dnl	can be overridden by things in `global', and on a per-
m4_dnl	tunnel basis by entries in `tunnels'.

SITE(relativity)
SET(	rend,		[172.31.80.6])
SET(	rnets,		[172.18.45.0/24])

SITE(greenend)
SET(	rpublic,	[sinister.dynamic.greenend.org.uk])
SET(	rend,		[192.168.73.70])
SET(	rnets,		[192.168.0.0/23,192.168.73.0/24,172.16.22.0/24])
SET(	rcommandprefix,	[PATH=/usr/local/bin:'$PATH'])
SET(	proto,		[slip])

SITE(rapun)
SET(	rpublic,	[rapun.sel.cam.ac.uk])
SET(	rend,		[172.31.80.10])

SITE(chiark)
SET(	rpublic,	[login.chiark.greenend.org.uk])
SET(	rend,		[172.31.80.8])

SITE(ecstacy)
SET(	rpublic,	[ecstacy.dynamic.greenend.org.uk])
SET(	rend,		[172.31.80.7])
SET(	rnets,		[192.168.76.0/24])
SET(	rcommandprefix,	[PATH=/usr/local/bin:'$PATH'])