source: genesis/nodes/HybridKudelstaart/wleiden.yaml@ 12360

Last change on this file since 12360 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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.236636"
7location : "Jachthaven Kempers, Kudelstaartseweg 226, 1433 GR, Kudelstaart"
8longitude : "4.748569"
9masterip : "172.17.77.1"
10monitoring_group: "westeinder"
11nodename : "Kudelstaart"
12nodetype : "Hybrid"
13portal_sponsor: "Kempers Watersport Kudelstaart"
14portal_url: "http://www.kemperswatersport.nl"
15rdnap_x : 111375
16rdnap_y : 472255
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23externalif: "ue1"
24status : "up"
25
26iface_ue0:
27 comment : "Accesspoints, repeater BulletM2 172.17.77.3 00:27:22:66:6B:E0, kabel 6, PoE 3"
28 ip : "172.17.77.1/24"
29 sdesc : "2aps"
30 mode : "ap"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "6"
34 ssid : "ap-Westeinder-Kudelstaart1"
35 dhcp : "10-250"
36 compass : "z"
37 ns_ip : "172.17.77.2/24"
38 ns_mac : "00:27:22:E2:52:70"
39 bridge_type: "NanoStation M2"
40 status : "up"
41
42iface_ue1:
43 comment : "Link naar external interface gateway via NS5 192.168.1.21 00:15:6D:F2:39:37 kabel 5, PoE 4"
44 ip : "192.168.1.19/24"
45 sdesc : "2external"
46 mode : "ap-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "120"
50 ssid : "il-z.kudelstaart.wleiden.net"
51 dhcp : False
52 compass : "z"
53 ns_ip : "192.168.1.20/24"
54 ns_mac : "00:15:6D:EC:82:4C"
55 bridge_type: "NanoStation5"
56 status : "down"
57
58iface_vr0:
59 comment : "Accesspoint, kabel 4, PoE 2"
60 ip : "172.17.79.1/24"
61 sdesc : "2aps"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "1"
66 ssid : "ap-Westeinder-Kudelstaart2"
67 dhcp : "10-250"
68 compass : "z"
69 ns_ip : "172.17.79.2/24"
70 ns_mac : "00:27:22:E2:50:EB"
71 bridge_type: "NanoStation M2"
72 status : "up"
73
74iface_vr1:
75 comment : "Link naar Kempers Leimuiden via switch, kabel 1, PoE 5"
76 ip : "172.16.6.201/29"
77 sdesc : "2kempers"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "44"
82 ssid : "il-wzw.kudelstaart.wleiden.net"
83 dhcp : False
84 compass : "wzw"
85 ns_ip : "172.16.6.202/29"
86 ns_mac : "DC:9F:DB:2E:0E:95"
87 bridge_type: "NanoBridge M5"
88 status : "up"
89
90iface_vr1_alias0:
91 comment : "Link naar Watertoren3 via switch, kabel 3, PoE 6"
92 ip : "172.16.16.148/29"
93 sdesc : "2wtoren3"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "44"
98 ssid : "il-z.watertoren3.wleiden.net"
99 dhcp : False
100 compass : "nno"
101 ns_ip : "172.16.16.147/29"
102 ns_mac : "DC:9F:DB:2A:28:D4"
103 bridge_type: "NanoStation M5"
104 status : "up"
105
106iface_vr2:
107 comment : "Link naar Enzo Burgerveen, kabel 2, PoE 1"
108 ip : "172.16.6.209/29"
109 sdesc : "2enzo"
110 mode : "ap-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "52"
114 ssid : "il-w.kudelstaart.wleiden.net"
115 dhcp : False
116 compass : "w"
117 ns_ip : "172.16.6.210/29"
118 ns_mac : "DC:9F:DB:2E:0D:57"
119 bridge_type: "NanoBridge M5"
120 status : "down"
121
122
Note: See TracBrowser for help on using the repository browser.