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
Line 
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
8
9$master_ip='172.17.0.1';
10$gateway='192.168.200.1';
11$internalroute='172.17.0.2';
12$internalif='sis1';
13$nodetype='Proxy';
14$nodename='Proxy7';
15$proxyid='7';
16$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
17$status='up';
18$release="8.2-RELEASE";
19$ileiden='yes';
20$X='96728';
21$Y='463407';
22
23$config{'sis0'}=sprintf <<SIS0;
24COMMENT=Link naar Router
25TYPE=ethernet
26IP=192.168.200.100/24
27DESC=Link naar Router
28SDESC=uplink
29DHCP=no
30SIS0
31
32$config{'sis1'}=sprintf <<SIS1;
33COMMENT=Local 24-subnet to node and clients
34TYPE=ethernet
35IP=$master_ip/28
36DESC=naar NodeLeythenrode and ap bridges
37SDESC=Leythenrode_subnet
38DHCP=no
39SIS1
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.