source: genesis/nodes/ZTWRijneke/wleiden.yaml@ 13525

Last change on this file since 13525 was 13503, checked in by rick, 9 years ago

Major Change: Combine accesspoint interfaces to a shared bridge interfaces
allowing users to roam between accesspoints of local node.

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.13784"
7location : "Casba, Hoge Rijndijk 315, 2382 AP, Zoeterwoude Rijndijk"
8longitude : "4.54943"
9masterip : "172.17.58.1"
10monitoring_group: "wleiden"
11nodename : "ZTWRijneke"
12nodetype : "Hybrid"
13portal_sponsor: "Rijneke Boulevard"
14portal_url: "http://www.rijneke.nl/"
15rdnap_x : 97646
16rdnap_y : 461403
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_vr0_102:
27 comment : "Link naar Meelfabriek1"
28 ip : "172.16.9.196/29"
29 sdesc : "2meelfab1"
30 mode : "station-wds"
31 type : "eth"
32 extra_type : "eth2wifibridge"
33 channel : "52"
34 ssid : "il-zo.meelfabriek1.wleiden.net"
35 dhcp : False
36 ns_ip : "172.16.9.195"
37 ns_mac : "00:27:22:8a:3b:f3"
38 bridge_type: "NanoStation M5"
39 status : "up"
40
41
42iface_vr0_103:
43 comment : "Link naar HMKerk"
44 ip : "172.16.5.252/29"
45 sdesc : "2hmkerk"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "52"
50 ssid : "il-zw.hmkerk.wleiden.net"
51 dhcp : False
52 compass : "no"
53 ns_ip : "172.16.5.251"
54 ns_mac : "00:27:22:8a:3b:4f"
55 bridge_type: "NanoStation M5"
56 status : "up"
57
58
59iface_vr0_104:
60 comment : "Accesspoint West"
61 ip : "172.17.58.1/24"
62 sdesc : "2aps"
63 mode : "ap"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "3"
67 ssid : "apw-ZTW-RijnekeBlvd"
68 dhcp : "10-250"
69 compass : "w"
70 ns_ip : "172.17.58.2/24"
71 ns_mac : "00:00:00:00:00:00"
72 bridge_type: "NanoStation M2"
73 status : "up"
74
75iface_vr0_105:
76 comment : "Accesspoint Noord"
77 ip : "172.17.73.1/24"
78 mode : "station-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "3"
82 ssid : "apw-ZTW-RijnekeBlvd"
83 dhcp : "10-250"
84 compass : "n"
85 ns_ip : "172.17.73.2/24"
86 ns_mac : "00:00:00:00:00:00"
87 bridge_type: "NanoStation M2"
88 status : "up"
89
90iface_vr1:
91 comment : "Link naar wbrotary"
92 ip : "172.16.18.28/29"
93 sdesc : "2wbrotary"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "140"
98 ssid : "il-wzw.wbrotary.wleiden.net"
99 dhcp : False
100 compass : "no"
101 ns_ip : "172.16.18.27/29"
102 ns_mac : "00:27:22:8a:3b:35"
103 bridge_type: "NanoStation M5"
104 status : "up"
105
106
107iface_vr2:
108 comment : "Link naar StJan"
109 ip : "172.16.3.233/29"
110 sdesc : "2StJan"
111 mode : "ap-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 channel : "60"
115 ssid : "il-zw.rijneke.wleiden.net"
116 dhcp : False
117 compass : "zw"
118 ns_ip : "172.16.3.234"
119 ns_mac : "00:27:22:8a:3b:d0"
120 bridge_type: "NanoStation M5"
121 status : "up"
122
123
Note: See TracBrowser for help on using the repository browser.