source: genesis/nodes/CNodeWissel/wleiden.conf@ 8261

Last change on this file since 8261 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: 943 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeWissel
5$location="Speciale Basisschool De Wissel, Boerhaavelaan 298, 2334 EZ, Leiden";
6$master_ip='172.19.182.1';
7$nodetype='CNode';
8$nodename='Wissel';
9$release="5.0-RELEASE";
10# edugis x,y 93423,465290
11$X='93423';
12$Y='465290';
13$status='up';
14
15$config{'ep0'}=sprintf <<EP0;
16COMMENT=eth
17TYPE=ethernet
18IP=172.19.182.65/29
19DESC=Ethernet naar de Wissel
20SDESC=eth
21DHCP=no
22EP0
23
24$config{'wi0'}=sprintf <<EW0;
25COMMENT=Locale Omni
26TYPE=wireless
27IP=$master_ip/26
28DESC=Omni voor de buurt
29SDESC=omni
30DHCP=10-60
31MODE=master
32ESSID=ap-omni.wissel.wleiden.net
33CHANNEL=1
34EW0
35
36$config{'wi1'}=sprintf <<EW1;
37COMMENT=Link naar AZC
38TYPE=wireless
39IP=172.16.2.54/30
40DESC=Link naar AZC
41SDESC=2Azc
42MODE=managed
43ESSID=il-no.azc.wleiden.net
44CHANNEL=11
45DHCP=no
46EW1
47
48$config{'wi2'}=sprintf <<EW2;
49TYPE=wireless
50IP=172.16.2.46/30
51DESC=Link naar Som
52SDESC=2som
53DHCP=no
54MODE=managed
55ESSID=il-nw.som.wleiden.net
56
57EW2
Note: See TracBrowser for help on using the repository browser.