Changeset 11265 in genesis for nodes/HybridLeythenrode2
- Timestamp:
- Jun 10, 2012, 7:06:28 PM (13 years ago)
- Location:
- nodes/HybridLeythenrode2
- Files:
-
- 1 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
nodes/HybridLeythenrode2/wleiden.yaml
r10891 r11265 4 4 board : "ALIX2" 5 5 comment : " verbonden met 'vuil' internet van Zorggroep Rijnland lokaal ip en nameservers via dhcp LET OP: niet standaard configuratie ivm lokale ap's!" 6 externalif: "vr0"7 6 gateway : "192.168.200.1" 8 ileiden : True9 internalif: "vr1"10 internalroute: "172.17.0.2"11 7 latitude : "52.15576" 12 location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp "8 location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351CP, Leiderdorp, werkkast begane grond" 13 9 longitude : "4.53567" 14 10 masterip : "172.17.0.1" 15 nodename : "Leythenrode" 16 nodetype : "Proxy" 17 proxyid : 7 11 nodename : "Leythenrode2" 12 nodetype : "Hybrid" 18 13 rdnap_x : 96728 19 14 rdnap_y : 463407 20 release : "9.0-RELEASE" 15 service_accesspoint: True 16 service_incoming_rdr: False 17 service_proxy_ileiden: True 18 service_proxy_normal: True 21 19 status : "up" 22 20 23 21 24 22 iface_vr0: 25 comment : " Link naar Router"23 comment : "External Link" 26 24 ip : "192.168.200.100/24" 27 sdesc : " uplink"25 sdesc : "2external" 28 26 type : "eth" 29 27 dhcp : False … … 32 30 33 31 iface_vr1: 34 comment : "Local 28-subnet to node and clients (ap bridges)" 35 ip : "172.17.0.1/28" 32 comment : "Ethernet" 33 ip : "172.17.7.1/24" 34 sdesc : "localsubnet" 35 type : "eth" 36 dhcp : "10-250" 37 status : "up" 38 39 iface_vr1_alias0: 40 comment : "Local 28-subnet to Leythenrode1 and clients (ap bridges)" 41 ip : "172.17.0.2/28" 36 42 sdesc : "Leythenrode_subnet" 37 43 type : "eth" … … 40 46 41 47 48 49
Note:
See TracChangeset
for help on using the changeset viewer.