source: genesis/nodes/Dwars/wleiden.yaml@ 14007

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

Change template naming to final naming

File size: 2.1 KB
RevLine 
[13610]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[14006]6gateway : "192.168.178.1"
[13610]7ileiden : True
[14006]8latitude : "52.000"
9location : "Thomas Uittenbogaard, XXX, XXXX XX, Leiden"
10longitude : "4.000"
11masterip : "172.17.115.1"
12monitoring_group: "wleiden"
[14007]13nodename : "Dwars"
[13610]14nodetype : "Hybrid"
[14006]15portal_sponsor: "Thomas Uittenbogaard"
[13610]16portal_url: "http://www.wirelessleiden.nl/"
[14006]17rdnap_x : 95000
18rdnap_y : 462000
[13621]19rdr_host : "80.127.152.27"
[14006]20release : "11.1-RELEASE"
[13610]21service_accesspoint: True
22service_concentrator: False
[13615]23service_incoming_rdr: True
[13844]24service_proxy_ileiden: True
[13615]25service_proxy_normal: True
[14006]26serviceid : "172.31.254.20"
[13615]27status : "up"
[13610]28
[13844]29
30iface_ath0:
31 comment : "Ap binnen"
32 parent : "bridge0"
33 sdesc : "apbinnen"
34 mode : "ap"
[14006]35 type : "11a"
36 channel : "40"
37 ssid : "WiFi Leiden"
[13844]38 status : "up"
39
40
[13703]41iface_bridge0:
42 comment : "Access Points"
[14006]43 ip : "172.17.115.1/24"
[13703]44 type : "eth"
45 dhcp : "10-240"
[13904]46 status : "up"
[13610]47
[13903]48iface_vr0:
[14006]49 comment : "Uplink Ziggo"
50 ip : "192.168.178.10/24"
[13903]51 sdesc : "2external"
52 type : "eth"
53 dhcp : False
54 status : "up"
[13844]55
[14006]56iface_vr1:
57 comment : "UniFi AP AC Mesh"
[13904]58 parent : "bridge0"
59 sdesc : "2buiten"
60 mode : "ap-wds"
61 type : "eth"
62 channel : 1
[14006]63 ssid : "Wifi Leiden"
64 ns_ip : "172.17.115.2/24"
65 ns_mac : "xx:xx:xx:xx:xx:xx"
66 ns_type : "mesh"
67 bridge_type: "UniFi"
[13904]68 status : "up"
69
[14006]70iface_vr1_extra0:
71 comment : "Monitoring Server"
72 ip : "172.17.115.5/24"
73 sdesc : "2monitor"
[13903]74 type : "eth"
75 dhcp : False
76 status : "up"
[13844]77
[13616]78iface_vr2:
[14006]79 comment : "Link naar Meelfabriek1"
80 ip : "172.16.6.148/29"
81 sdesc : "2meelfabriek1"
82 mode : "station-wds"
[13616]83 type : "eth"
[14006]84 extra_type : "eth2wifibridge"
85 ssid : "il-zo.meelfabriek1.wleiden.net"
[13905]86 dhcp : False
[14006]87 compass : "nw"
88 ns_ip : "172.16.6.147/29"
89 ns_mac : "00:00:00:00:00:00"
90 bridge_type: "NanoBeam M5"
[13903]91 status : "up"
92
Note: See TracBrowser for help on using the repository browser.