Last change
on this file since 8271 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
|
Rev | Line | |
---|
[7585] | 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 |
|
---|
[8261] | 14 | $config{'ath0'}=sprintf <<ATH0;
|
---|
| 15 | COMMENT=Lokale Omni
|
---|
[7585] | 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 |
|
---|
[8261] | 26 | $config{'vr0'}=sprintf <<VR0;
|
---|
| 27 | COMMENT=eth
|
---|
[7585] | 28 | TYPE=ethernet
|
---|
| 29 | IP=172.19.174.65/29
|
---|
| 30 | DESC=Ethernet naar Camimplants
|
---|
| 31 | SDESC=eth
|
---|
| 32 | DHCP=no
|
---|
| 33 | VR0
|
---|
| 34 |
|
---|
[8261] | 35 | $config{'vr1'}=sprintf <<VR1;
|
---|
| 36 | COMMENT=Link naar Unigor
|
---|
[7586] | 37 | TYPE=ethernet
|
---|
[7585] | 38 | EXTRA_TYPE=eth2wifibridge
|
---|
| 39 | IP=172.16.1.118/30
|
---|
| 40 | DESC=Link naar Unigor
|
---|
| 41 | SDESC=2Unigor
|
---|
| 42 | DHCP=no
|
---|
[8261] | 43 | MODE=managed
|
---|
| 44 | ESSID=n-o.unigor.wleiden.net
|
---|
| 45 | CHANNEL=1
|
---|
[7585] | 46 | VR1
|
---|
| 47 |
|
---|
[8261] | 48 | $config{'vr2'}=sprintf <<VR2;
|
---|
| 49 | COMMENT=Link naar DirkLos1
|
---|
[7586] | 50 | TYPE=ethernet
|
---|
[7585] | 51 | EXTRA_TYPE=eth2wifibridge
|
---|
| 52 | IP=172.16.1.150/30
|
---|
| 53 | DESC=Link naar DirkLos1
|
---|
| 54 | SDESC=2dirklos1
|
---|
[8261] | 55 | MODE=managed
|
---|
| 56 | ESSID=il-w.dirklos1.wleiden.net
|
---|
| 57 | CHANNEL=13
|
---|
[7585] | 58 | VR2
|
---|
Note:
See
TracBrowser
for help on using the repository browser.