Last change
on this file since 8271 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 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config CNodeAA24
|
---|
7 | $location="Gemeentehuis, Frederik van Eedenplein 4, 2394 EB, Hazerswoude Rijndijk";
|
---|
8 | $master_ip='172.25.136.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='AA24';
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | # edugis x,y 100330,460435
|
---|
17 | $X='100330';
|
---|
18 | $Y='460435';
|
---|
19 |
|
---|
20 | #$AGGREGATE=22;
|
---|
21 |
|
---|
22 | $config{'ep0'}=sprintf <<ED0;
|
---|
23 | COMMENT=eth
|
---|
24 | TYPE=ethernet
|
---|
25 | IP=172.25.136.65/29
|
---|
26 |
|
---|
27 | DESC=Gemeentehuis Rijnwoude
|
---|
28 | SDESC=eth
|
---|
29 |
|
---|
30 | DHCP=no
|
---|
31 |
|
---|
32 |
|
---|
33 |
|
---|
34 |
|
---|
35 | ED0
|
---|
36 |
|
---|
37 |
|
---|
38 | $config{'wi0'}=sprintf <<EW0;
|
---|
39 | COMMENT=OMNI
|
---|
40 | TYPE=wireless
|
---|
41 | IP=$master_ip/26
|
---|
42 |
|
---|
43 | DESC=omni voor de buurt
|
---|
44 | SDESC=ap-omni
|
---|
45 |
|
---|
46 | DHCP=10-60
|
---|
47 |
|
---|
48 |
|
---|
49 | MODE=master
|
---|
50 | ESSID=ap-omni.aa24.wleiden.net
|
---|
51 | CHANNEL=8
|
---|
52 |
|
---|
53 | HEIGHT=20
|
---|
54 |
|
---|
55 | EW0
|
---|
56 |
|
---|
57 | $config{'wi1'}=sprintf <<EW1;
|
---|
58 | COMMENT=link naar Hans
|
---|
59 | TYPE=wireless
|
---|
60 | IP=172.16.2.42/30
|
---|
61 |
|
---|
62 | DESC=Link naar Hans
|
---|
63 | SDESC=2Hans
|
---|
64 |
|
---|
65 |
|
---|
66 |
|
---|
67 |
|
---|
68 | MODE=managed
|
---|
69 | ESSID=il-w.hans.wleiden.net
|
---|
70 | CHANNEL=4
|
---|
71 |
|
---|
72 |
|
---|
73 | DHCP=no
|
---|
74 |
|
---|
75 | EW1
|
---|
76 |
|
---|
77 | $config{'wi2'}=sprintf <<EW2;
|
---|
78 | COMMENT=link naar roomburgh2
|
---|
79 | TYPE=wireless
|
---|
80 | IP=172.16.0.246/30
|
---|
81 | DESC=Link naar roomburgh2
|
---|
82 | SDESC=2roomburgh2
|
---|
83 |
|
---|
84 |
|
---|
85 |
|
---|
86 | MODE=managed
|
---|
87 | ESSID=il-zo.roomburgh2.wleiden.net
|
---|
88 | CHANNEL=5
|
---|
89 |
|
---|
90 |
|
---|
91 | DHCP=no
|
---|
92 |
|
---|
93 | EW2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.