source: genesis/nodes/CNodeWBRotary2/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: 1.2 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeWBRotary2
7$location="NH Kerk, Comriekade 7, 2481 AD, Woubrugge";
8$master_ip='172.25.56.1';
9$nodetype='CNode';
10$nodename='WBRotary2';
11$release="5.0-RELEASE";
12
13
14$status='up';
15
16$X='103755';
17$Y='464588';
18
19$AGGREGATE=22;
20
21$config{'sis0'}=sprintf <<ED0;
22COMMENT=eth
23TYPE=ethernet
24IP=172.25.56.65/29
25
26DESC=Ethernet naar Rotary
27SDESC=eth
28
29DHCP=68-70
30DHCP=no
31
32
33
34ED0
35
36$config{'sis1'}=sprintf <<ED1;
37COMMENT=ethernet naar CNodeWBRotary1
38TYPE=ethernet
39IP=172.16.1.122/30
40
41DESC=Ethernet naar Rotary1
42SDESC=2wbrotary1
43
44DHCP=68-70
45DHCP=no
46
47
48
49ED1
50
51$config{'wi0'}=sprintf <<EW0;
52COMMENT=OMNI
53TYPE=wireless
54IP=$master_ip/26
55
56DESC=AP-zw voor de buurt
57SDESC=ap-zw
58
59DHCP=10-60
60
61
62MODE=master
63ESSID=ap-zw.WBRotary.wleiden.net
64CHANNEL=2
65
66
67EW0
68
69
70$config{'wi1'}=sprintf <<EW1;
71COMMENT=link naar Rijnsaterwoude Gemeentehuis
72TYPE=wireless
73IP=172.16.2.25/30
74DESC=Link naar RWGemHuis2
75SDESC=2rwgemhuis2
76
77
78
79MODE=master
80ESSID=il-no.wbrotary.wleiden.net
81CHANNEL=9
82
83
84DHCP=no
85
86EW1
87
88
89$config{'wi2'}=sprintf <<EW2;
90COMMENT=link naar Alphen HWFortis
91TYPE=wireless
92IP=172.16.0.45/30
93DESC=Link naar HWFortis
94SDESC=2hwfortis
95
96
97MODE=master
98ESSID=il-zo.wbrotary.wleiden.net
99CHANNEL=4
100
101
102DHCP=no
103
104EW2
105
Note: See TracBrowser for help on using the repository browser.