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

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

Remove and modify some more comment lines.

Related-To ticket:117

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