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

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

Add PoC of using inbound IPv6 at Dwars

New Ziggo connections do not offer Ipv4 by default.
Bonus; no more difficult port forwarding, only one IPv6 port filtering rule in
Ziggo router.

File size: 2.2 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"
7gateway6 : "fe80::ae22:5ff:fe5d:70af"
8ileiden : True
9latitude : "52.000"
10location : "Thomas Uittenbogaard, XXX, XXXX XX, Leiden"
11longitude : "4.000"
12masterip : "172.17.115.1"
13monitoring_group: "wleiden"
14nodename : "Dwars"
15nodetype : "Hybrid"
16portal_sponsor: "Thomas Uittenbogaard"
17portal_url: "http://www.wirelessleiden.nl/"
18rdnap_x : 95000
19rdnap_y : 462000
20rdr_host6 : "2001:1c00:2606:9300:0000:000d:b91b:abf8"
21release : "11.1-RELEASE"
22service_accesspoint: True
23service_concentrator: False
24service_incoming_rdr: True
25service_proxy_ileiden: True
26service_proxy_normal: True
27serviceid : "172.31.254.20"
28status : "up"
29
30
31iface_ath0:
32 comment : "Ap binnen"
33 parent : "bridge0"
34 sdesc : "apbinnen"
35 mode : "ap"
36 type : "11a"
37 channel : "40"
38 ssid : "WiFi Leiden"
39 status : "up"
40
41
42iface_bridge0:
43 comment : "Access Points"
44 ip : "172.17.115.1/24"
45 type : "eth"
46 dhcp : "10-240"
47 status : "up"
48
49iface_vr0:
50 comment : "Uplink Ziggo"
51 ip : "192.168.178.10/24"
52 ipv6 : "2001:1c00:2606:9300:0000:000d:b91b:abf8 prefixlen 64"
53 sdesc : "2external"
54 type : "eth"
55 dhcp : False
56 status : "up"
57
58iface_vr1:
59 comment : "UniFi AP AC Mesh"
60 parent : "bridge0"
61 sdesc : "2buiten"
62 mode : "ap-wds"
63 type : "eth"
64 channel : 1
65 ssid : "Wifi Leiden"
66 ns_ip : "172.17.115.2/24"
67 ns_mac : "xx:xx:xx:xx:xx:xx"
68 ns_type : "mesh"
69 bridge_type: "UniFi"
70 status : "up"
71
72iface_vr1_extra0:
73 comment : "Monitoring Server"
74 ip : "172.17.115.5/24"
75 sdesc : "2monitor"
76 type : "eth"
77 dhcp : False
78 status : "up"
79
80iface_vr2:
81 comment : "Link naar Meelfabriek1"
82 ip : "172.16.6.148/29"
83 sdesc : "2meelfabriek1"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 ssid : "il-zo.meelfabriek1.wleiden.net"
88 dhcp : False
89 compass : "nw"
90 ns_ip : "172.16.6.147/29"
91 ns_mac : "00:00:00:00:00:00"
92 bridge_type: "NanoBeam M5"
93 status : "up"
94
Note: See TracBrowser for help on using the repository browser.