source: genesis/nodes/HybridTEYBestuurscentrum/wleiden.yaml@ 12187

Last change on this file since 12187 was 12187, checked in by wouter, 12 years ago

Config Teylingen aangevuld met laatste IL

File size: 3.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.22313"
7location : "Bestuurscentrum, Raadhuisplein 1, 2215MA, Voorhout"
8longitude : "4.48715"
9masterip : "172.17.89.1"
10monitoring_group: "teylingen"
11nodename : "TEYBestuurscentrum"
12nodetype : "Hybrid"
13portal_sponsor: "Gemeente Teylingen"
14portal_url: "http://www.teylingen.nl"
15rdnap_x : 93500
16rdnap_y : 470942
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "planned"
24
25iface_ath0:
26 comment : "Accesspoint oost"
27 ip : "172.17.91.1/24"
28 sdesc : "ap-0"
29 mode : "ap"
30 type : "11g"
31 channel : 11
32 ssid : "ap--Tey-Bestuurscentrum-oost"
33 dhcp : "10-250"
34 status : "up"
35
36iface_ue0:
37 comment : "Accesspoint zuidwest kabel 1"
38 ip : "172.17.89.1/24"
39 sdesc : "2ap-zw"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "6"
44 ssid : "ap-Tey-Bestuurscentrum-markt"
45 dhcp : "10-250"
46 compass : "zw"
47 ns_ip : "172.17.89.2/24"
48 ns_mac : "DC:9F:DB:36:1D:BC"
49 bridge_type: "NanoStationM2"
50 status : "up"
51
52iface_ue1:
53 comment : "Accesspoint noordwest kabel 2"
54 ip : "172.17.90.1/24"
55 sdesc : "2ap-nw"
56 mode : "ap"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "1"
60 ssid : "ap-Tey-Bestuurscentrum-station"
61 dhcp : "10-250"
62 compass : "nw"
63 ns_ip : "172.17.90.2/24"
64 ns_mac : "DC:9F:DB:36:1E:08"
65 bridge_type: "NanoStationM2"
66 status : "up"
67
68iface_vr0:
69 comment : "External Link kabel 8"
70 ip : "0.0.0.0/24"
71 sdesc : "2external"
72 type : "eth"
73 dhcp : "client"
74 status : "up"
75
76iface_vr1:
77 comment : "Link naar Leeuwenhorst via switch kabel 6"
78 ip : "172.16.6.140/29"
79 sdesc : "2leeuwnh"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "160"
84 ssid : "il-z.leeuwenhorst.wleiden.net"
85 dhcp : False
86 compass : "n"
87 ns_ip : "172.16.6.139/29"
88 ns_mac : "DC:9F:DB:E4:98:EB"
89 bridge_type: "Nanostation M5"
90 status : "up"
91
92iface_vr1_alias0:
93 comment : "Link naar oost via switch kabel 5"
94 ip : "172.16.7.73/29"
95 sdesc : "20"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "60"
100 ssid : "il-o.teybestuurscentrum.wleiden.net"
101 dhcp : False
102 compass : "0"
103 ns_ip : "172.16.7.74/29"
104 ns_mac : "DC:9F:DB:E4:98:4F"
105 bridge_type: "NanostationM5"
106 status : "down"
107
108iface_vr2:
109 comment : "Link naar Lijtweg via switch kabel 4"
110 ip : "172.16.4.116/29"
111 sdesc : "2z"
112 mode : "station-wds"
113 type : "eth"
114 extra_type : "eth2wifibridge"
115 channel : "140"
116 ssid : "il-n.lijtweg1.wleiden.net"
117 dhcp : False
118 compass : "z"
119 ns_ip : "172.16.4.115/29"
120 ns_mac : "DC:9F:DB:E4:98:CE"
121 bridge_type: "NanoStationM5"
122 status : "up"
123
124iface_vr2_alias0:
125 comment : "Link naar zuidwest via switch kabel 3"
126 ip : "172.16.7.81/29"
127 sdesc : "2zw"
128 mode : "ap-wds"
129 type : "eth"
130 extra_type : "eth2wifibridge"
131 channel : "116"
132 ssid : "il-zw.teybestuurscentrum.wleiden.net"
133 dhcp : False
134 compass : "zw"
135 ns_ip : "172.16.7.82/29"
136 ns_mac : "DC:9F:DB:E4:99:CC"
137 bridge_type: "NanostationM5"
138 status : "down"
139
140
Note: See TracBrowser for help on using the repository browser.