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

Last change on this file since 12864 was 12474, checked in by rick, 11 years ago

Automatic cleanups

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