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

Last change on this file since 13969 was 13969, checked in by rvanswol, 7 years ago
File size: 3.4 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"
7height : "17"
8latitude : "52.18838"
9location : "Jachtwerf Juffermans, Veerpolder 69, 2361 KZ, Warmond"
10longitude : "4.50260"
11masterip : "172.17.53.1"
12monitoring_group: "wleiden"
13nodename : "Juffermans"
14nodetype : "Hybrid"
15portal_sponsor: "Jachtwerf Juffermans"
16portal_url: "http://www.jachthavenjuffermans.nl/"
17rdnap_x : "094509"
18rdnap_y : 467063
19release : "9.0-RELEASE"
20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: False
23service_proxy_ileiden: True
24service_proxy_normal: True
25serviceid : "172.31.254.15"
26status : "up"
27
28
29iface_ath0:
30 comment : "Access Point jachtwerf"
31 ip : "172.17.55.1/24"
32 sdesc : "ap"
33 mode : "ap"
34 type : "11g"
35 channel : 6
36 ssid : "ap-WL-JachtwerfJuffermans"
37 dhcp : "10-250"
38 status : "up"
39
40
41iface_ue0:
42 comment : "Access Point 2 GHz jachthaven via switch"
43 ip : "172.17.53.1/24"
44 sdesc : "apzo"
45 mode : "ap"
46 type : "eth"
47 extra_type : "eth2wifibridge"
48 channel : "11"
49 ssid : "ap-WL-JachthvnJuffermans-o"
50 dhcp : "10-250"
51 compass : "zo"
52 ns_ip : "172.17.53.2/24"
53 ns_mac : "00:27:22:e2:50:b5"
54 bridge_type: "NanoStation M2"
55 status : "up"
56
57
58iface_ue0_extra01:
59 comment : "Access Point 2 GHz nw via switch"
60 sdesc : "apnw"
61 mode : "ap"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : "2"
65 ssid : "ap-WL-JachthvnJuffermans-w"
66 compass : "nw"
67 ns_ip : "172.17.53.3/24"
68 ns_mac : "00:27:22:e2:53:27"
69 bridge_type: "NanoStation M2"
70 status : "up"
71
72
73iface_ue0_extra02:
74 comment : "APs 5GHz op voormalige IL-Nano's via switch"
75 sdesc : "apsa"
76 mode : "ap"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "60"
80 ssid : "ap-WL-JachthvnJuffermans-a"
81 compass : "no"
82 ns_ip : "172.17.53.4/24"
83 ns_mac : "00:27:22:10:fd:8e"
84 bridge_type: "NanoStation M5"
85 status : "up"
86
87iface_vr0:
88 comment : "internetverbinding"
89 ip : "192.168.178.2/24"
90 sdesc : "2external"
91 type : "eth"
92 dhcp : False
93 status : "up"
94
95iface_vr0_alias0:
96 comment : "internet gateway naar M5 op router"
97 ip : "172.16.6.9/29"
98 sides : "uplink"
99 mode : "ap"
100 type : "eth"
101 channel : "36"
102 ssid : "il-o.wleiden.net"
103 compass : "o"
104 ns_mac : "00:27:22:8a:3d:2c"
105 ns_ip : "172.16.6.10/29"
106 bridge_type: "NanoStation M5"
107 status : "up"
108
109iface_vr1:
110 comment : "Link naar Lijtweg2"
111 ip : "172.16.3.148/29"
112 sdesc : "2lijtweg2"
113 mode : "station-wds"
114 type : "eth"
115 extra_type : "eth2wifibridge"
116 channel : "161"
117 ssid : "il-ono.lijtweg2.wleiden.net"
118 dhcp : False
119 compass : "w"
120 ns_ip : "172.16.3.147/29"
121 ns_mac : "00:27:22:8a:3b:c4"
122 bridge_type: "NanoStation M5"
123 status : "up"
124
125
126iface_vr2:
127 comment : "Link naar SOM1"
128 ip : "172.16.3.164/29"
129 sdesc : "2som1"
130 mode : "station-wds"
131 type : "eth"
132 extra_type : "eth2wifibridge"
133 channel : "108"
134 ssid : "il-n.som1.wleiden.net"
135 dhcp : False
136 compass : "z"
137 ns_ip : "172.16.3.163/29"
138 ns_mac : "00:27:22:8a:3b:b6"
139 bridge_type: "NanoStation M5"
140 status : "up"
141
Note: See TracBrowser for help on using the repository browser.