Last change
on this file since 8347 was 8337, checked in by richardvm, 14 years ago |
about a week to late, ip info was already added to dns a week ago
|
File size:
707 bytes
|
Rev | Line | |
---|
[7879] | 1 | #
|
---|
| 2 | #
|
---|
| 3 | # Read by /usr/local/sbin/wireless-up.pl
|
---|
| 4 | #
|
---|
| 5 | # config Proxy12 bij Wireless Jacobswoude
|
---|
| 6 | # verbonden met adsl gateway aalmeer watertoren
|
---|
| 7 |
|
---|
| 8 | $master_ip='172.25.90.66';
|
---|
[8337] | 9 | $gateway='92.66.227.161';
|
---|
[7879] | 10 | $internalroute='172.25.90.65';
|
---|
| 11 |
|
---|
[8018] | 12 | $internalif='sis1';
|
---|
[7879] | 13 | $nodetype='Proxy';
|
---|
| 14 | $nodename='Proxy12';
|
---|
| 15 | $proxyid='12';
|
---|
| 16 | $location=" Watertoren, Aalsmeer";
|
---|
| 17 | $status='up';
|
---|
| 18 | $release="8.0-RELEASE";
|
---|
[8287] | 19 | $X='111998';
|
---|
| 20 | $Y='474286';
|
---|
[8241] | 21 | $nat='yes';
|
---|
[7879] | 22 |
|
---|
[8261] | 23 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 24 | COMMENT=link naar Router
|
---|
[7879] | 25 | TYPE=ethernet
|
---|
[8337] | 26 | IP=92.66.227.162/29
|
---|
[7879] | 27 | DESC=Link naar router
|
---|
| 28 | SDESC=uplink
|
---|
| 29 | DHCP=no
|
---|
| 30 | SIS0
|
---|
| 31 |
|
---|
[8261] | 32 | $config{'sis1'}=sprintf <<SIS1;
|
---|
[8337] | 33 | COMMENT=link naar Node Watertoren
|
---|
[7879] | 34 | TYPE=ethernet
|
---|
| 35 | IP=$master_ip/30
|
---|
[8241] | 36 | DESC=Link naar Node AMWaterT1
|
---|
[7879] | 37 | SDESC=downlink
|
---|
| 38 | DHCP=no
|
---|
| 39 | SIS1
|
---|
| 40 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.