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

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

accesspoints omgezet van usb-lan adapter naar vr1 ivm pf/nat probleem in 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
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
38iface_ue0:
39 comment : "Link naar Lijtweg2"
40 ip : "172.16.3.148/29"
41 sdesc : "2lijtweg2"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "161"
46 ssid : "il-ono.lijtweg2.wleiden.net"
47 dhcp : False
48 compass : "w"
49 ns_ip : "172.16.3.147/29"
50 ns_mac : "00:27:22:8a:3b:c4"
51 bridge_type: "NanoStation M5"
52 status : "up"
53
54iface_vr0:
55 comment : "internetverbinding"
56 ip : "192.168.178.2/24"
57 sdesc : "2external"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62iface_vr0_alias0:
63 comment : "internet gateway naar M5 op router"
64 ip : "172.16.6.9/29"
65 sdesc : "uplink"
66 mode : "ap"
67 type : "eth"
68 channel : "36"
69 ssid : "il-o.wleiden.net"
70 compass : "o"
71 ns_mac : ""
72 ns_ip : "172.16.6.10/29"
73 bridge_type: "NanoStation M5"
74 status : "up"
75
76iface_vr1:
77 comment : "Access Point 2 GHz jachthaven via switch"
78 ip : "172.17.53.1/24"
79 sdesc : "apzo"
80 mode : "ap"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "11"
84 ssid : "ap-WL-JachthvnJuffermans-o"
85 dhcp : "10-250"
86 compass : "zo"
87 ns_ip : "172.17.53.2/24"
88 ns_mac : "00:27:22:e2:50:b5"
89 bridge_type: "NanoStation M2"
90 status : "up"
91
92iface_vr1_extra01:
93 comment : "Access Point 2 GHz nw via switch"
94 sdesc : "apnw"
95 mode : "ap"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "2"
99 ssid : "ap-WL-JachthvnJuffermans-w"
100 compass : "nw"
101 ns_ip : "172.17.53.3/24"
102 ns_mac : "00:27:22:e2:53:27"
103 bridge_type: "NanoStation M2"
104 status : "up"
105
106iface_vr1_extra02:
107 comment : "APs 5GHz op voormalige IL-Nano's via switch"
108 sdesc : "apsa"
109 mode : "ap"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "60"
113 ssid : "ap-WL-JachthvnJuffermans-a"
114 compass : "no"
115 ns_ip : "172.17.53.4/24"
116 ns_mac : "00:27:22:10:fd:8e"
117 bridge_type: "NanoStation M5"
118 status : "up"
119
120iface_vr2:
121 comment : "Link naar SOM1"
122 ip : "172.16.3.164/29"
123 sdesc : "2som1"
124 mode : "station-wds"
125 type : "eth"
126 extra_type : "eth2wifibridge"
127 channel : "108"
128 ssid : "il-n.som1.wleiden.net"
129 dhcp : False
130 compass : "z"
131 ns_ip : "172.16.3.163/29"
132 ns_mac : "04:18:D6:56:AC:EB"
133 bridge_type: "NanoStation M5"
134 status : "up"
Note: See TracBrowser for help on using the repository browser.