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

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

naar 11.2

File size: 3.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.25110"
7location : "Leeuwenhorst, Langelaan 3, 2211 XT, Noordwijkerhout"
8longitude : "4.47198"
9masterip : "172.16.9.121"
10monitoring_group: "noordwijkerhout"
11nodename : "Leeuwenhorst1"
12nodetype : "Hybrid"
13portal_sponsor: "Kop en Schotels"
14portal_url: "http://www.kopenschotels.com/nl/home.html"
15rdnap_x : 92503
16rdnap_y : 474067
17release : "11.2-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Ap voor beheer, binnen 5 GHz"
28 ip : "172.16.9.121/29"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11a"
32 channel : 64
33 ssid : "WiFi-binnen-a"
34 wlan_mac : "a8:54:b2:72:c7:ca"
35 dhcp : "122-126"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Link naar zuidoost kabel 1 UNUSED"
41 ip : "172.16.6.196/29"
42 sdesc : "2unused"
43 mode : "station-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "132"
47 ssid : "il-zo.leeuwenhorst1.wleiden.net"
48 dhcp : False
49 compass : "150"
50 ns_ip : "172.16.6.195/29"
51 ns_mac : "dc:9f:db:2e:b2:c8"
52 bridge_type: "NanoBridge M5"
53 status : "up"
54
55
56iface_vr0:
57 comment : "Link naar noordwijk zuid/west kabel 5"
58 ip : "172.16.9.153/29"
59 sdesc : "il10"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "100"
64 ssid : "il-zw.leeuwenhorst1.wleiden.net"
65 dhcp : False
66 compass : "210"
67 ns_ip : "172.16.9.154/29"
68 ns_mac : "dc:9f:db:f2:0b:89"
69 bridge_type: "NanoBridge M5"
70 status : "up"
71
72
73iface_vr1:
74 comment : "Link naar oost Victorkerk kabel 6 via switch"
75 ip : "172.16.6.225/29"
76 sdesc : "il60"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "60"
81 ssid : "il-w.StVictor.wleiden.net"
82 dhcp : False
83 compass : "o"
84 ns_ip : "172.16.6.226/29"
85 ns_mac : "dc:9f:db:2e:b3:17"
86 bridge_type: "NanoBridge M5"
87 status : "up"
88
89
90iface_vr1_alias0:
91 comment : "Verbinding naar Leeuwenhorst2 via switch"
92 ip : "172.16.4.189/30"
93 sdesc : "2leeuwh2"
94 type : "eth"
95 dhcp : False
96 status : "up"
97
98
99iface_vr1_extra0:
100 comment : "Aircontrol2 server"
101 ip : "172.16.6.229/29"
102 type : "eth"
103 dhcp : False
104 status : "up"
105
106
107iface_vr1_extra1:
108 comment : "Router Roy"
109 ip : "172.16.6.230/29"
110 type : "eth"
111 dhcp : False
112 status : "up"
113
114
115iface_vr2:
116 comment : "Link naar NNW (GoudenSpar) kabel 4 v/h ap-zuid "
117 ip : "172.16.9.145/29"
118 sdesc : "il350"
119 mode : "ap-wds"
120 type : "eth"
121 extra_type : "eth2wifibridge"
122 channel : "116"
123 ssid : "il-350.leeuwenhorst1.wleiden.net"
124 dhcp : False
125 compass : "nw"
126 ns_ip : "172.16.9.146/29"
127 ns_mac : "dc:9f:db:64:2d:62"
128 bridge_type: "NanoStation M5"
129 status : "up"
130
131
132iface_vr2_alias0:
133 comment : "Naar GoudenSpar"
134 ip : "172.16.9.129/29"
135 sdesc : "2goudenspar"
136 type : "eth"
137 dhcp : False
138 status : "up"
139
140
141iface_vr2_extra0:
142 comment : "GoudenSpar-NanoBrM5"
143 ip : "172.16.9.134/29"
144 mode : "repeater"
145 type : "eth"
146 extra_type : "eth2wifibridge"
147 ns_mac : "dc:9f:db:f2:0e:4a"
148 bridge_type: "NanoStationBridgeM5"
149 status : "up"
150
151
Note: See TracBrowser for help on using the repository browser.