Line | |
---|
1 |
|
---|
2 | $master_ip='172.25.90.69';
|
---|
3 | $gateway='92.66.227.161';
|
---|
4 | $internalroute='172.25.90.69';
|
---|
5 |
|
---|
6 | $internalif='sis1';
|
---|
7 | $nodetype='Proxy';
|
---|
8 | $nodename='Proxy14';
|
---|
9 | $proxyid='14';
|
---|
10 | $location=" Watertoren, Aalsmeer";
|
---|
11 | $status='up';
|
---|
12 | $release="8.0-RELEASE";
|
---|
13 | $X='111998';
|
---|
14 | $Y='474286';
|
---|
15 | $nat='yes';
|
---|
16 |
|
---|
17 | $config{'sis0'}=sprintf <<SIS0;
|
---|
18 | COMMENT=link naar Router
|
---|
19 | TYPE=ethernet
|
---|
20 | IP=92.66.227.165/29
|
---|
21 | DESC=Link naar router
|
---|
22 | SDESC=uplink
|
---|
23 | DHCP=no
|
---|
24 | SIS0
|
---|
25 |
|
---|
26 | $config{'sis1'}=sprintf <<SIS1;
|
---|
27 | COMMENT=link naar Node Watertoren2
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=$master_ip/29
|
---|
30 | DESC=Link naar Node Watertoren2
|
---|
31 | SDESC=downlink
|
---|
32 | DHCP=no
|
---|
33 | SIS1
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.