source: genesis/nodes/CNodeBurcht/wleiden.conf@ 10047

Last change on this file since 10047 was 10047, checked in by rick, 13 years ago

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1
2$location="Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden";
3$master_ip='172.17.184.1';
4$nodetype='CNode';
5$nodename='Burcht';
6
7$release="7.2";
8
9
10$status='up';
11
12# edugis x,y 93794,463755
13$X='93794';
14$Y='463755';
15
16# Range which spans the two ethernetn ic's to the
17# two AP's (sis0, sis1)
18$tproxy='172.17.184.64/26 172.17.184.128/26';
19
20$config{'sis0'}=sprintf <<SIS0;
21TYPE=ethernet
22STATUS=up
23IP=172.17.184.65/26
24
25DESC=Access Point 1 (tuinzaal)
26SDESC=aptuinzaal
27
28# Keep one IP address (66) available for the
29# Accesspoint itself. The topmost address
30# (127) is broadcast.
31DHCP=67-126
32
33
34SIS0
35
36$config{'sis1'}=sprintf <<SIS1;
37TYPE=ethernet
38STATUS=up
39IP=172.17.184.129/26
40
41DESC=Access Point 2 (kroeg)
42SDESC=apkroeg
43
44
45# Keep one IP addres for the AP (130)
46# topmost 191 is the broadcast address.
47DHCP=131-190
48
49SIS1
50
51$config{'wi0'}=sprintf <<EW0;
52TYPE=wireless
53IP=172.16.0.146/30
54
55DESC=Interlink naar Vosko
56SDESC=2vosko
57
58DHCP=no
59
60
61MODE=managed
62ESSID=il-no.vosko.wleiden.net
63
64
65EW0
66
67
68$config{'wi1'}=sprintf <<EW1;
69TYPE=wireless
70IP=172.16.0.106/30
71
72DESC=Interlink naar Cetim3
73SDESC=2cetim3
74
75DHCP=no
76
77
78
79
80MODE=managed
81ESSID=il-nw.cetim3.wleiden.net
82
83
84
85
86EW1
87
88
Note: See TracBrowser for help on using the repository browser.