source: genesis/nodes/Juffermans/wleiden.yaml@ 14298

Last change on this file since 14298 was 14298, checked in by huub, 6 years ago

update 11.2

File size: 3.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
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 : 94509
17rdnap_y : 467063
18release : "11.2-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24serviceid : "172.31.254.15"
25status : "up"
26
27
28iface_ath0:
29 comment : "Access Point jachtwerf"
30 ip : "172.17.55.1/24"
31 sdesc : "ap"
32 mode : "ap"
33 type : "11g"
34 channel : 6
35 ssid : "ap-WL-JachtwerfJuffermans"
36 dhcp : "10-250"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Access Point 2 GHz jachthaven via switch"
42 ip : "172.17.53.1/24"
43 sdesc : "apzo"
44 mode : "ap"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "11"
48 ssid : "ap-WL-JachthvnJuffermans-o"
49 dhcp : "10-250"
50 compass : "zo"
51 ns_ip : "172.17.53.2/24"
52 ns_mac : "00:27:22:e2:50:b5"
53 bridge_type: "NanoStation M2"
54 status : "up"
55
56
57iface_ue0_extra01:
58 comment : "Access Point 2 GHz nw via switch"
59 sdesc : "apnw"
60 mode : "ap"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "2"
64 ssid : "ap-WL-JachthvnJuffermans-w"
65 compass : "nw"
66 ns_ip : "172.17.53.3/24"
67 ns_mac : "00:27:22:e2:53:27"
68 bridge_type: "NanoStation M2"
69 status : "up"
70
71
72iface_ue0_extra02:
73 comment : "APs 5GHz op voormalige IL-Nano's via switch"
74 sdesc : "apsa"
75 mode : "ap"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "60"
79 ssid : "ap-WL-JachthvnJuffermans-a"
80 compass : "no"
81 ns_ip : "172.17.53.4/24"
82 ns_mac : "00:27:22:10:fd:8e"
83 bridge_type: "NanoStation M5"
84 status : "up"
85
86iface_vr0:
87 comment : "internetverbinding"
88 ip : "192.168.178.2/24"
89 sdesc : "2external"
90 type : "eth"
91 dhcp : False
92 status : "up"
93
94iface_vr0_alias0:
95 comment : "internet gateway naar M5 op router"
96 ip : "172.16.6.9/29"
97 sdesc : "uplink"
98 mode : "ap"
99 type : "eth"
100 channel : "36"
101 ssid : "il-o.wleiden.net"
102 compass : "o"
103 ns_mac : ""
104 ns_ip : "172.16.6.10/29"
105 bridge_type: "NanoStation M5"
106 status : "up"
107
108iface_vr1:
109 comment : "Link naar Lijtweg2"
110 ip : "172.16.3.148/29"
111 sdesc : "2lijtweg2"
112 mode : "station-wds"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 channel : "161"
116 ssid : "il-ono.lijtweg2.wleiden.net"
117 dhcp : False
118 compass : "w"
119 ns_ip : "172.16.3.147/29"
120 ns_mac : "00:27:22:8a:3b:c4"
121 bridge_type: "NanoStation M5"
122 status : "up"
123
124
125iface_vr2:
126 comment : "Link naar SOM1"
127 ip : "172.16.3.164/29"
128 sdesc : "2som1"
129 mode : "station-wds"
130 type : "eth"
131 extra_type : "eth2wifibridge"
132 channel : "108"
133 ssid : "il-n.som1.wleiden.net"
134 dhcp : False
135 compass : "z"
136 ns_ip : "172.16.3.163/29"
137 ns_mac : "04:18:D6:56:AC:EB"
138 bridge_type: "NanoStation M5"
139 status : "up"
Note: See TracBrowser for help on using the repository browser.