source: genesis/nodes/HybridGraficall/wleiden.yaml@ 13302

Last change on this file since 13302 was 13236, checked in by huub, 10 years ago

nieuwe nanostations M5 bij Graficall voor links naar jvc en panterra2

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "17"
7latitude : "52.15630"
8location : "Zusterflat Ziekenhuis Rijnland, Simon Smitweg 1, 2353 GA, Leiderdorp"
9longitude : "4.53926"
10masterip : "172.24.16.1"
11monitoring_group: "wleiden"
12nodename : "Graficall"
13nodetype : "Hybrid"
14rdnap_x : "96974"
15rdnap_y : "463464"
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "AP voor de buurt"
27 ip : "172.24.16.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Leiderdorp"
33 wlan_mac : "00:1b:b1:02:bd:e9"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar WBRotary"
40 ip : "172.16.18.41/29"
41 sdesc : "2wbrotary"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "36"
46 ssid : "il-o.graficall.wleiden.net"
47 dhcp : False
48 compass : "o"
49 ns_ip : "172.16.18.42/29"
50 ns_mac : "00:27:22:10:f6:0b"
51 bridge_type: "NanoStation M5"
52 status : "up"
53
54
55iface_ue1:
56 comment : "AP2 to Rijnlandsziekenhuis via Bullet2; adapter verwijderd"
57 ip : "172.17.18.1/24"
58 sdesc : "2ap2"
59 mode : "ap"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "6"
63 ssid : "WiFi-Leiderdorp-2"
64 dhcp : "10-250"
65 compass : "n"
66 ns_ip : "172.17.18.2/24"
67 ns_mac : "00:15:6d:d4:f8:40"
68 bridge_type: "Bullet2"
69 status : "down"
70
71
72iface_vr0:
73 comment : "Ethernet to interlink northeast of Leythenrode"
74 ip : "172.16.5.148/29"
75 sdesc : "2Leythenrode"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "52"
80 ssid : "il-no.leythenrode.wleiden.net"
81 dhcp : False
82 compass : "w"
83 ns_ip : "172.16.5.147/29"
84 ns_mac : "00:15:6d:bd:68:9d"
85 bridge_type: "NanoStation5"
86 status : "up"
87
88
89iface_vr1:
90 comment : "Link zw JVC"
91 ip : "172.16.3.12/29"
92 sdesc : "2jvc"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "100"
97 ssid : "il-no.jvc.wleiden.net"
98 dhcp : False
99 compass : "zw"
100 ns_ip : "172.16.3.11"
101 ns_mac : "04:18:d6:56:ae:0c"
102 bridge_type: "NanoStationM5"
103 status : "up"
104
105
106iface_vr2:
107 comment : "Link naar PanTerra2"
108 ip : "172.16.10.49/29"
109 sdesc : "2panterra2"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "44"
114 ssid : "il-nw.graficall.wleiden.net"
115 dhcp : False
116 compass : "nw"
117 ns_ip : "172.16.10.50"
118 ns_mac : "04:18:d6:56:a5:bc"
119 bridge_type: "NanoStationM5"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.