Changeset 7115 in genesis
- Timestamp:
- Aug 12, 2009, 9:58:26 AM (15 years ago)
- Location:
- nodes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
nodes/CNodeLeythenrode/wleiden.conf
r7107 r7115 1 1 # config CNodeLeythenrode 2 2 $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"; 3 $master_ip='172.17. 0.1';3 $master_ip='172.17.1.1'; 4 4 $gw_open='closed'; 5 5 $nodetype='CNode'; … … 18 18 $config{'vr0'}=sprintf <<VR0; # ethernet to local subnet with PoE 19 19 IP=172.17.0.2/24 20 DESC=local ethernet for proxy7 and local ap's20 DESC=local ethernet with proxy7 and local clients (ap's bridge) 21 21 SDESC=localsubnet 22 22 DHCP=no … … 28 28 #AP-1 zuidoost 29 29 #ESSID=ap-zo.leythenrode 30 #LAN_IP=192.168.1.1/24 31 #WAN_IP=172.16.3.71/28 32 #MODE=router 30 #LAN_IP=172.17.0.3/24 31 #MODE=bridge 33 32 #CHANNEL=2 34 33 # 35 34 #AP-2 zuidwest 36 35 #ESSID=ap-zw.leythenrode 37 #LAN_IP=192.168.2.1/24 38 #WAN_IP=172.16.3.72/28 39 #MODE=router 36 #LAN_IP=172.17.0.4/24 37 #MODE=bridge 40 38 #CHANNEL=11 41 39 42 40 #AP-3 noordwest 43 41 #ESSID=ap-nw.leythenrode 44 #LAN_IP=192.168.3.1/24 45 #WAN_IP=172.16.3.73/28 46 #MODE=router 42 #LAN_IP=172.17.0.5/24 43 #MODE=bridge 47 44 #CHANNEL=5 48 45 49 46 #AP-4 noordoost 50 47 #ESSID=ap-no.leythenrode 51 #LAN_IP=192.168.4.1/24 52 #WAN_IP=172.16.3.74/28 53 #MODE=router 48 #LAN_IP=172.17.0.6/24 49 #MODE=bridge 54 50 #CHANNEL=8 55 51 -
nodes/proxy7/wleiden.conf
r7108 r7115 7 7 # nameservers via dhcp: 8 8 9 $master_ip='172.17.0. 0';9 $master_ip='172.17.0.1'; 10 10 $gw_open='closed'; 11 11 $nodetype='Proxy'; … … 14 14 $location="Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp"; 15 15 16 $status=' up';16 $status='planned'; 17 17 18 18 $release="6.0-STABLE"; … … 22 22 $OS='FreeBSD'; 23 23 24 #edugis x,y 25 $X=' ';26 $Y=' ';24 #edugis x,y 96728,463407 25 $X='96728'; 26 $Y='463407'; 27 27 28 28 $config{'sis0'}=sprintf <<SIS0; # Ethernet … … 35 35 SIS0 36 36 37 $config{'sis1'}=sprintf <<SIS1; # Ethernet37 $config{'sis1'}=sprintf <<SIS1; # Local 24-subnet to node and clients 38 38 TYPE=ethernet 39 39 IP=$master_ip/24 40 ROUTE=172.16.0.0/12 172.16.0.2 40 #static route to wleiden.net via node 41 ROUTE=172.16.0.0/12 172.17.0.2/24 41 42 42 DESC=naar NodeLeythenrode 43 SDESC=2nodeLeythenrode 43 44 DESC=naar NodeLeythenrode and clients 45 SDESC=Leythenrode_subnet 44 46 SPEED=10240000000 45 47 46 DHCP= no48 DHCP=10-250 47 49 48 50 SIS1
Note:
See TracChangeset
for help on using the changeset viewer.