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

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

Remove and modify some more comment lines.

Related-To ticket:117

File size: 742 bytes
RevLine 
[7879]1$master_ip='172.25.90.66';
[8337]2$gateway='92.66.227.161';
[7879]3$internalroute='172.25.90.65';
4
[8018]5$internalif='sis1';
[7879]6$nodetype='Proxy';
7$nodename='Proxy12';
8$proxyid='12';
9$location=" Watertoren, Aalsmeer";
10$status='up';
11$release="8.0-RELEASE";
[9308]12$ileiden='yes';
[8287]13$X='111998';
14$Y='474286';
[8241]15$nat='yes';
[7879]16
[8261]17$config{'sis0'}=sprintf <<SIS0;
18COMMENT=link naar Router
[7879]19TYPE=ethernet
[8337]20IP=92.66.227.162/29
[7879]21DESC=Link naar router
22SDESC=uplink
23DHCP=no
24SIS0
25
[9488]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
[8261]35$config{'sis1'}=sprintf <<SIS1;
[8337]36COMMENT=link naar Node Watertoren
[7879]37TYPE=ethernet
[9485]38IP=$master_ip/29
[8241]39DESC=Link naar Node AMWaterT1
[7879]40SDESC=downlink
41DHCP=no
42SIS1
43
Note: See TracBrowser for help on using the repository browser.