source: genesis/nodes/proxy13/wleiden.conf@ 10100

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

Remove and modify some more comment lines.

Related-To ticket:117

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