source: genesis/nodes/HybridLeeuwenhorst2/wleiden.yaml@ 12692

Last change on this file since 12692 was 12692, checked in by huub, 11 years ago

link watertoren2 - kaag2 ipadressen gecorrigeerd, ivm routering naar internet en ook ap-station volgorde nu in overeenstemming met wl-conventie

File size: 3.0 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.122"
10monitoring_group: "noordwijkerhout"
11nodename : "Leeuwenhorst2"
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 : "down"
24
25iface_ath0:
26 comment : "wifi-link naar Leeuwenhorst1"
27 ip : "172.16.9.122/29"
28 sdesc : "sta"
29 mode : "sta"
30 type : "11g"
31 channel : 1
32 ssid : "ap-KopEnSchotels-binnen"
33 dhcp : False
34 status : "up"
35
36iface_ue0:
37 comment : "Accesspoint 1 noordzijde kabel 8 ssid hidden"
38 ip : "172.17.76.1/24"
39 sdesc : "2apnoord"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-Leeuwenhorst-1"
45 dhcp : "10-250"
46 compass : "n"
47 ns_ip : "172.17.76.2/24"
48 ns_mac : "00:27:22:e2:52:6d"
49 bridge_type: "NanoStation M2"
50 status : "up"
51
52iface_vr0:
53 comment : "Link naar zuid Voorhout kabel 2"
54 ip : "172.16.6.137/29"
55 sdesc : "2zuid"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "140"
60 ssid : "il-z.leeuwenhorst.wleiden.net"
61 dhcp : False
62 compass : "160"
63 ns_ip : "172.16.6.138/29"
64 ns_mac : "dc:9f:db:2e:b7:a8"
65 bridge_type: "NanoBridge M5"
66 status : "up"
67
68iface_vr1:
69 comment : "Link naar Duinoord kabel 3 nu richting 335! via switch"
70 ip : "172.16.6.185/29"
71 sdesc : "il335"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "52"
76 ssid : "il-335.leeuwenhorst.wleiden.net"
77 dhcp : False
78 compass : "335"
79 ns_ip : "172.16.6.186/29"
80 ns_mac : "dc:9f:db:2a:28:9a"
81 bridge_type: "NanoStation M5"
82 status : "up"
83
84iface_vr2:
85 comment : "Link naar Wulp kabel 7"
86 ip : "172.16.7.49/29"
87 sdesc : "2nw"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "108"
92 ssid : "il-n.leeuwenhorst.wleiden.net"
93 dhcp : False
94 compass : "10"
95 ns_ip : "172.16.7.50/29"
96 ns_mac : "dc:9f:db:2a:27:dd"
97 bridge_type: "Nanostation M5"
98 status : "up"
99
100iface_vr2_alias0:
101 comment : "Link naar noord (TulpEnZee)"
102 ip : "172.16.7.33/29"
103 sdesc : "2noord"
104 mode : "ap-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 dhcp : False
108 status : "up"
109
110iface_vr2_alias1:
111 comment : "Tijdelijke Link naar noordwest (GoudenSpar)"
112 ip : "172.16.9.129/29"
113 sdesc : "2nw2"
114 mode : "ap-wds"
115 type : "eth"
116 extra_type : "eth2wifibridge"
117 dhcp : False
118 bridge_type: "Nanostation M5"
119 status : "up"
Note: See TracBrowser for help on using the repository browser.