Last change
on this file since 8356 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.0 KB
|
Line | |
---|
1 | #
|
---|
2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
3 | #
|
---|
4 | # config CNodeAMWaterT2
|
---|
5 | $location="Watertoren, Kudelstaartseweg,1431 GA, Aalsmeer";
|
---|
6 | $master_ip='172.25.94.1';
|
---|
7 | $nodetype='CNode';
|
---|
8 | $nodename='AMWaterT2';
|
---|
9 | $release="5.0-RELEASE";
|
---|
10 |
|
---|
11 |
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $X='111998';
|
---|
15 | $Y='474286';
|
---|
16 |
|
---|
17 | $AGGREGATE=22;
|
---|
18 |
|
---|
19 | $config{'sis0'}=sprintf <<ED0;
|
---|
20 | COMMENT=ethernet poort 0 Soekris
|
---|
21 | TYPE=ethernet
|
---|
22 | IP=172.25.94.65/29
|
---|
23 |
|
---|
24 | DESC=Ethernet poort 0 van watertoren 2
|
---|
25 | SDESC=eth
|
---|
26 |
|
---|
27 | DHCP=no
|
---|
28 |
|
---|
29 |
|
---|
30 | ED0
|
---|
31 |
|
---|
32 | $config{'sis1'}=sprintf <<ED1;
|
---|
33 | COMMENT=ethernet poort 1 naar node watertoren 1
|
---|
34 | TYPE=ethernet
|
---|
35 | IP=172.16.2.122/30
|
---|
36 |
|
---|
37 | DESC=Ethernet naar watertoren 1
|
---|
38 | SDESC=2wtrt2
|
---|
39 |
|
---|
40 | DHCP=no
|
---|
41 |
|
---|
42 |
|
---|
43 |
|
---|
44 | ED1
|
---|
45 |
|
---|
46 | $config{'wi0'}=sprintf <<EW0;
|
---|
47 | COMMENT=OMNI voor Watertoren
|
---|
48 | TYPE=wireless
|
---|
49 | IP=$master_ip/26
|
---|
50 |
|
---|
51 | DESC=APwatertoren voor de westeinderplas
|
---|
52 | SDESC=apamwtrtrn
|
---|
53 |
|
---|
54 | DHCP=10-60
|
---|
55 |
|
---|
56 |
|
---|
57 | MODE=master
|
---|
58 | ESSID=ap.AMWaterTrn.wleiden.net
|
---|
59 | CHANNEL=5
|
---|
60 |
|
---|
61 |
|
---|
62 | EW0
|
---|
63 |
|
---|
64 | $config{'wi1'}=sprintf <<EW1;
|
---|
65 | COMMENT=link naar onbekend
|
---|
66 | TYPE=wireless
|
---|
67 | IP=172.16.16.59/30
|
---|
68 | DESC=Link naar onbekend
|
---|
69 | SDESC=2onbekend
|
---|
70 |
|
---|
71 |
|
---|
72 |
|
---|
73 | MODE=master
|
---|
74 | ESSID=il-no.amonbekend.wleiden.net
|
---|
75 | CHANNEL=9
|
---|
76 |
|
---|
77 | DHCP=no
|
---|
78 |
|
---|
79 | EW1
|
---|
80 |
|
---|
81 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.