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
RevLine 
[7391]1# config CNodeDeClercq
[7557]2$location="kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden";
[7391]3$master_ip='172.18.128.1';
4$nodetype='CNode';
[7760]5$nodename='DeClercq';
[7739]6$status='up';
7$release="8.0";
[7391]8$X='95694';
9$Y='462845';
10
[8261]11$config{'ath0'}=sprintf <<ATH0;
12COMMENT=Ap voor buurt
[7391]13TYPE=wireless
14IP=$master_ip/26
15DESC=AP voor de buurt
16SDESC=ap
17DHCP=10-60
18MODE=master
[7739]19ESSID=ap-WirelessLeiden-DeClercq
[7391]20CHANNEL=4
21CARD_OPTION=mode 11b
22ATH0
23
[8261]24$config{'vr0'}=sprintf <<VR0;
25COMMENT=ethernet to local subnet with PoE
[7391]26TYPE=ethernet
27IP=172.16.4.53/30
[7739]28DESC=local ethernet to proxy9
29SDESC=2proxy9
[7391]30DHCP=no
31TYPE=ethernet
32VR0
33
[8261]34$config{'vr1'}=sprintf <<VR1;
35COMMENT=a-link to Roomburgh3 via Nanostation5
[7391]36TYPE=ethernet
37EXTRA_TYPE=eth2wifibridge
38IP=172.16.3.129/30
39DESC=Ethernet to interlink west (Roomburgh3)
40SDESC=2roomburgh3
[8261]41MODE=master
42ESSID=il-w.declercq.wleiden.net
43CHANNEL=52
44NSMAC=00:15:6D:EA:F0:70
[7463]45VR1
[7391]46
[8261]47$config{'vr2'}=sprintf <<VR2;
48COMMENT=a-link to Leythenrode via Nanostation5
[7391]49TYPE=ethernet
50EXTRA_TYPE=eth2wifibridge
51IP=172.16.3.102/30
[7463]52DESC=ethernet to interlink north-east
[7391]53SDESC=2leythenrode
[8261]54MODE=managed
55ESSID=il-zw.leythenrode.wleiden.net
56CHANNEL=44
57NSMAC=00:15:6D:EA:F0:7B
[7463]58VR2
[7391]59
[8261]60$config{'ue0'}=sprintf <<UE0;
61COMMENT=a-link to Stadhuis via Nanostation5
[7391]62TYPE=ethernet
63EXTRA_TYPE=eth2wifibridge
64IP=172.16.3.230/30
65DESC=ethernet to interlink
66SDESC=2stadhuis
[8261]67MODE=managed
68ESSID=il-o.stadhuis.wleiden.net
69CHANNEL=36
70NSMAC=00:15:6D:EA:F0:63
[7739]71UE0
[7391]72
Note: See TracBrowser for help on using the repository browser.