source: genesis/nodes/HybridLeeuwenhorst/wleiden.yaml@ 12352

Last change on this file since 12352 was 12340, checked in by huub, 12 years ago

enkele interfaces in de configs naar down gezet ivm nagios checks en onterechte meldingen

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.251099"
7location : "Leeuwenhorst, Langelaan 3, 2211 XT, Noordwijkerhout"
8longitude : "4.471978"
9masterip : "172.17.76.1"
10monitoring_group: "noordwijkerhout"
11nodename : "Leeuwenhorst"
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
25iface_ue0:
26 comment : "Accesspoint 1 noordzijde kabel 8 ssid hidden"
27 ip : "172.17.76.1/24"
28 sdesc : "2aps"
29 mode : "ap"
30 type : "eth"
31 extra_type : "eth2wifibridge"
32 channel : "6"
33 ssid : "ap-Leeuwenhorst-1"
34 dhcp : "10-250"
35 compass : "n"
36 ns_ip : "172.17.76.2/24"
37 ns_mac : "00:27:22:E2:52:6D"
38 bridge_type: "NanoStation M2"
39 status : "up"
40
41iface_ue1:
42 comment : "Accesspoint 2 zuidzijde kabel 4 ssid hidden"
43 ip : "172.17.80.1/24"
44 sdesc : "2aps"
45 mode : "ap"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "11"
49 ssid : "ap-Leeuwenhorst-2"
50 dhcp : "10-250"
51 compass : "z"
52 ns_ip : "172.17.80.2/24"
53 ns_mac : "00:27:22:E2:52:36"
54 bridge_type: "NanoStation M2"
55 status : "up"
56
57iface_vr0:
58 comment : "Link naar zuid kabel 2"
59 ip : "172.16.6.137/29"
60 sdesc : "2zuid"
61 mode : "ap-wds"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "140"
65 ssid : "il-z.leeuwenhorst.wleiden.net"
66 dhcp : False
67 compass : "160"
68 ns_ip : "172.16.6.138/29"
69 ns_mac : "DC:9F:DB:2E:B7:A8"
70 bridge_type: "NanoBridge M5"
71 status : "up"
72
73iface_vr1:
74 comment : "Link naar zuidoost kabel 1 via switch"
75 ip : "172.16.6.193/29"
76 sdesc : "2zo"
77 mode : "ap-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "44"
81 ssid : "il-nw.graficall.wleiden.net"
82 dhcp : False
83 compass : "120"
84 ns_ip : "172.16.6.194/29"
85 ns_mac : "DC:9F:DB:2E:B2:C8"
86 bridge_type: "NanoBridge M5"
87 status : "up"
88
89iface_vr1_alias0:
90 comment : "Link naar noordoost kabel 8 via switch"
91 ip : "172.16.6.225/29"
92 sdesc : "2zw"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "60"
97 ssid : "il-no.leeuwenhorst.wleiden.net"
98 dhcp : False
99 compass : "60"
100 ns_ip : "172.16.6.226/29"
101 ns_mac : "DC:9F:DB:2E:B3:17"
102 bridge_type: "NanoBridge M5"
103 status : "down"
104
105iface_vr2:
106 comment : "Link naar noord kabel 3 via switch nu richting zw!"
107 ip : "172.16.6.185/29"
108 sdesc : "2zw"
109 mode : "ap-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "108"
113 ssid : "il-zw.leeuwenhorst.wleiden.net"
114 dhcp : False
115 compass : "zw"
116 ns_ip : "172.16.6.186/29"
117 ns_mac : "DC:9F:DB:2A:28:9A"
118 bridge_type: "NanoStation M5"
119 status : "down"
120
121iface_vr2_alias0:
122 comment : "Link naar noordwest kabel 7 via switch"
123 ip : "172.16.7.49/29"
124 sdesc : "2nw"
125 mode : "ap-wds"
126 type : "eth"
127 extra_type : "eth2wifibridge"
128 channel : "108"
129 ssid : "il-nw.leeuwenhorst.wleiden.net"
130 dhcp : False
131 compass : "nw"
132 ns_ip : "172.16.7.50/29"
133 ns_mac : "DC:9F:DB:2A:27:DD"
134 bridge_type: "Nanostation M5"
135 status : "up"
136
137
Note: See TracBrowser for help on using the repository browser.