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