source: genesis/nodes/Graficall/wleiden.yaml@ 14394

Last change on this file since 14394 was 14311, checked in by huub, 6 years ago

naar 11.2

File size: 3.1 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 : "11.2-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
37iface_ue0:
38 comment : "AP2 to Rijnlandsziekenhuis via Bullet2"
39 ip : "172.17.18.1/24"
40 sdesc : "2ap2"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "6"
45 ssid : "WiFi-Leiderdorp-2"
46 dhcp : "10-250"
47 compass : "n"
48 ns_ip : "172.17.18.2/24"
49 ns_mac : "00:15:6d:d4:f8:40"
50 bridge_type: "Bullet2"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet to interlink northeast of Leythenrode via switch poort 2"
56 ip : "172.16.5.148/29"
57 sdesc : "2Leythenrode"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "52"
62 ssid : "il-no.leythenrode.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.5.147/29"
66 ns_mac : "00:15:6d:bd:68:9d"
67 bridge_type: "NanoStation5"
68 status : "up"
69
70iface_vr0_alias0:
71 comment : "Link naar WBRotary via switch poort 3"
72 ip : "172.16.18.41/29"
73 sdesc : "2wbrotary"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "36"
78 ssid : "il-o.graficall.wleiden.net"
79 dhcp : False
80 compass : "o"
81 ns_ip : "172.16.18.42/29"
82 ns_mac : "00:27:22:10:f6:0b"
83 bridge_type: "NanoStation M5"
84 status : "up"
85
86iface_vr0_alias1:
87 comment : "Ethernet to LoRa 02:4b:0b:03:09:ac 172.16.6.218 switch poort 5"
88 ip : "172.16.6.217/29"
89 sdesc : "2LoRa"
90 type : "eth"
91 dhcp : False
92 status : "up"
93
94
95iface_vr1:
96 comment : "Link zw JVC"
97 ip : "172.16.3.12/29"
98 sdesc : "2jvc"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "100"
103 ssid : "il-no.jvc.wleiden.net"
104 dhcp : False
105 compass : "zw"
106 ns_ip : "172.16.3.11/29"
107 ns_mac : "04:18:d6:56:ae:0c"
108 bridge_type: "NanoStationM5"
109 status : "up"
110
111
112iface_vr2:
113 comment : "Link naar PanTerra2"
114 ip : "172.16.10.49/29"
115 sdesc : "2panterra2"
116 mode : "station-wds"
117 type : "eth"
118 extra_type : "eth2wifibridge"
119 channel : "44"
120 ssid : "il-nw.graficall.wleiden.net"
121 dhcp : False
122 compass : "nw"
123 ns_ip : "172.16.10.50/29"
124 ns_mac : "04:18:d6:56:a5:bc"
125 bridge_type: "NanoStationM5"
126 status : "up"
127
128
Note: See TracBrowser for help on using the repository browser.