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

Last change on this file since 7656 was 7656, checked in by rick, 15 years ago

$node_config_version is not used anymore

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