source: genesis/nodes/HybridJuffermans/wleiden.yaml@ 13328

Last change on this file since 13328 was 13326, checked in by rick, 10 years ago

Start enable extra properties block, allowing to specify devices like repeater,
camera, switches which are also included in the same network.

File size: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "17"
7latitude : "52.18838"
8location : "Jachtwerf Juffermans, Veerpolder 69, 2361 KZ, Warmond"
9longitude : "4.50260"
10masterip : "172.17.53.1"
11monitoring_group: "wleiden"
12nodename : "Juffermans"
13nodetype : "Hybrid"
14portal_sponsor: "Jachtwerf Juffermans"
15portal_url: "http://www.jachthavenjuffermans.nl/"
16rdnap_x : "094509"
17rdnap_y : 467063
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_ath0:
28 comment : "Access Point jachtwerf"
29 ip : "172.17.55.1/24"
30 sdesc : "ap"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "ap-WL-JachtwerfJuffermans"
35 dhcp : "10-250"
36 status : "up"
37
38
39iface_ue0:
40 comment : "Access Point jachthaven"
41 ip : "172.17.53.1/24"
42 sdesc : "apzo"
43 mode : "ap"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 channel : "11"
47 ssid : "ap-WL-JachthvnJuffermans-o"
48 dhcp : "10-250"
49 compass : "zo"
50 ns_ip : "172.17.53.2/24"
51 ns_mac : "00:27:22:e2:50:b5"
52 bridge_type: "NanoStation M2"
53 status : "up"
54
55
56iface_ue1:
57 comment : "Access Point nw"
58 ip : "172.17.54.1/24"
59 sdesc : "apnw"
60 mode : "ap"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "2"
64 ssid : "ap-WL-JachthvnJuffermans-w"
65 dhcp : "10-250"
66 compass : "nw"
67 ns_ip : "172.17.54.2/24"
68 ns_mac : "00:27:22:e2:53:27"
69 bridge_type: "NanoStation M2"
70 status : "up"
71
72
73iface_vr0:
74 comment : "APs 5GHz op voormalige IL-Nano's via switch"
75 ip : "172.17.148.1/24"
76 sdesc : "apsa"
77 mode : "ap"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "60"
81 ssid : "ap-WL-JachthvnJuffermans-a"
82 dhcp : "10-250"
83 compass : "no"
84 ns_ip : "172.17.148.2/24"
85 ns_mac : "00:27:22:10:fd:8e"
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89
90iface_vr0_extra0:
91 comment : "APs 5GHz op voormalige IL-Nano's via switch"
92 channel : "36"
93 ssid : "ap-WL-JachthvnJuffermans-a"
94 compass : "o"
95 type: "eth"
96 ip : "172.17.148.3/24"
97 ns_mac : "00:27:22:8a:3d:2c"
98 bridge_type: "NanoStation M5"
99 status : "up"
100
101
102iface_vr1:
103 comment : "Link naar Lijtweg2"
104 ip : "172.16.3.148/29"
105 sdesc : "2lijtweg2"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "161"
110 ssid : "il-ono.lijtweg2.wleiden.net"
111 dhcp : False
112 compass : "w"
113 ns_ip : "172.16.3.147/29"
114 ns_mac : "00:27:22:8a:3b:c4"
115 bridge_type: "NanoStation M5"
116 status : "up"
117
118
119iface_vr2:
120 comment : "Link naar SOM1"
121 ip : "172.16.3.164/29"
122 sdesc : "2som1"
123 mode : "station-wds"
124 type : "eth"
125 extra_type : "eth2wifibridge"
126 channel : "108"
127 ssid : "il-n.som1.wleiden.net"
128 dhcp : False
129 compass : "z"
130 ns_ip : "172.16.3.163/29"
131 ns_mac : "00:27:22:8a:3b:b6"
132 bridge_type: "NanoStation M5"
133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.