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

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