source: genesis/nodes/CNodeWBRotary1/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.7 KB
Line 
1#
2#
3#
4# Read by /usr/local/sbin/wireless-up.pl
5#
6# config CNodeWBRotary1
7$location="NH Kerk, Comriekade 7, 2481 AD, Woubrugge";
8$master_ip='172.25.52.1';
9$nodetype='CNode';
10$nodename='WBRotary1';
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.52.65/29
25
26DESC=Ethernet naar Rotary
27SDESC=eth
28
29DHCP=68-70
30DHCP=no
31
32
33
34ED0
35
36$config{'sis1'}=sprintf <<ED0;
37COMMENT=eth
38TYPE=ethernet
39IP=172.16.1.121/30
40
41DESC=Ethernet naar WBRotary2
42SDESC=2WBRotary2
43
44DHCP=68-70
45DHCP=no
46
47
48
49ED0
50
51$config{'wi0'}=sprintf <<EW0;
52COMMENT=link naar HMKerk1
53TYPE=wireless
54IP=172.16.2.29/30
55DESC=Link naar HMKerk1
56SDESC=2hmkerk
57
58
59
60MODE=managed
61ESSID=il-o.hmkerk.wleiden.net
62
63DHCP=no
64
65EW0
66
67$config{'wi1'}=sprintf <<EW1;
68COMMENT=OMNI
69TYPE=wireless
70IP=$master_ip/26
71
72DESC=AP-no voor de buurt
73SDESC=ap-no
74
75DHCP=10-60
76
77
78MODE=master
79ESSID=ap-no.WBRotary.wleiden.net
80CHANNEL=8
81
82
83EW1
84
85
86$config{'wi2'}=sprintf <<EW2;
87COMMENT=link naar Gerard
88
89TYPE=wireless
90IP=172.16.1.129/30
91DESC=Link naar Gerard
92SDESC=2gerard
93
94
95
96MODE=master
97ESSID=il-zw.wbrotary.wleiden.net
98CHANNEL=5
99
100
101
102DHCP=no
103
104EW2
105
106$config{'wi2:0'}=sprintf <<WI20;
107COMMENT=Link Zwet
108TYPE=ethernet
109IP=172.16.4.131/29
110
111DESC=Link to Zwet
112SDESC=2zwet
113
114WI20
115
116$config{'wi2:0'}=sprintf <<EW20;
117COMMENT=link naar Zoetermeer Aalstlaan
118TYPE=wireless
119IP=172.16.16.5/30
120DESC=Link naar zoetermeer aalstlaan
121SDESC=2aalstlaan.wlztm
122EW20
123
124$config{'wi2:1'}=sprintf <<EW21;
125COMMENT=link naar Koudekerk Trekkertrek
126TYPE=wireless
127IP=172.16.2.37/30
128DESC=Link naar Trekkertrek
129SDESC=2Trekkertrek
130EW21
131
132
133
134
Note: See TracBrowser for help on using the repository browser.