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