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

Last change on this file since 13566 was 13566, checked in by rick, 9 years ago

Typo

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