source: genesis/nodes/Geluidsnet2/wleiden.yaml@ 14095

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

Add incoming RDR for Geluidsnet2 allowing easy MGMT

File size: 3.0 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.16200"
9location : "Oude Belastingkantoor, Stationsplein 107, 2312 AJ, Leiden"
10longitude : "4.48003"
11masterip : "172.17.5.1"
12monitoring_group: "wleiden"
13nodename : "Geluidsnet2"
14nodetype : "Hybrid"
15rdnap_x : 92929
16rdnap_y : 464148
17rdr_host : "94.208.101.131"
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: True
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.21"
25status : "up"
26
27
28iface_ath0:
29 comment : "Ap"
30 ip : "172.17.5.1/24"
31 sdesc : "ap"
32 mode : "ap"
33 type : "11g"
34 channel : 11
35 ssid : "WiFi-Leiden"
36 wlan_mac : "90:a4:de:b7:ae:6b"
37 dhcp : "10-250"
38 status : "up"
39
40
41iface_vr0_102:
42 comment : "Link naar Geluidsnet1"
43 ip : "172.16.4.186/30"
44 sdesc : "2geluidsnet1"
45 type : "eth"
46 dhcp : False
47 status : "up"
48
49
50iface_vr0_103:
51 comment : "Link Stadhuis and BSP-OV Pilot"
52 ip : "172.16.9.98/29"
53 sdesc : "2stadhuis"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : "132"
58 ssid : "il-o.geluidsnet2.wleiden.net"
59 dhcp : False
60 compass : "zo"
61 ns_ip : "172.16.9.99/29"
62 ns_mac : "78:8a:20:14:d0:0e"
63 bridge_type: "LiteBeam-5AC-16-120"
64 encrypted : True
65 status : "up"
66
67iface_vr0_103_alias0:
68 comment : "Link naar BSP-OV Pilot"
69 ip : "192.168.1.93/29"
70 sdesc : "2bsp-ov"
71 type : "eth"
72 dhcp : False
73 status : "up"
74
75
76iface_vr0_105:
77 comment : "Link naar Geluidsnet Opstelpunt"
78 ip : "172.16.9.105/29"
79 sdesc : "2meetunit"
80 type : "eth"
81 dhcp : False
82 status : "up"
83
84
85iface_vr0_500:
86 comment : "Uplink naar internet (BSP-OV - Morsweg)"
87 ip : "192.168.178.150/24"
88 sdesc : "2external"
89 type : "eth"
90 dhcp : False
91 status : "up"
92
93
94iface_vr1:
95 comment : "Link naar Cope"
96 ip : "172.16.7.57/29"
97 sdesc : "2cope"
98 mode : "station-wds"
99 type : "eth"
100 channel : "36"
101 ssid : "il-zo.geluidsnet2.wleiden.net"
102 dhcp : False
103 compass : "z"
104 ns_ip : "172.16.7.58/29"
105 ns_mac : "00:15:6d:70:4d:a3"
106 bridge_type: "NanoStation5"
107 status : "up"
108
109
110iface_vr1_alias0:
111 comment : "Link naar Webster"
112 ip : "172.16.4.193/29"
113 sdesc : "2webster"
114 type : "eth"
115 dhcp : False
116 status : "up"
117
118
119iface_vr2:
120 comment : "Link naar vosko3"
121 ip : "172.16.4.204/29"
122 sdesc : "2vosko3"
123 mode : "station-wds"
124 type : "eth"
125 extra_type : "eth2wifibridge"
126 channel : "100"
127 ssid : "il-wnw.vosko3.wleiden.net"
128 dhcp : False
129 compass : "zo"
130 ns_ip : "172.16.4.203/29"
131 ns_mac : "00:15:6d:ec:82:96"
132 bridge_type: "NanoStation5"
133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.