source: genesis/nodes/CNodeDeClercq/wleiden.conf@ 8302

Last change on this file since 8302 was 8261, checked in by rick, 14 years ago
  • Commented variables are kind of useless as no program will be able to parse them. So made them 'active'
  • The text behind the $config proves to be a more usefull description than the normal DESC field, pushed them into a variable called COMMENT so we can finally start using them.
  • Commented code is in general bad stuff with a revision control system as it clutters the view, made the non active interface just 'idle' active.
File size: 1.4 KB
Line 
1# config CNodeDeClercq
2$location="kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden";
3$master_ip='172.18.128.1';
4$nodetype='CNode';
5$nodename='DeClercq';
6$status='up';
7$release="8.0";
8$X='95694';
9$Y='462845';
10
11$config{'ath0'}=sprintf <<ATH0;
12COMMENT=Ap voor buurt
13TYPE=wireless
14IP=$master_ip/26
15DESC=AP voor de buurt
16SDESC=ap
17DHCP=10-60
18MODE=master
19ESSID=ap-WirelessLeiden-DeClercq
20CHANNEL=4
21CARD_OPTION=mode 11b
22ATH0
23
24$config{'vr0'}=sprintf <<VR0;
25COMMENT=ethernet to local subnet with PoE
26TYPE=ethernet
27IP=172.16.4.53/30
28DESC=local ethernet to proxy9
29SDESC=2proxy9
30DHCP=no
31TYPE=ethernet
32VR0
33
34$config{'vr1'}=sprintf <<VR1;
35COMMENT=a-link to Roomburgh3 via Nanostation5
36TYPE=ethernet
37EXTRA_TYPE=eth2wifibridge
38IP=172.16.3.129/30
39DESC=Ethernet to interlink west (Roomburgh3)
40SDESC=2roomburgh3
41MODE=master
42ESSID=il-w.declercq.wleiden.net
43CHANNEL=52
44NSMAC=00:15:6D:EA:F0:70
45VR1
46
47$config{'vr2'}=sprintf <<VR2;
48COMMENT=a-link to Leythenrode via Nanostation5
49TYPE=ethernet
50EXTRA_TYPE=eth2wifibridge
51IP=172.16.3.102/30
52DESC=ethernet to interlink north-east
53SDESC=2leythenrode
54MODE=managed
55ESSID=il-zw.leythenrode.wleiden.net
56CHANNEL=44
57NSMAC=00:15:6D:EA:F0:7B
58VR2
59
60$config{'ue0'}=sprintf <<UE0;
61COMMENT=a-link to Stadhuis via Nanostation5
62TYPE=ethernet
63EXTRA_TYPE=eth2wifibridge
64IP=172.16.3.230/30
65DESC=ethernet to interlink
66SDESC=2stadhuis
67MODE=managed
68ESSID=il-o.stadhuis.wleiden.net
69CHANNEL=36
70NSMAC=00:15:6D:EA:F0:63
71UE0
72
Note: See TracBrowser for help on using the repository browser.