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