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