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

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

Remove and modify some more comment lines.

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$X='93794';
13$Y='463755';
14
15$comment="Range which spans the two ethernet nic's to the two AP's (sis0, sis1)";
16$tproxy='172.17.184.64/26 172.17.184.128/26';
17
18$config{'sis0'}=sprintf <<SIS0;
19TYPE=ethernet
20STATUS=up
21IP=172.17.184.65/26
22
23DESC=Access Point 1 (tuinzaal)
24SDESC=aptuinzaal
25
26# Keep one IP address (66) available for the
27# Accesspoint itself. The topmost address
28# (127) is broadcast.
29DHCP=67-126
30
31
32SIS0
33
34$config{'sis1'}=sprintf <<SIS1;
35TYPE=ethernet
36STATUS=up
37IP=172.17.184.129/26
38
39DESC=Access Point 2 (kroeg)
40SDESC=apkroeg
41
42
43# Keep one IP addres for the AP (130)
44# topmost 191 is the broadcast address.
45DHCP=131-190
46
47SIS1
48
49$config{'wi0'}=sprintf <<EW0;
50TYPE=wireless
51IP=172.16.0.146/30
52
53DESC=Interlink naar Vosko
54SDESC=2vosko
55
56DHCP=no
57
58
59MODE=managed
60ESSID=il-no.vosko.wleiden.net
61
62
63EW0
64
65
66$config{'wi1'}=sprintf <<EW1;
67TYPE=wireless
68IP=172.16.0.106/30
69
70DESC=Interlink naar Cetim3
71SDESC=2cetim3
72
73DHCP=no
74
75
76
77
78MODE=managed
79ESSID=il-nw.cetim3.wleiden.net
80
81
82
83
84EW1
85
86
Note: See TracBrowser for help on using the repository browser.