Last change
on this file since 8333 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:
833 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by
|
---|
4 | #
|
---|
5 | # config CNodeAster, IRIS-type, dus ethernetpoorten voor il's!
|
---|
6 |
|
---|
7 | $location="flat, Asterstraat 254, 2223 VN, Katwijk";
|
---|
8 | $master_ip='172.23.26.1';
|
---|
9 | $nodetype='CNode';
|
---|
10 | $nodename='Aster';
|
---|
11 | $release="8.0-RELEASE";
|
---|
12 | $status='planned';
|
---|
13 | $X='88843';
|
---|
14 | $Y='466945';
|
---|
15 |
|
---|
16 | $config{'ath0'}=sprintf <<ED1;
|
---|
17 | COMMENT=omni voor de buurt
|
---|
18 | TYPE=wireless
|
---|
19 | IP=$master_ip/26
|
---|
20 | DESC=omni voor de buurt
|
---|
21 | SDESC=omni
|
---|
22 | DHCP=10-60
|
---|
23 | MODE=master
|
---|
24 | ESSID=ap-WirelessLeiden.Aster
|
---|
25 | CHANNEL=7
|
---|
26 | HEIGHT=16
|
---|
27 | ED1
|
---|
28 |
|
---|
29 | $config{'vr0'}=sprintf <<VR0;
|
---|
30 | COMMENT=local subnet with PoE
|
---|
31 | TYPE=ethernet
|
---|
32 | IP=172.23.26.65/28
|
---|
33 | DESC=local subnet
|
---|
34 | SDESC=local
|
---|
35 | DHCP=no
|
---|
36 | VR0
|
---|
37 |
|
---|
38 | $config{'vr1'}=sprintf <<VR1;
|
---|
39 | COMMENT=link naar lijtweg1 bridge
|
---|
40 | TYPE=ethernet
|
---|
41 | EXTRA_TYPE=eth2wifibridge
|
---|
42 | IP=172.16.2.222/30
|
---|
43 | DESC=bridge naar lijtweg1, il-west
|
---|
44 | SDESC=aster2lijtweg1
|
---|
45 | DHCP=no
|
---|
46 | ESSID=il-w.lijtweg1.wleiden.net
|
---|
47 | VR1
|
---|
48 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.