Last change
on this file since 10047 was 10047, checked in by rick, 13 years ago |
Removing obsolete comments to make files cleaner for migration to new config
format.
Related-To ticket:117
|
File size:
620 bytes
|
Rev | Line | |
---|
[8795] | 1 | # verbonden met adsl gateway aalmeer watertoren
|
---|
| 2 |
|
---|
| 3 | $master_ip='172.25.90.69';
|
---|
| 4 | $gateway='92.66.227.161';
|
---|
[8805] | 5 | $internalroute='172.25.90.69';
|
---|
[8795] | 6 |
|
---|
| 7 | $internalif='sis1';
|
---|
| 8 | $nodetype='Proxy';
|
---|
| 9 | $nodename='Proxy14';
|
---|
| 10 | $proxyid='14';
|
---|
| 11 | $location=" Watertoren, Aalsmeer";
|
---|
| 12 | $status='up';
|
---|
| 13 | $release="8.0-RELEASE";
|
---|
| 14 | $X='111998';
|
---|
| 15 | $Y='474286';
|
---|
| 16 | $nat='yes';
|
---|
| 17 |
|
---|
| 18 | $config{'sis0'}=sprintf <<SIS0;
|
---|
| 19 | COMMENT=link naar Router
|
---|
| 20 | TYPE=ethernet
|
---|
[8805] | 21 | IP=92.66.227.165/29
|
---|
[8795] | 22 | DESC=Link naar router
|
---|
| 23 | SDESC=uplink
|
---|
| 24 | DHCP=no
|
---|
| 25 | SIS0
|
---|
| 26 |
|
---|
| 27 | $config{'sis1'}=sprintf <<SIS1;
|
---|
| 28 | COMMENT=link naar Node Watertoren2
|
---|
| 29 | TYPE=ethernet
|
---|
[8805] | 30 | IP=$master_ip/29
|
---|
[8795] | 31 | DESC=Link naar Node Watertoren2
|
---|
| 32 | SDESC=downlink
|
---|
| 33 | DHCP=no
|
---|
| 34 | SIS1
|
---|
| 35 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.