source: genesis/nodes/proxy12/wleiden.conf@ 10059

Last change on this file since 10059 was 10048, checked in by rick, 13 years ago

Remove and modify some more comment lines.

Related-To ticket:117

File size: 742 bytes
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;
18COMMENT=link naar Router
19TYPE=ethernet
20IP=92.66.227.162/29
21DESC=Link naar router
22SDESC=uplink
23DHCP=no
24SIS0
25
26$config{'sis0:0'}=sprintf <<EOT;
27COMMENT=Link naar Mobotix Camera
28TYPE=ethernet
29IP=10.5.103.57/24
30DESC=Camera found at 10.5.103.56
31SDESC=mobotix
32DHCP=no
33EOT
34
35$config{'sis1'}=sprintf <<SIS1;
36COMMENT=link naar Node Watertoren
37TYPE=ethernet
38IP=$master_ip/29
39DESC=Link naar Node AMWaterT1
40SDESC=downlink
41DHCP=no
42SIS1
43
Note: See TracBrowser for help on using the repository browser.