Line | |
---|
1 | $master_ip='172.25.90.66';
|
---|
2 | $gateway='92.66.227.161';
|
---|
3 | $internalroute='172.25.90.65';
|
---|
4 |
|
---|
5 | $internalif='sis1';
|
---|
6 | $nodetype='Proxy';
|
---|
7 | $nodename='Proxy12';
|
---|
8 | $proxyid='12';
|
---|
9 | $location=" Watertoren, Aalsmeer";
|
---|
10 | $status='up';
|
---|
11 | $release="8.0-RELEASE";
|
---|
12 | $ileiden='yes';
|
---|
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.162/29
|
---|
21 | DESC=Link naar router
|
---|
22 | SDESC=uplink
|
---|
23 | DHCP=no
|
---|
24 | SIS0
|
---|
25 |
|
---|
26 | $config{'sis0:0'}=sprintf <<EOT;
|
---|
27 | COMMENT=Link naar Mobotix Camera
|
---|
28 | TYPE=ethernet
|
---|
29 | IP=10.5.103.57/24
|
---|
30 | DESC=Camera found at 10.5.103.56
|
---|
31 | SDESC=mobotix
|
---|
32 | DHCP=no
|
---|
33 | EOT
|
---|
34 |
|
---|
35 | $config{'sis1'}=sprintf <<SIS1;
|
---|
36 | COMMENT=link naar Node Watertoren
|
---|
37 | TYPE=ethernet
|
---|
38 | IP=$master_ip/29
|
---|
39 | DESC=Link naar Node AMWaterT1
|
---|
40 | SDESC=downlink
|
---|
41 | DHCP=no
|
---|
42 | SIS1
|
---|
43 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.