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

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

$OS variable is not used anymore

  • Property svn:eol-style set to native
File size: 965 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$gw_open='closed';
16$nodetype='Proxy';
17$nodename='Proxy7';
18$proxyid='7';
19$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
20$status='up';
21$release="8.0-RELEASE";
22$node_config_version="1";
23$genesis_control="YES";
24$X='96728';
25$Y='463407';
26
27$config{'sis0'}=sprintf <<SIS0; # 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; # Local 24-subnet to node and clients
36TYPE=ethernet
37IP=$master_ip/24
38#static route to wleiden.net via node
39ROUTE=172.16.0.0/12 172.17.0.2
40DESC=naar NodeLeythenrode and clients
41SDESC=Leythenrode_subnet
42DHCP=10-250
43SIS1
Note: See TracBrowser for help on using the repository browser.