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