Last change
on this file since 9430 was 9430, checked in by huub, 13 years ago |
proxy16 bij KWV de Kaag geconfigureerd
|
File size:
601 bytes
|
Line | |
---|
1 |
|
---|
2 | $master_ip='172.16.18.18';
|
---|
3 | $gateway='10.01.0.1';
|
---|
4 | $internalroute='172.16.18.17';
|
---|
5 | $internalif='sis1';
|
---|
6 | $nodetype='Proxy';
|
---|
7 | $nodename='Proxy16';
|
---|
8 | $proxyid='16';
|
---|
9 | $location="Havenkantoor KWV de Kaag, Sweilandpolder 8, 2362AG Warmond";
|
---|
10 | $status='down';
|
---|
11 | $release="8.2-RELEASE";
|
---|
12 | $X='96879';
|
---|
13 | $Y='468044';
|
---|
14 |
|
---|
15 | $config{'sis0'}=sprintf <<SIS0;
|
---|
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 | SIS0
|
---|
24 |
|
---|
25 | $config{$internalif}=sprintf <<SIS1;
|
---|
26 | COMMENT=link naar NodeKWVdeKaag
|
---|
27 | TYPE=ethernet
|
---|
28 | IP=$master_ip/30
|
---|
29 | DESC=Link naar NodeKWVdeKaag
|
---|
30 | SDESC=downlink
|
---|
31 | DHCP=no
|
---|
32 | SIS1
|
---|
33 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.