source: genesis/nodes/Rick/wleiden.yaml@ 13875

Last change on this file since 13875 was 13864, checked in by rick, 8 years ago

UniFi Cloud key configuration

File size: 2.8 KB
RevLine 
[13610]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13844]6gateway : "80.127.152.25"
[13610]7ileiden : True
8latitude : "52.145"
9location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
10longitude : "4.517"
11masterip : "172.17.34.1"
12monitoring_group: "wzoeterwoude"
13nodename : "Rick"
14nodetype : "Hybrid"
15portal_sponsor: "Free-WiFi Zoeterwoude"
16portal_url: "http://www.wirelessleiden.nl/"
17rdnap_x : 95421
18rdnap_y : 462103
[13621]19rdr_host : "80.127.152.27"
[13615]20release : "9.0-RELEASE"
[13610]21service_accesspoint: True
22service_concentrator: False
[13615]23service_incoming_rdr: True
[13844]24service_proxy_ileiden: True
[13615]25service_proxy_normal: True
[13844]26serviceid : "172.31.254.9"
[13615]27status : "up"
[13610]28
[13844]29
30iface_ath0:
31 comment : "Ap binnen"
32 parent : "bridge0"
33 sdesc : "apbinnen"
34 mode : "ap"
35 type : "11g"
36 channel : 6
37 ssid : "WiFi Zoeterwoude"
38 status : "up"
39
40
[13703]41iface_bridge0:
42 comment : "Access Points"
[13844]43 ip : "172.17.34.1/24"
[13703]44 type : "eth"
45 dhcp : "10-240"
[13844]46 status : "planned"
[13610]47
[13844]48
[13619]49iface_ue0:
50 comment : "Loco tegen het raam"
[13703]51 parent : "bridge0"
[13619]52 sdesc : "2buiten"
[13620]53 mode : "ap-wds"
54 type : "eth"
[13844]55 channel : 1
[13620]56 ssid : "Wifi Zoeterwoude"
57 ns_ip : "172.17.34.2/24"
58 ns_mac : "dc:9f:db:3e:19:a1"
59 ns_type : "ns2"
60 bridge_type: "NanoStationLocoM2"
[13619]61 status : "up"
[13610]62
[13844]63
64iface_ue1:
65 comment : "Link to Server"
66 ip : "172.17.107.1/24"
67 sdesc : "2druif"
68 type : "eth"
69 dhcp : False
[13703]70 status : "up"
71
[13864]72iface_ue1_extra0:
73 comment : "UniFi Cloud Key"
74 ip : "172.17.107.10/24"
75 sdesc : "2unifi"
76 type : "eth"
77 dhcp : False
78 status : "up"
[13844]79
[13610]80iface_vr0:
[13615]81 comment : "Uplink XS4ALL FTTH (VAS)"
[13621]82 ip : "80.127.152.27/29"
[13615]83 sdesc : "2external"
84 type : "eth"
85 dhcp : False
86 status : "up"
87
[13844]88
[13615]89iface_vr1:
[13610]90 comment : "Link naar Meerburgkerk"
91 ip : "172.16.3.100/29"
92 sdesc : "2meerburgkerk"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "116"
97 ssid : "il-wzw.mbkerk.wleiden.net"
98 dhcp : False
99 compass : "o"
100 ns_ip : "172.16.3.99/29"
101 ns_mac : "24:a4:3c:72:01:95"
102 bridge_type: "NanoStation M5"
103 status : "up"
[13616]104
[13844]105
[13616]106iface_vr2:
107 comment : "Link naar JVC"
108 ip : "172.16.6.116/29"
109 sdesc : "2jvc"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "36"
114 ssid : "il-no.jvc.wleiden.net"
115 dhcp : False
116 compass : "zw"
117 ns_ip : "172.16.6.115/29"
118 ns_mac : "00:27:22:11:fd:ed"
119 bridge_type: "NanoStation M5"
120 status : "up"
[13745]121
[13844]122
[13746]123iface_vr2_alias0:
[13745]124 comment : "Link naar Rick2"
125 ip : "172.16.6.124/29"
126 sdesc : "2rick2"
127 type : "eth"
128 dhcp : False
129 status : "up"
130
[13838]131
Note: See TracBrowser for help on using the repository browser.