source: genesis/nodes/HybridHenk/wleiden.yaml@ 13387

Last change on this file since 13387 was 13353, checked in by huub, 9 years ago

hardware modificaties bij Henk en WBRotary in de yamls verwerkt

File size: 1.9 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10873]6gateway : "192.168.0.225"
[10881]7latitude : "52.17062"
[10873]8location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
[10881]9longitude : "4.63854"
[10873]10masterip : "172.17.28.1"
[11325]11monitoring_group: "wleiden"
[10873]12nodename : "Henk"
[10459]13nodetype : "Hybrid"
[10873]14rdnap_x : 103784
15rdnap_y : 464983
[13285]16rdr_host : "213.73.188.7"
[10714]17rdr_rules :
[10715]18- ['tcp', 9080, '172.17.0.41', 80]
[10803]19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
[10715]21- ['tcp', 9083, '172.17.0.44', 80]
[12207]22- ['tcp', 9084, '172.17.0.43', 80]
23- ['tcp', 9085, '172.17.0.42', 80]
24- ['tcp', 9086, '172.17.0.45', 21]
25- ['tcp', 9087, '172.17.0.45', 3389]
[12449]26- ['tcp', 9092, '172.17.51.5', 80]
[13251]27- ['tcp', 9096, '172.17.13.66', 88]
[10729]28release : "9.0-RELEASE"
[13338]29remote_access: "213.73.188.7"
[10729]30service_accesspoint: True
[11554]31service_concentrator: False
[10881]32service_incoming_rdr: True
[10729]33service_proxy_ileiden: True
34service_proxy_normal: True
[12407]35status : "up"
[10059]36
37
38iface_ath0:
[10116]39 comment : "Internal Wireless"
[10873]40 ip : "172.17.28.1/26"
[10116]41 sdesc : "binnen"
[10703]42 mode : "ap"
[11737]43 type : "11g"
[11738]44 channel : 1
[13165]45 ssid : "WiFi-Woubrugge"
[13164]46 wlan_mac : "00:1b:b1:05:02:e6"
[10116]47 dhcp : "10-60"
48 status : "up"
[10059]49
50
51iface_vr0:
[10452]52 comment : "Link to external interface"
53 ip : "0.0.0.0/30"
54 sdesc : "2external"
[10116]55 type : "eth"
[10887]56 dhcp : "client"
[10116]57 status : "up"
[10059]58
[10688]59
[10685]60iface_vr1:
[10873]61 comment : "Link naar WBRotary"
[12418]62 ip : "172.16.6.76/29"
[10873]63 sdesc : "2wbrotary"
[12436]64 mode : "station-wds"
[10685]65 type : "eth"
[12420]66 extra_type : "eth2wifibridge"
[13353]67 channel : "108"
[12418]68 ssid : "il-n.wbrotary.wleiden.net"
[10688]69 dhcp : False
[12418]70 compass : "z"
71 ns_ip : "172.16.6.75/29"
[13353]72 ns_mac : "04:18:D6:CC:00:53"
[12478]73 bridge_type: "NanoStation M5"
[12426]74 status : "up"
[10116]75
[12474]76
[10685]77iface_vr2:
[10688]78 comment : "Lokaal Dev Netwerk"
[10873]79 ip : "172.17.33.1/24"
[10685]80 sdesc : "2dev"
[10116]81 type : "eth"
[10685]82 dhcp : "10-20"
[10116]83 status : "up"
84
[10701]85
Note: See TracBrowser for help on using the repository browser.