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

Last change on this file since 7678 was 7657, checked in by rick, 15 years ago

$genesis_control is not used anymore

  • Property svn:eol-style set to native
File size: 896 bytes
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#
10
11$master_ip='172.17.0.1';
12$gateway='192.168.200.1';
13$internalroute='';
14$internalif='sis';
15$nodetype='Proxy';
16$nodename='Proxy7';
17$proxyid='7';
18$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
19$status='up';
20$release="8.0-RELEASE";
21$X='96728';
22$Y='463407';
23
24$config{'sis0'}=sprintf <<SIS0; # 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; # Local 24-subnet to node and clients
33TYPE=ethernet
34IP=$master_ip/24
35#static route to wleiden.net via node
36ROUTE=172.16.0.0/12 172.17.0.2
37DESC=naar NodeLeythenrode and clients
38SDESC=Leythenrode_subnet
39DHCP=10-250
40SIS1
Note: See TracBrowser for help on using the repository browser.