source: genesis/nodes/CNodeLangeVoort/wleiden.conf@ 8347

Last change on this file since 8347 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: 986 bytes
Line 
1#
2# Read by /usr/local/sbin/wireless-up.pl
3#
4# config CNodeLangeVoort
5$location="hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest";
6$master_ip='172.23.25.1';
7$nodetype='CNode';
8$nodename='langevoort';
9$release="7.2-RELEASE";
10
11$X='92774';
12$Y='466843';
13$status='up';
14
15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=eth
17TYPE=ethernet
18IP=172.23.25.65/30
19DESC=Ethernet naar proxy
20SDESC=eth
21SIS0
22
23$config{'wi0'}=sprintf <<EW0;
24COMMENT=Locale Omni
25TYPE=wireless
26IP=$master_ip/26
27DESC=Omni voor de buurt
28SDESC=omni
29DHCP=10-60
30MODE=master
31ESSID=ap-omni.langevoort.wleiden.net
32CHANNEL=6
33EW0
34
35$config{'wi1'}=sprintf <<EW1;
36COMMENT=Link naar hofwijck
37TYPE=wireless
38IP=172.16.3.134/30
39DESC=Link naar hofwijck
40SDESC=2hofwijck
41MODE=managed
42ESSID=il-w.hofwijck.wleiden.net
43CHANNEL=3
44DHCP=no
45EW1
46
47$config{'wi2'}=sprintf <<EW2;
48COMMENT=Link naar Lijtweg1
49TYPE=wireless
50IP=172.16.3.66/30
51DESC=Link naar Lijtweg1
52SDESC=2lijtweg1
53MODE=managed
54ESSID=il-o.lijtweg1.wleiden.net
55DHCP=no
56EW2
57
58
Note: See TracBrowser for help on using the repository browser.