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

Last change on this file since 13554 was 13554, checked in by huub, 9 years ago

er komt een aircontrol2 servertje aan leeuwenhorst1 te hangen

File size: 3.4 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 : "9.0-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 (via switch, met bridge naar kabel 3 )"
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_vr0_alias0:
74 comment : "Verbinding naar Leeuwenhorst2 via switch"
75 ip : "172.16.4.189/30"
76 sdesc : "2leeuwh2"
77 type : "eth"
78 dhcp : False
79 status : "up"
80
81
82iface_vr1:
83 comment : "Link naar oost Victorkerk kabel 6 niet meer via switch"
84 ip : "172.16.6.225/29"
85 sdesc : "il60"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "60"
90 ssid : "il-o.leeuwenhorst.wleiden.net"
91 dhcp : False
92 compass : "o"
93 ns_ip : "172.16.6.226/29"
94 ns_mac : "dc:9f:db:2e:b3:17"
95 bridge_type: "NanoBridge M5"
96 status : "up"
97
98iface_vr1_extra0:
99 commnet : "Aircontrol2 server"
100 ip : "172.16.6.229/29"
101 type : "eth"
102 dhcp : "False"
103 status : "up"
104
105iface_vr2:
106 comment : "Link naar NNW (GoudenSpar) kabel 4 v/h ap-zuid "
107 ip : "172.16.9.145/29"
108 sdesc : "il350"
109 mode : "ap-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "116"
113 ssid : "il-350.leeuwenhorst1.wleiden.net"
114 dhcp : False
115 compass : "nw"
116 ns_ip : "172.16.9.146/29"
117 ns_mac : "dc:9f:db:64:2d:62"
118 bridge_type: "NanoStation M5"
119 status : "up"
120
121
122iface_vr2_alias0:
123 comment : "Naar GoudenSpar"
124 ip : "172.16.9.129/29"
125 sdesc : "2goudenspar"
126 type : "eth"
127 dhcp : False
128 status : "up"
129
130
131iface_vr2_extra0:
132 comment : "GoudenSpar-NanoBrM5"
133 ip : "172.16.9.134/29"
134 mode : "repeater"
135 type : "eth"
136 extra_type : "eth2wifibridge"
137 ns_mac : "dc:9f:db:f2:0e:4a"
138 bridge_type: "NanoStationBridgeM5"
139 status : "up"
140
141
Note: See TracBrowser for help on using the repository browser.