source: genesis/nodes/proxy7/wleiden.conf@ 10047

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

Removing obsolete comments to make files cleaner for migration to new config
format.

Related-To ticket:117

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1# verbonden met 'vuil' internet van Zorggroep Rijnland
2# lokaal ip en nameservers via dhcp
3# LET OP: niet standaard configuratie ivm lokale ap's!
4# Proxy is ook dhcpd server voor de lokale gebruikers,
5# dus apart dnsmasq geinstalleerd en geconfigureerd
6
7$master_ip='172.17.0.1';
8$gateway='192.168.200.1';
9$internalroute='172.17.0.2';
10$internalif='sis1';
11$nodetype='Proxy';
12$nodename='Proxy7';
13$proxyid='7';
14$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
15$status='up';
16$release="8.2-RELEASE";
17$ileiden='yes';
18$X='96728';
19$Y='463407';
20
21$config{'sis0'}=sprintf <<SIS0;
22COMMENT=Link naar Router
23TYPE=ethernet
24IP=192.168.200.100/24
25DESC=Link naar Router
26SDESC=uplink
27DHCP=no
28SIS0
29
30$config{'sis1'}=sprintf <<SIS1;
31COMMENT=Local 24-subnet to node and clients
32TYPE=ethernet
33IP=$master_ip/28
34DESC=naar NodeLeythenrode and ap bridges
35SDESC=Leythenrode_subnet
36DHCP=no
37SIS1
38
39$config{'sis1:0'}=sprintf <<SIS10;
40COMMENT=Local 24-subnet to node and clients
41TYPE=ethernet
42IP=172.17.7.1/24
43DESC=naar NodeLeythenrode and local clients
44SDESC=Leythenrode_subnet
45DHCP=no
46SIS10
47
48
Note: See TracBrowser for help on using the repository browser.