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
|
Line | |
---|
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';
|
---|
5 | $internalif='sis1';
|
---|
6 | $nodetype='Proxy';
|
---|
7 | $proxyid='19';
|
---|
8 | $nodename= $nodetype . $proxyid;
|
---|
9 |
|
---|
10 | $status='up';
|
---|
11 | $release="8.2-RELEASE";
|
---|
12 | $X='095341';
|
---|
13 | $Y='461984';
|
---|
14 |
|
---|
15 | $config{'sis0'}=sprintf <<EOF;
|
---|
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
|
---|
23 | EOF
|
---|
24 |
|
---|
25 | $config{$internalif}=sprintf <<EOF;
|
---|
26 | COMMENT=link naar CNodeMeerburg
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=172.16.5.108/29
|
---|
29 | DESC=Link naar Meerburg
|
---|
30 | SDESC=2meerburg
|
---|
31 | DHCP=no
|
---|
32 | EOF
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.