Last change
on this file since 8360 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.
|
File size:
983 bytes
|
Line | |
---|
1 | #
|
---|
2 | # config CNodeSOM1
|
---|
3 | $location="Luba, Eschertoren 1A, 2316 ET, Leiden";
|
---|
4 | $master_ip='172.21.160.1';
|
---|
5 | $nodetype='CNode';
|
---|
6 | $nodename='SOM1';
|
---|
7 | $release="8.0-RELEASE";
|
---|
8 | $X='93880';
|
---|
9 | $Y='464970';
|
---|
10 | $status='up';
|
---|
11 |
|
---|
12 | $config{'ath0'}=sprintf <<ATH0;
|
---|
13 | COMMENT=ap noord
|
---|
14 | TYPE=wireless
|
---|
15 | IP=$master_ip/26
|
---|
16 | DESC=AP Noord
|
---|
17 | SDESC=ap-n
|
---|
18 | DHCP=10-60
|
---|
19 | MODE=master
|
---|
20 | ESSID=ap-WirelessLeiden-SOM1
|
---|
21 | CHANNEL=8
|
---|
22 | ATH0
|
---|
23 |
|
---|
24 | $config{'vr0'}=sprintf <<VR0;
|
---|
25 | COMMENT=Ethernet naar SOM2
|
---|
26 | TYPE=ethernet
|
---|
27 | IP=172.16.3.137/30
|
---|
28 | DESC=Ethernet naarSOM2
|
---|
29 | SDESC=2som2
|
---|
30 | DHCP=no
|
---|
31 | VR0
|
---|
32 |
|
---|
33 | $config{'vr1'}=sprintf <<VR1;
|
---|
34 | COMMENT=Link naar Broekplein
|
---|
35 | TYPE=ethernet
|
---|
36 | EXTRA_TYPE=eth2wifibridge
|
---|
37 | IP=172.16.1.49/30
|
---|
38 | DESC=link naar Broekplein
|
---|
39 | SDESC=2broekplein
|
---|
40 | DHCP=no
|
---|
41 | MODE=bridge ap
|
---|
42 | ESSID=il-n.som1.wleiden.net
|
---|
43 | CHANNEL=132
|
---|
44 | NSMAC=
|
---|
45 | VR1
|
---|
46 |
|
---|
47 | $config{'vr2'}=sprintf <<VR2;
|
---|
48 | COMMENT=Link naar Stadhuis
|
---|
49 | TYPE=ethernet
|
---|
50 | EXTRA_TYPE=eth2wifibridge
|
---|
51 | IP=172.16.0.173/30
|
---|
52 | DESC=Link naar Stadhuis
|
---|
53 | SDESC=2Stadhuis
|
---|
54 | DHCP=no
|
---|
55 | MODE=bridge ap
|
---|
56 | ESSID=il-z.som1.wleiden.net
|
---|
57 | CHANNEL=52
|
---|
58 | NSMAC=
|
---|
59 | VR2
|
---|
60 |
|
---|
61 |
|
---|
62 |
|
---|
63 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.