source: genesis/nodes/proxy13/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: 635 bytes
RevLine 
[7879]1
[8028]2$master_ip='172.16.3.98';
[8950]3$gateway='192.168.42.1';
[8021]4$internalroute='172.16.3.97';
[8962]5$internalif='vr1';
[8032]6$inboundnat="yes";
[7879]7$nodetype='Proxy';
[7993]8$nodename='Proxy13';
9$proxyid='13';
10$location="Brahmslaan 40, 2324 AN, Leiden";
[9803]11$remote_access="riff.vanderzwet.net:1022";
[7879]12$status='up';
[8944]13$release="8.2-RELEASE";
[8950]14$nat='yes';
[7879]15
[8455]16$X='92280';
17$Y='461707';
[7993]18
[8944]19$config{'vr0'}=sprintf <<SIS0;
[8261]20COMMENT=link naar Router
[7879]21TYPE=ethernet
[8017]22DHCPCLIENT=yes
[7883]23IP=0.0.0.0/30
[7879]24DESC=Link naar router
25SDESC=uplink
26DHCP=no
27SIS0
28
[8962]29$config{$internalif}=sprintf <<SIS1;
[8261]30COMMENT=link naar NodeRick
[7879]31TYPE=ethernet
[8022]32IP=$master_ip/30
[7993]33DESC=Link naar NodeRick
[7879]34SDESC=downlink
35DHCP=no
36SIS1
37
Note: See TracBrowser for help on using the repository browser.