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

Last change on this file since 14392 was 14013, checked in by rick, 7 years ago

Correction i was confused

File size: 1.7 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"
[13853]16rdr_host : "217.101.190.34"
[12474]17release : "9.0-RELEASE"
[13825]18remote_access: "94.210.178.47:1022"
[10822]19service_accesspoint: True
[11554]20service_concentrator: False
[12330]21service_incoming_rdr: True
[11318]22service_proxy_ileiden: True
[10822]23service_proxy_normal: True
[13844]24serviceid : "172.31.254.12"
[12330]25status : "up"
[10059]26
[12474]27
[10059]28iface_vr0:
[12249]29 comment : "Uplink"
[12866]30 ip : "192.168.178.5/24"
[12249]31 sdesc : "uplink"
32 type : "eth"
33 dhcp : False
34 status : "up"
[11322]35
[13548]36
[13229]37iface_vr0_alias0:
38 comment : "Webcam - prive"
[13266]39 ip : "172.16.9.201/29"
[13229]40 sdesc : "uplink"
41 type : "eth"
42 dhcp : False
43 status : "up"
[12474]44
[13229]45
[10059]46iface_vr1:
[12267]47 comment : "Link to Rustdam"
48 ip : "172.16.7.100/29"
49 sdesc : "2rustdam"
[12474]50 mode : "station-wds"
[10116]51 type : "eth"
[12267]52 ssid : "il-o.rustdam.wleiden.net"
53 dhcp : False
[12474]54 compass : "z"
[12267]55 ns_ip : "172.16.7.99/29"
[11318]56 ns_mac : "00:00:00:00:00:00"
[12267]57 ns_type : "ns5"
58 bridge_type: "NanoStationM5"
[10116]59 status : "up"
[10059]60
[11322]61
[14013]62iface_vr2:
63 comment : "Access Point"
64 ip : "172.17.95.1/24"
65 sdesc : "2terras"
66 mode : "ap-wds"
67 type : "eth"
68 ssid : "Wifi Zoeterwoude"
69 dhcp : "10-240"
70 ns_ip : "172.17.95.2/24"
71 ns_mac : "dc:9f:db:3f:21:ba"
72 ns_type : "ns2"
73 bridge_type: "NanoStationLocoM2"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.