Last change
on this file since 8265 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:
1006 bytes
|
Line | |
---|
1 | #
|
---|
2 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
3 | #
|
---|
4 | # config CNodeCam
|
---|
5 | $location="CamBioCeramics, Zernikedreef 6, 2333 CL, Leiden";
|
---|
6 | $master_ip='172.19.174.1';
|
---|
7 | $nodetype='CNode';
|
---|
8 | $nodename='Cam';
|
---|
9 | $release="8.0-RELEASE";
|
---|
10 | $X='92295';
|
---|
11 | $Y='464625';
|
---|
12 | $status='up';
|
---|
13 |
|
---|
14 | $config{'ath0'}=sprintf <<ATH0;
|
---|
15 | COMMENT=Lokale Omni
|
---|
16 | TYPE=wireless
|
---|
17 | IP=$master_ip/26
|
---|
18 | DESC=Omni voor de buurt
|
---|
19 | SDESC=omni
|
---|
20 | DHCP=10-60
|
---|
21 | MODE=master
|
---|
22 | ESSID=ap.camimplants.wleiden.net
|
---|
23 | CHANNEL=10
|
---|
24 | ATH0
|
---|
25 |
|
---|
26 | $config{'vr0'}=sprintf <<VR0;
|
---|
27 | COMMENT=eth
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=172.19.174.65/29
|
---|
30 | DESC=Ethernet naar Camimplants
|
---|
31 | SDESC=eth
|
---|
32 | DHCP=no
|
---|
33 | VR0
|
---|
34 |
|
---|
35 | $config{'vr1'}=sprintf <<VR1;
|
---|
36 | COMMENT=Link naar Unigor
|
---|
37 | TYPE=ethernet
|
---|
38 | EXTRA_TYPE=eth2wifibridge
|
---|
39 | IP=172.16.1.118/30
|
---|
40 | DESC=Link naar Unigor
|
---|
41 | SDESC=2Unigor
|
---|
42 | DHCP=no
|
---|
43 | MODE=managed
|
---|
44 | ESSID=n-o.unigor.wleiden.net
|
---|
45 | CHANNEL=1
|
---|
46 | VR1
|
---|
47 |
|
---|
48 | $config{'vr2'}=sprintf <<VR2;
|
---|
49 | COMMENT=Link naar DirkLos1
|
---|
50 | TYPE=ethernet
|
---|
51 | EXTRA_TYPE=eth2wifibridge
|
---|
52 | IP=172.16.1.150/30
|
---|
53 | DESC=Link naar DirkLos1
|
---|
54 | SDESC=2dirklos1
|
---|
55 | MODE=managed
|
---|
56 | ESSID=il-w.dirklos1.wleiden.net
|
---|
57 | CHANNEL=13
|
---|
58 | VR2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.