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

Last change on this file since 7243 was 7115, checked in by huub, 15 years ago

aanpassing configuratie Leythenrode node en proxy7. De lokale aps staan nu in bridge mode met een lokaal ip voor managementinterface. De proxy7 heeft dhcpd-server voor range 10-250. Configuratie van de internetaansluiting via het lokaal Rijnland-netwerk via dhcp.

File size: 906 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# nameservers via dhcp:
8
9$master_ip='172.17.0.1';
10$gw_open='closed';
11$nodetype='Proxy';
12$nodename='Proxy7';
13$labelpos='left';
14$location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp";
15
16$status='planned';
17
18$release="6.0-STABLE";
19$node_config_version="1";
20$genesis_control="YES";
21
22$OS='FreeBSD';
23
24#edugis x,y 96728,463407
25$X='96728';
26$Y='463407';
27
28$config{'sis0'}=sprintf <<SIS0; # Ethernet
29TYPE=ethernet
30DESC=internetaansluiting
31SDESC=2rijnland
32SPEED=10240000000
33DHCP=yes
34
35SIS0
36
37$config{'sis1'}=sprintf <<SIS1; # Local 24-subnet to node and clients
38TYPE=ethernet
39IP=$master_ip/24
40#static route to wleiden.net via node
41ROUTE=172.16.0.0/12 172.17.0.2/24
42
43
44DESC=naar NodeLeythenrode and clients
45SDESC=Leythenrode_subnet
46SPEED=10240000000
47
48DHCP=10-250
49
50SIS1
Note: See TracBrowser for help on using the repository browser.