Last change
on this file since 8332 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 | #
|
---|
3 | #
|
---|
4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
5 | #
|
---|
6 | # config CNodeLMdorp
|
---|
7 | $location="NH Kerk, Dorpsstraat 49. 2451 AP, Leimuiden";
|
---|
8 | $master_ip='172.25.40.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='LMdorp';
|
---|
11 | $release="7.2-RELEASE";
|
---|
12 |
|
---|
13 |
|
---|
14 | $status='up';
|
---|
15 |
|
---|
16 | $X='106185';
|
---|
17 | $Y='470864';
|
---|
18 |
|
---|
19 | $LOCATION='Dorpskerk, Dorpsstraat, Leimuiden';
|
---|
20 |
|
---|
21 | $config{'sis0'}=sprintf <<ED0;
|
---|
22 | COMMENT=eth
|
---|
23 | TYPE=ethernet
|
---|
24 | IP=172.25.40.65/29
|
---|
25 |
|
---|
26 | DESC=Ethernet naar kerk
|
---|
27 | SDESC=eth
|
---|
28 | DHCP=no
|
---|
29 |
|
---|
30 | ED0
|
---|
31 |
|
---|
32 | $config{'wi0'}=sprintf <<EW0;
|
---|
33 | COMMENT=OMNI
|
---|
34 | TYPE=wireless
|
---|
35 | IP=$master_ip/26
|
---|
36 |
|
---|
37 | DESC=AP voor de buurt
|
---|
38 | SDESC=ap-omni
|
---|
39 |
|
---|
40 | DHCP=10-60
|
---|
41 |
|
---|
42 |
|
---|
43 | MODE=master
|
---|
44 | ESSID=ap.lmdorp.wleiden.net
|
---|
45 | CHANNEL=5
|
---|
46 |
|
---|
47 |
|
---|
48 | EW0
|
---|
49 |
|
---|
50 | $config{'wi1'}=sprintf <<EW1;
|
---|
51 | COMMENT=link naar LMKempers1
|
---|
52 | TYPE=wireless
|
---|
53 | IP=172.16.1.194/30
|
---|
54 | DESC=Link naar LMKempers1
|
---|
55 | SDESC=2lmkempers1
|
---|
56 |
|
---|
57 |
|
---|
58 | MODE=managed
|
---|
59 | ESSID=il-zw.kmprs.wleiden.net
|
---|
60 | CHANNEL=1
|
---|
61 |
|
---|
62 |
|
---|
63 | DHCP=no
|
---|
64 |
|
---|
65 | EW1
|
---|
66 |
|
---|
67 | $config{'wi2'}=sprintf <<EW2;
|
---|
68 | COMMENT=link naar Space
|
---|
69 | TYPE=wireless
|
---|
70 | IP=172.16.0.61/30
|
---|
71 | DESC=Link naar Space
|
---|
72 | SDESC=2space
|
---|
73 |
|
---|
74 | MODE=master
|
---|
75 | ESSID=il-w.lmdorp.wleiden.net
|
---|
76 | CHANNEL=11
|
---|
77 |
|
---|
78 |
|
---|
79 | DHCP=no
|
---|
80 |
|
---|
81 | EW2
|
---|
82 |
|
---|
83 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.