source: genesis/nodes/proxy8/wleiden.conf@ 10048

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

Remove and modify some more comment lines.

Related-To ticket:117

File size: 612 bytes
RevLine 
[7361]1
[10048]2$comment="Test proxy voor Proxyfactory";
3
[8117]4$master_ip='172.16.3.34';
[7395]5$gateway='192.168.58.1';
[8146]6$internalroute='172.16.3.33';
[8018]7$internalif='sis1';
[8211]8$nat='yes';
[7361]9$nodetype='Proxy';
10$nodename='Proxy8';
[7885]11$proxyid='8';
[7361]12$location=" Richard, Terschelling 244, 3524az Utrecht";
13$status='up';
14$release="8.0-RELEASE";
15
[8290]16$X='137949';
17$Y='453165';
[7361]18
19
[8261]20$config{'sis0'}=sprintf <<SIS0;
21COMMENT=Link naar Router
[7361]22TYPE=ethernet
[7394]23IP=192.168.58.2/24
[7361]24
25DESC=Link naar Router
26SDESC=uplink
27
28DHCP=no
29
30SIS0
[7377]31
[8261]32$config{'sis1'}=sprintf <<SIS1;
[8290]33COMMENT=Link naar NodeRichard
[7377]34TYPE=ethernet
[8290]35IP=172.16.16.9/30
[7377]36
[7881]37DESC=Link
[7377]38SDESC=downlink
39
40DHCP=no
41
42SIS1
Note: See TracBrowser for help on using the repository browser.