Last change
on this file since 10104 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:
612 bytes
|
Rev | Line | |
---|
[9824] | 1 | $location="RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk";
|
---|
| 2 | $master_ip='172.17.28.1';
|
---|
| 3 | $gateway='192.168.33.1';
|
---|
| 4 | $internalroute='172.16.5.105';
|
---|
[9430] | 5 | $internalif='sis1';
|
---|
| 6 | $nodetype='Proxy';
|
---|
[9824] | 7 | $proxyid='19';
|
---|
| 8 | $nodename= $nodetype . $proxyid;
|
---|
| 9 |
|
---|
| 10 | $status='up';
|
---|
[9430] | 11 | $release="8.2-RELEASE";
|
---|
[9824] | 12 | $X='095341';
|
---|
| 13 | $Y='461984';
|
---|
[9430] | 14 |
|
---|
[9824] | 15 | $config{'sis0'}=sprintf <<EOF;
|
---|
[9430] | 16 | COMMENT=link naar Router
|
---|
| 17 | TYPE=ethernet
|
---|
| 18 | DHCPCLIENT=yes
|
---|
| 19 | IP=0.0.0.0/30
|
---|
| 20 | DESC=Link naar router
|
---|
| 21 | SDESC=uplink
|
---|
| 22 | DHCP=no
|
---|
[9824] | 23 | EOF
|
---|
[9430] | 24 |
|
---|
[9824] | 25 | $config{$internalif}=sprintf <<EOF;
|
---|
| 26 | COMMENT=link naar CNodeMeerburg
|
---|
[9430] | 27 | TYPE=ethernet
|
---|
[9824] | 28 | IP=172.16.5.108/29
|
---|
| 29 | DESC=Link naar Meerburg
|
---|
| 30 | SDESC=2meerburg
|
---|
[9430] | 31 | DHCP=no
|
---|
[9824] | 32 | EOF
|
---|
[9430] | 33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.