Last change
on this file since 8323 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.3 KB
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config CNodeHMKerk1
|
---|
7 | $location="RK Kerk, Kerkstaat 59, 2355 AH, Hoogmade";
|
---|
8 | $master_ip='172.25.60.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='HMKerk1';
|
---|
11 | $release="5.0-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | $X='99782';
|
---|
17 | $Y='464772';
|
---|
18 |
|
---|
19 | $AGGREGATE=22;
|
---|
20 |
|
---|
21 | $config{'sis0'}=sprintf <<ED0;
|
---|
22 | COMMENT=eth port 0 hmkerk1
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=172.25.60.65/29
|
---|
25 |
|
---|
26 | DESC=Ethernet naar Kerk
|
---|
27 | SDESC=eth
|
---|
28 |
|
---|
29 | DHCP=no
|
---|
30 |
|
---|
31 |
|
---|
32 | ED0
|
---|
33 |
|
---|
34 | $config{'sis1'}=sprintf <<ED0;
|
---|
35 | COMMENT=ethernet port 2 kerk2
|
---|
36 | TYPE=ethernet
|
---|
37 | IP=172.16.1.141/30
|
---|
38 |
|
---|
39 | DESC=Ethernet naar HMKerk2
|
---|
40 | SDESC=2hmkerk2
|
---|
41 |
|
---|
42 | DHCP=no
|
---|
43 |
|
---|
44 |
|
---|
45 |
|
---|
46 | ED0
|
---|
47 |
|
---|
48 |
|
---|
49 | $config{'wi0'}=sprintf <<EW0;
|
---|
50 | COMMENT=OMNI voor de buurt ap-omni.hmkerk
|
---|
51 | TYPE=wireless
|
---|
52 | IP=$master_ip/26
|
---|
53 |
|
---|
54 | DESC=AP-omni voor de buurt
|
---|
55 | SDESC=ap-omni
|
---|
56 |
|
---|
57 | DHCP=10-60
|
---|
58 |
|
---|
59 |
|
---|
60 | MODE=master
|
---|
61 | ESSID=ap-omni.HMkerk.wleiden.net
|
---|
62 | CHANNEL=8
|
---|
63 |
|
---|
64 |
|
---|
65 | EW0
|
---|
66 |
|
---|
67 |
|
---|
68 | $config{'wi1'}=sprintf <<EW1;
|
---|
69 | COMMENT=link naar Woubrugge WBrotary
|
---|
70 | TYPE=wireless
|
---|
71 | IP=172.16.2.28/30
|
---|
72 | DESC=Link naar Wbrotary
|
---|
73 | SDESC=2WBrotary
|
---|
74 |
|
---|
75 |
|
---|
76 | MODE=master
|
---|
77 | ESSID=il-o.hmkerk.wleiden.net
|
---|
78 | CHANNEL=1
|
---|
79 |
|
---|
80 |
|
---|
81 |
|
---|
82 | DHCP=no
|
---|
83 |
|
---|
84 | EW1
|
---|
85 |
|
---|
86 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.