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

Last change on this file since 12439 was 11767, checked in by huub, 12 years ago

eerste aanzet configuratie Stationsplein

File size: 3.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.165798"
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
25iface_ath0:
26 comment : "Ap"
27 ip : "172.17.83.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "ap-WirelessLeiden-Geluidsnet1"
33 dhcp : "10-250"
34 status : "up"
35
36iface_ue0:
37 comment : "Accesspoints west (repeater modus)"
38 ip : "172.17.84.1/24"
39 sdesc : "2aps"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-WirelessLeiden-Stationsplein"
45 dhcp : "10-250"
46 compass : "w"
47 ns_ip : "172.17.84.2/24"
48 ns_mac : ""
49 bridge_type: "NanoRocketM2"
50 status : "up"
51
52iface_ue1:
53 comment : "Accesspoint zuid"
54 ip : "172.17.85.1/24"
55 sdesc : "2aps"
56 mode : "ap"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "1"
60 ssid : "ap-WirelessLeiden-Stationsweg"
61 dhcp : "10-250"
62 compass : "z"
63 ns_ip : "172.17.85.2/24"
64 ns_mac : ""
65 bridge_type: "NanoStationM2"
66 status : "up"
67
68iface_vr0:
69 comment : "Ethernet naar lokaal internet"
70 ip : "0.0.0.0/30"
71 sdesc : "2internet"
72 type : "eth"
73 dhcp : "client"
74 status : "up"
75
76iface_vr1:
77 comment : "Link naar zuid via switch"
78 ip : "172.16.7.9/29"
79 sdesc : "2tbd"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "44"
84 ssid : "il-z.stationsplein.wleiden.net"
85 dhcp : False
86 compass : "z"
87 ns_ip : "172.16.7.10/29"
88 ns_mac : ""
89 bridge_type: "NanoStationM5"
90 status : "up"
91
92iface_vr1_alias0:
93 comment : "Link naar ozo via switch"
94 ip : "172.16.7.17/29"
95 sdesc : "2oost"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "36"
100 ssid : "il-ozo.stationsplein.wleiden.net"
101 dhcp : False
102 compass : "ozo"
103 ns_ip : "172.16.7.18/29"
104 ns_mac : ""
105 bridge_type: "NanoStationM5"
106 status : "up"
107
108iface_vr2:
109 comment : "Link naar Lebkov via switch"
110 ip : "172.16.7.25/29"
111 sdesc : "2lebkov"
112 mode : "ap-wds"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 channel : "52"
116 ssid : "il-nw.stationsplein.wleiden.net"
117 dhcp : False
118 compass : "nw"
119 ns_ip : "172.16.7.26/29"
120 ns_mac : ""
121 bridge_type: "NanoStation5"
122 status : "up"
123
124iface_vr2_alias0:
125 comment : "Link naar Geluidsnet1 via switch"
126 ip : "172.16.7.33/29"
127 sdesc : "2lebkov"
128 mode : "ap-wds"
129 type : "eth"
130 extra_type : "eth2wifibridge"
131 channel : "60"
132 ssid : "il-zw.stationsplein.wleiden.net"
133 dhcp : False
134 compass : "zw"
135 ns_ip : "172.16.7.34/29"
136 ns_mac : ""
137 bridge_type: "NanoStation5"
138 status : "up"
Note: See TracBrowser for help on using the repository browser.