source: genesis/nodes/CNodeBroekplein/wleiden.conf@ 8282

Last change on this file since 8282 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.
  • Property svn:eol-style set to native
File size: 1.2 KB
RevLine 
[2605]1#
2# config CNodeBroekplein
3
[6530]4$location="Basisschool De Tweemaster, Broekplein 1, 2318 TJ, Leiden";
[2605]5$master_ip='172.21.144.1';
[3582]6$nodetype='CNode';
[2605]7$nodename='Broekplein';
[8047]8$release="8.0-RELEASE";
[2623]9$status='up';
[4867]10$X='94475';
11$Y='466097';
[2605]12
[8261]13$config{'ath0'}=sprintf <<ATH0;
14COMMENT=AP omni
[5970]15TYPE=wireless
[5984]16IP=$master_ip/26
[8047]17DESC=AP voor de buurt
18SDESC=ap
[5984]19DHCP=10-60
20MODE=master
[8047]21ESSID=ap-WirelessLeiden-Broekplein
[5984]22CHANNEL=4
[8047]23ATH0
[5970]24
25
[8261]26$config{'ue0'}=sprintf <<UE0;
27COMMENT=Ethernet
[8047]28TYPE=ethernet
29IP=172.21.144.65/28
30DESC=Ethernet naar tweemaster
31SDESC=eth
32DHCP=70-78
33UE0
[5970]34
[8261]35$config{'vr0'}=sprintf <<VR0;
36COMMENT=a-link naar SOM via Nanostation5
[8047]37TYPE=ethernet
38EXTRA_TYPE=eth2wifibridge
[2605]39IP=172.16.1.50/30
[8047]40DHCP=no
[2928]41DESC=Link naar SOM
42SDESC=2som
[8261]43MODE=managed
44ESSID=il-n.som1.wleiden.net
45CHANNEL=132
46NSMAC=
[8047]47VR0
[2605]48
[8261]49$config{'vr1'}=sprintf <<VR1;
50COMMENT=link naar Rosmolen
[8047]51TYPE=ethernet
52EXTRA_TYPE=eth2wifibridge
53DESC=Link naar Rosmolen
[4438]54SDESC=2rosmolen
55IP=172.16.0.210/30
56DHCP=no
[8261]57MODE=ap
58ESSID=il-z.broekplein.wleiden.net
59CHANNEL=36
60NSMAC=
[8047]61VR1
[4438]62
[8261]63$config{'vr2'}=sprintf <<VR2;
64COMMENT=link naar Lijtweg
[8047]65TYPE=ethernet
66EXTRA_TYPE=eth2wifibridge
[5984]67IP=172.16.1.58/30
[8047]68DHCP=no
[5984]69DESC=Link naar Lijtweg
70SDESC=2lijtweg1
[8261]71MODE=ap
72ESSID=il-w.broekplein.wleiden.net
73CHANNEL=44
74NSMAC=
[8047]75VR2
Note: See TracBrowser for help on using the repository browser.