Last change
on this file since 8225 was 8018, checked in by rick, 15 years ago |
$internalif flag is very confusing as the '1' was automagically added to the
back. Make them absolute
|
File size:
631 bytes
|
Line | |
---|
1 | #
|
---|
2 | #
|
---|
3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
4 | #
|
---|
5 | # config Proxy9 bij De Clercq
|
---|
6 | #
|
---|
7 |
|
---|
8 | $master_ip='172.16.4.54';
|
---|
9 | $gateway='192.168.1.1';
|
---|
10 | $internalroute='172.16.4.53';
|
---|
11 | $internalif='sis1';
|
---|
12 | $nodetype='Proxy';
|
---|
13 | $nodename='Proxy9';
|
---|
14 | $proxyid='9';
|
---|
15 | $location="kantoor De Clercq, Hoge Rijndijk 306, 2314AM Leiden";
|
---|
16 | $status='up';
|
---|
17 | $release="8.0-RELEASE";
|
---|
18 | $X='95694';
|
---|
19 | $Y='462845';
|
---|
20 |
|
---|
21 | $config{'sis0'}=sprintf <<SIS0; # Link naar Router
|
---|
22 | TYPE=ethernet
|
---|
23 | IP=192.168.1.100/24
|
---|
24 | DESC=Link naar Router
|
---|
25 | SDESC=uplink
|
---|
26 | DHCP=no
|
---|
27 | SIS0
|
---|
28 |
|
---|
29 | $config{'sis1'}=sprintf <<SIS1; # Link naar Node
|
---|
30 | TYPE=ethernet
|
---|
31 | IP=$master_ip/30
|
---|
32 | DESC=Link naar Node
|
---|
33 | SDESC=downlink
|
---|
34 | DHCP=no
|
---|
35 | SIS1
|
---|
Note:
See
TracBrowser
for help on using the repository browser.