Last change
on this file since 8261 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:
590 bytes
|
Rev | Line | |
---|
[8049] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | #
|
---|
| 4 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 5 | #
|
---|
| 6 | # config CNodeHuub
|
---|
| 7 | $location='Richard, Terschelling 244, 3524az, Utrecht';
|
---|
[8117] | 8 | $master_ip='172.16.3.33';
|
---|
[8049] | 9 | $nodetype='CNode';
|
---|
| 10 | $nodename='Richard';
|
---|
| 11 | $release="8.0-RELEASE";
|
---|
| 12 | $status='up';
|
---|
[8102] | 13 | $X='137949';
|
---|
| 14 | $Y='453165';
|
---|
[8049] | 15 |
|
---|
[8261] | 16 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 17 | COMMENT=Local ethernet to proxy
|
---|
[8049] | 18 | TYPE=ethernet
|
---|
| 19 | IP=$master_ip/30
|
---|
| 20 | DESC=Local Ethernet to proxy
|
---|
| 21 | SDESC=2proxy
|
---|
| 22 | DHCP=no
|
---|
| 23 | SIS0
|
---|
[8141] | 24 |
|
---|
[8261] | 25 | $config{'wi0'}=sprintf <<WI0;
|
---|
| 26 | COMMENT=Local ethernet to proxy
|
---|
[8141] | 27 | TYPE=wireless
|
---|
| 28 | IP=172.17.0.17/26
|
---|
| 29 | DESC=AP
|
---|
| 30 | SDESC=ap
|
---|
| 31 | DHCP=20-49
|
---|
| 32 | MODE=master
|
---|
| 33 | ESSID=ap-WirelessLeiden-Richard
|
---|
[8142] | 34 | CHANNEL=9
|
---|
[8141] | 35 | WI0
|
---|
Note:
See
TracBrowser
for help on using the repository browser.