source: genesis/nodes/Rustdam2/wleiden.yaml@ 13525

Last change on this file since 13525 was 13488, checked in by rick, 9 years ago

Replaced broken bullet for NanoStationLocoM2

Fixes beheer#1071

File size: 2.1 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[12474]5comment : "None"
[12249]6gateway : "192.168.178.1"
[11519]7latitude : "52.11082"
[11318]8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
[11519]9longitude : "4.50254"
[12267]10masterip : "172.17.95.1"
[11325]11monitoring_group: "wzoeterwoude"
[12267]12nodename : "Rustdam2"
[10822]13nodetype : "Hybrid"
[11323]14rdnap_x : "94400"
15rdnap_y : "458435"
[13250]16rdr_host : "94.208.120.3"
[12330]17rdr_rules :
[12333]18- ['tcp', 9080, '172.17.0.41', 80]
19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
21- ['tcp', 9083, '172.17.0.44', 80]
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]
26- ['tcp', 9090, '172.17.2.67', 80]
[12745]27- ['tcp', 9091, '172.16.9.237', 88]
[12449]28- ['tcp', 9092, '172.17.51.5', 80]
[13251]29- ['tcp', 9096, '172.17.13.66', 88]
[13383]30- ['tcp', 9100, '172.16.9.202', 88]
[12474]31release : "9.0-RELEASE"
32remote_access: "94.210.143.85:1022"
[10822]33service_accesspoint: True
[11554]34service_concentrator: False
[12330]35service_incoming_rdr: True
[11318]36service_proxy_ileiden: True
[10822]37service_proxy_normal: True
[12330]38status : "up"
[10059]39
[12474]40
[10059]41iface_vr0:
[12249]42 comment : "Uplink"
[12866]43 ip : "192.168.178.5/24"
[12249]44 sdesc : "uplink"
45 type : "eth"
46 dhcp : False
47 status : "up"
[11322]48
[13229]49iface_vr0_alias0:
50 comment : "Webcam - prive"
[13266]51 ip : "172.16.9.201/29"
[13229]52 sdesc : "uplink"
53 type : "eth"
54 dhcp : False
55 status : "up"
[12474]56
[13229]57
[10059]58iface_vr1:
[12267]59 comment : "Link to Rustdam"
60 ip : "172.16.7.100/29"
61 sdesc : "2rustdam"
[12474]62 mode : "station-wds"
[10116]63 type : "eth"
[12267]64 ssid : "il-o.rustdam.wleiden.net"
65 dhcp : False
[12474]66 compass : "z"
[12267]67 ns_ip : "172.16.7.99/29"
[11318]68 ns_mac : "00:00:00:00:00:00"
[12267]69 ns_type : "ns5"
70 bridge_type: "NanoStationM5"
[10116]71 status : "up"
[10059]72
[11322]73
[10116]74iface_vr2:
[11318]75 comment : "Access Point"
[12267]76 ip : "172.17.95.1/24"
77 sdesc : "2terras"
[11318]78 mode : "ap-wds"
[10116]79 type : "eth"
[13488]80 ssid : "Wifi Zoeterwoude"
[11318]81 dhcp : "10-240"
[12267]82 ns_ip : "172.17.95.2/24"
[13488]83 ns_mac : "DC:9F:DB:3F:21:BA"
84 ns_type : "ns2"
85 bridge_type: "NanoStationLocoM2"
[10116]86 status : "up"
[12474]87
88
Note: See TracBrowser for help on using the repository browser.