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

Last change on this file since 9722 was 9308, checked in by huub, 13 years ago

release info geupdate voor de geconverteerde nodes en proxies

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