source: genesis/nodes/proxy97/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: 581 bytes
RevLine 
[7480]1$master_ip='172.17.169.66';
[7481]2$gateway='10.0.1.1';
[7480]3$internalroute='172.17.169.65';
[8018]4$internalif='sis1';
[7480]5$nodetype='Proxy';
6$nodename='Proxy97';
[7515]7$proxyid='97';
[7480]8$location="CeTIM office, Plantsoen 97, 2311 KL, Leiden";
9$status='up';
10$release="8.0-RELEASE";
[9308]11$ileiden='yes';
[7480]12$X='94042';
13$Y='463238';
14
[8261]15$config{'sis0'}=sprintf <<SIS0;
16COMMENT=link naar router
[7480]17TYPE=ethernet
[7481]18IP=10.0.1.100/24
[7515]19DESC=naar router
[7480]20SDESC=uplink
21DHCP=no
22SIS0
23
[8261]24$config{'sis1'}=sprintf <<SIS1;
25COMMENT=link naar NodePlantsoen2
[7480]26TYPE=ethernet
27IP=$master_ip/28
[7515]28DESC=Link naar NodePlantsoen2
[7480]29SDESC=downlink
30DHCP=no
31SIS1
Note: See TracBrowser for help on using the repository browser.