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:
1016 bytes
|
Line | |
---|
1 | #
|
---|
2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
3 | #
|
---|
4 | # config CNodeBDboon
|
---|
5 | $location="Van der Boon, Bilderdam 16, 2451 CW, Bilderdam";
|
---|
6 | $master_ip='172.25.41.1';
|
---|
7 | $nodetype='CNode';
|
---|
8 | $nodename='BDboon';
|
---|
9 | $release="7.2-RELEASE";
|
---|
10 |
|
---|
11 |
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $X='109606';
|
---|
15 | $Y='469662';
|
---|
16 |
|
---|
17 | $LOCATION='v.d. Boon, Bilderdam';
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<ED0;
|
---|
20 | COMMENT=eth
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=172.25.41.65/29
|
---|
23 |
|
---|
24 | DESC=Ethernet naar boon
|
---|
25 | SDESC=eth
|
---|
26 | DHCP=68-70
|
---|
27 | DHCP=no
|
---|
28 |
|
---|
29 | ED0
|
---|
30 |
|
---|
31 | $config{'wi0'}=sprintf <<EW0;
|
---|
32 | COMMENT=OMNI
|
---|
33 | TYPE=wireless
|
---|
34 | IP=$master_ip/26
|
---|
35 |
|
---|
36 | DESC=AP voor de buurt
|
---|
37 | SDESC=ap-omni
|
---|
38 |
|
---|
39 | DHCP=10-60
|
---|
40 |
|
---|
41 | MODE=master
|
---|
42 | ESSID=ap.BDboon.wleiden.net
|
---|
43 | CHANNEL=1
|
---|
44 |
|
---|
45 |
|
---|
46 | EW0
|
---|
47 |
|
---|
48 | $config{'wi1'}=sprintf <<EW1;
|
---|
49 | COMMENT=link naar kempers
|
---|
50 | TYPE=wireless
|
---|
51 | IP=172.16.1.214/30
|
---|
52 | DESC=Link naar Kempers
|
---|
53 | SDESC=2LMkempers2
|
---|
54 |
|
---|
55 | MODE=managed
|
---|
56 | ESSID=il-zo.kmprs.wleiden.net
|
---|
57 | CHANNEL=13
|
---|
58 |
|
---|
59 |
|
---|
60 | DHCP=no
|
---|
61 |
|
---|
62 | EW1
|
---|
63 |
|
---|
64 | $config{'wi2'}=sprintf <<EW2;
|
---|
65 | COMMENT=link naar RWGemhuis
|
---|
66 | TYPE=wireless
|
---|
67 | IP=172.16.3.8/30
|
---|
68 | DESC=Link naar RWGemhuis
|
---|
69 | SDESC=2RWGEmhuis
|
---|
70 |
|
---|
71 | MODE=master
|
---|
72 | ESSID=il-zw.bdboon.wleiden.net
|
---|
73 | CHANNEL=8
|
---|
74 |
|
---|
75 |
|
---|
76 | DHCP=no
|
---|
77 |
|
---|
78 | EW2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.