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

Last change on this file since 9595 was 9308, checked in by huub, 14 years ago

release info geupdate voor de geconverteerde nodes en proxies

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