Last change
on this file since 8282 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 | # config CNodeBroekplein
|
---|
3 |
|
---|
4 | $location="Basisschool De Tweemaster, Broekplein 1, 2318 TJ, Leiden";
|
---|
5 | $master_ip='172.21.144.1';
|
---|
6 | $nodetype='CNode';
|
---|
7 | $nodename='Broekplein';
|
---|
8 | $release="8.0-RELEASE";
|
---|
9 | $status='up';
|
---|
10 | $X='94475';
|
---|
11 | $Y='466097';
|
---|
12 |
|
---|
13 | $config{'ath0'}=sprintf <<ATH0;
|
---|
14 | COMMENT=AP omni
|
---|
15 | TYPE=wireless
|
---|
16 | IP=$master_ip/26
|
---|
17 | DESC=AP voor de buurt
|
---|
18 | SDESC=ap
|
---|
19 | DHCP=10-60
|
---|
20 | MODE=master
|
---|
21 | ESSID=ap-WirelessLeiden-Broekplein
|
---|
22 | CHANNEL=4
|
---|
23 | ATH0
|
---|
24 |
|
---|
25 |
|
---|
26 | $config{'ue0'}=sprintf <<UE0;
|
---|
27 | COMMENT=Ethernet
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=172.21.144.65/28
|
---|
30 | DESC=Ethernet naar tweemaster
|
---|
31 | SDESC=eth
|
---|
32 | DHCP=70-78
|
---|
33 | UE0
|
---|
34 |
|
---|
35 | $config{'vr0'}=sprintf <<VR0;
|
---|
36 | COMMENT=a-link naar SOM via Nanostation5
|
---|
37 | TYPE=ethernet
|
---|
38 | EXTRA_TYPE=eth2wifibridge
|
---|
39 | IP=172.16.1.50/30
|
---|
40 | DHCP=no
|
---|
41 | DESC=Link naar SOM
|
---|
42 | SDESC=2som
|
---|
43 | MODE=managed
|
---|
44 | ESSID=il-n.som1.wleiden.net
|
---|
45 | CHANNEL=132
|
---|
46 | NSMAC=
|
---|
47 | VR0
|
---|
48 |
|
---|
49 | $config{'vr1'}=sprintf <<VR1;
|
---|
50 | COMMENT=link naar Rosmolen
|
---|
51 | TYPE=ethernet
|
---|
52 | EXTRA_TYPE=eth2wifibridge
|
---|
53 | DESC=Link naar Rosmolen
|
---|
54 | SDESC=2rosmolen
|
---|
55 | IP=172.16.0.210/30
|
---|
56 | DHCP=no
|
---|
57 | MODE=ap
|
---|
58 | ESSID=il-z.broekplein.wleiden.net
|
---|
59 | CHANNEL=36
|
---|
60 | NSMAC=
|
---|
61 | VR1
|
---|
62 |
|
---|
63 | $config{'vr2'}=sprintf <<VR2;
|
---|
64 | COMMENT=link naar Lijtweg
|
---|
65 | TYPE=ethernet
|
---|
66 | EXTRA_TYPE=eth2wifibridge
|
---|
67 | IP=172.16.1.58/30
|
---|
68 | DHCP=no
|
---|
69 | DESC=Link naar Lijtweg
|
---|
70 | SDESC=2lijtweg1
|
---|
71 | MODE=ap
|
---|
72 | ESSID=il-w.broekplein.wleiden.net
|
---|
73 | CHANNEL=44
|
---|
74 | NSMAC=
|
---|
75 | VR2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.