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

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

Administrative details updated from the Nieuweweg...

File size: 648 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# edugis x,y
17$X='92280';
18$Y='461707';
19
20$config{'vr0'}=sprintf <<SIS0;
21COMMENT=link naar Router
22TYPE=ethernet
23DHCPCLIENT=yes
24IP=0.0.0.0/30
25DESC=Link naar router
26SDESC=uplink
27DHCP=no
28SIS0
29
30$config{$internalif}=sprintf <<SIS1;
31COMMENT=link naar NodeRick
32TYPE=ethernet
33IP=$master_ip/30
34DESC=Link naar NodeRick
35SDESC=downlink
36DHCP=no
37SIS1
38
Note: See TracBrowser for help on using the repository browser.