source: genesis/nodes/HybridStationsplein/wleiden.yaml@ 12474

Last change on this file since 12474 was 12474, checked in by rick, 11 years ago

Automatic cleanups

File size: 3.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16579"
7location : "Kamer van Koophandel, Stationsweg 42, 2312 AT, Leiden"
8longitude : "4.48371"
9masterip : "172.17.83.1"
10monitoring_group: "leiden"
11nodename : "Stationsplein"
12nodetype : "Hybrid"
13portal_sponsor: "Leiden Visitor Centre"
14portal_url: "http://portal.leiden.nl/"
15rdnap_x : 93186
16rdnap_y : 464566
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "planned"
24
25
26iface_ath0:
27 comment : "Ap"
28 ip : "172.17.83.1/24"
29 sdesc : "ap"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "ap-WirelessLeiden-Geluidsnet1"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Accesspoints west (repeater modus)"
40 ip : "172.17.84.1/24"
41 sdesc : "2aps"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "6"
46 ssid : "ap-WirelessLeiden-Stationsplein"
47 dhcp : "10-250"
48 compass : "w"
49 ns_ip : "172.17.84.2/24"
50 ns_mac : ""
51 bridge_type: "NanoRocketM2"
52 status : "up"
53
54
55iface_ue1:
56 comment : "Accesspoint zuid"
57 ip : "172.17.85.1/24"
58 sdesc : "2aps"
59 mode : "ap"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "1"
63 ssid : "ap-WirelessLeiden-Stationsweg"
64 dhcp : "10-250"
65 compass : "z"
66 ns_ip : "172.17.85.2/24"
67 ns_mac : ""
68 bridge_type: "NanoStationM2"
69 status : "up"
70
71
72iface_vr0:
73 comment : "Ethernet naar lokaal internet"
74 ip : "0.0.0.0/30"
75 sdesc : "2internet"
76 type : "eth"
77 dhcp : "client"
78 status : "up"
79
80
81iface_vr1:
82 comment : "Link naar zuid via switch"
83 ip : "172.16.7.9/29"
84 sdesc : "2tbd"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "44"
89 ssid : "il-z.stationsplein.wleiden.net"
90 dhcp : False
91 compass : "z"
92 ns_ip : "172.16.7.10/29"
93 ns_mac : ""
94 bridge_type: "NanoStationM5"
95 status : "up"
96
97
98iface_vr1_alias0:
99 comment : "Link naar ozo via switch"
100 ip : "172.16.7.17/29"
101 sdesc : "2oost"
102 mode : "ap-wds"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 channel : "36"
106 ssid : "il-ozo.stationsplein.wleiden.net"
107 dhcp : False
108 compass : "ozo"
109 ns_ip : "172.16.7.18/29"
110 ns_mac : ""
111 bridge_type: "NanoStationM5"
112 status : "up"
113
114
115iface_vr2:
116 comment : "Link naar Lebkov via switch"
117 ip : "172.16.7.25/29"
118 sdesc : "2lebkov"
119 mode : "ap-wds"
120 type : "eth"
121 extra_type : "eth2wifibridge"
122 channel : "52"
123 ssid : "il-nw.stationsplein.wleiden.net"
124 dhcp : False
125 compass : "nw"
126 ns_ip : "172.16.7.26/29"
127 ns_mac : ""
128 bridge_type: "NanoStation5"
129 status : "up"
130
131
132iface_vr2_alias0:
133 comment : "Link naar Geluidsnet1 via switch"
134 ip : "172.16.7.33/29"
135 sdesc : "2lebkov"
136 mode : "ap-wds"
137 type : "eth"
138 extra_type : "eth2wifibridge"
139 channel : "60"
140 ssid : "il-zw.stationsplein.wleiden.net"
141 dhcp : False
142 compass : "zw"
143 ns_ip : "172.16.7.34/29"
144 ns_mac : ""
145 bridge_type: "NanoStation5"
146 status : "up"
147
148
Note: See TracBrowser for help on using the repository browser.