source: genesis/nodes/HybridKWVdeKaag/wleiden.yaml@ 12439

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

Initial config

File size: 3.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.19745"
8location : "Starttoren KWV de Kaag, Sweilandpolder 8, 2362AG Warmond"
9longitude : "4.53709"
10masterip : "172.27.16.1"
11monitoring_group: "wleiden"
12nodename : "KWVdeKaag"
13nodetype : "Hybrid"
14rdnap_x : 96879
15rdnap_y : 468044
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.27.16.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "ap-WirelessLeiden-Kwv"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar zuid"
39 ip : "172.16.18.9/29"
40 sdesc : "2zuid"
41 mode : "ap-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "136"
45 ssid : "il-z.kwvdekaag.wleiden.net"
46 dhcp : False
47 compass : "z"
48 ns_ip : "172.16.18.10/29"
49 ns_mac : "00:15:6d:e2:be:15"
50 bridge_type: "NanoStation M5"
51 status : "down"
52
53iface_vr0:
54 comment : "Link naar StBavo"
55 ip : "172.16.7.244/29"
56 sdesc : "2stbavo"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "36"
61 ssid : "il-nw.stbavo1.wleiden.net"
62 dhcp : False
63 compass : "o"
64 ns_ip : "172.16.7.243/29"
65 ns_mac : "DC:9F:DB:2E:B3:2A"
66 bridge_type: "NanoBridgeM24"
67 status : "down"
68
69iface_vr1:
70 comment : "Link naar Lijtweg2 via switch"
71 ip : "172.16.17.252/29"
72 sdesc : "2lijtweg2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "44"
77 ssid : "il-ozo.lijtweg2.wleiden.net"
78 dhcp : False
79 compass : "w"
80 ns_ip : "172.16.17.251/29"
81 ns_mac : "00:15:6d:f2:44:2e"
82 bridge_type: "NanoStation M5"
83 status : "up"
84
85iface_vr1_alias0:
86 comment : "Link naar Kaag1 via switch"
87 ip : "172.16.18.4/29"
88 sdesc : "2kaag1"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "128"
93 ssid : "il-z.kaag1.wleiden.net"
94 dhcp : False
95 compass : "no"
96 ns_ip : "172.16.18.3/29"
97 ns_mac : "00:15:6d:e2:be:7c"
98 bridge_type: "NanoStation M5"
99 status : "up"
100
101
102iface_vr1_alias1:
103 comment : "Link naar McDonalds via switch"
104 ip : "172.16.4.17/29"
105 sdesc : "2mcdonalds"
106 mode : "ap-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "52"
110 ssid : "il-w.kwvdekaag.wleiden.net"
111 dhcp : False
112 compass : "w"
113 ns_ip : "172.16.4.18/29"
114 ns_mac : "DC:9F:DB:64:2D:61"
115 bridge_type: "NanoStation M5"
116 status : "up"
117
118
119iface_vr2:
120 comment : "Link naar proxykwvdekaag"
121 ip : "172.16.18.17/30"
122 sdesc : "2proxykwvdekaag"
123 type : "eth"
124 dhcp : False
125 status : "up"
126
127
128iface_vr2_alias0:
129 comment : "Lokaal subnet voor ap-s 172.17.23.2 en 172.17.23.4 00:15:6D:30:D2:CF 00:15:6D:30:D2:B5 WAL en HAVEN"
130 ip : "172.17.23.1/24"
131 sdesc : "2aps"
132 type : "eth"
133 extra_type : "eth2wifibridge"
134 dhcp : "10-250"
135 status : "up"
136
137
Note: See TracBrowser for help on using the repository browser.