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
RevLine 
[6925]1# verbonden met 'vuil' internet van Zorggroep Rijnland
[7548]2# lokaal ip en nameservers via dhcp
[7891]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
[6925]6
[7115]7$master_ip='172.17.0.1';
[7549]8$gateway='192.168.200.1';
[7860]9$internalroute='172.17.0.2';
[8018]10$internalif='sis1';
[6925]11$nodetype='Proxy';
12$nodename='Proxy7';
[7601]13$proxyid='7';
[6925]14$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
[7548]15$status='up';
[9308]16$release="8.2-RELEASE";
17$ileiden='yes';
[7115]18$X='96728';
19$Y='463407';
[6925]20
[8261]21$config{'sis0'}=sprintf <<SIS0;
22COMMENT=Link naar Router
[7548]23TYPE=ethernet
[7549]24IP=192.168.200.100/24
[7548]25DESC=Link naar Router
26SDESC=uplink
27DHCP=no
28SIS0
[6925]29
[8261]30$config{'sis1'}=sprintf <<SIS1;
31COMMENT=Local 24-subnet to node and clients
[6925]32TYPE=ethernet
[8489]33IP=$master_ip/28
34DESC=naar NodeLeythenrode and ap bridges
[7115]35SDESC=Leythenrode_subnet
[8489]36DHCP=no
[7108]37SIS1
[8489]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.