source: genesis/nodes/HybridTEYBartholomeus/wleiden.yaml@ 12569

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

Allerhande cosmetische aanpassingen.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.22313"
7location : "St. Bartholomeuskerk, Herenstraat 27, 2215KE, Voorhout"
8longitude : "4.48714"
9masterip : "172.17.124.1"
10monitoring_group: "teylingen"
11nodename : "TEYBartholomeus"
12nodetype : "Hybrid"
13portal_sponsor: "Gemeente Teylingen"
14portal_url: "http://rkvoorhout.nl/"
15rdnap_x : 93500
16rdnap_y : 470942
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "down"
24
25
26iface_ath0:
27 comment : "Accesspoint 1 Coax"
28 ip : "172.17.124.1/24"
29 sdesc : "ap1"
30 mode : "ap"
31 type : "11g"
32 channel : 1
33 ssid : "ap-Tey-Bartholomeus-1"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Accesspoints via switch"
40 ip : "172.17.125.1/24"
41 sdesc : "ap2"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "6"
46 ssid : "ap-Tey-Bestuurscentrum-kerkplein"
47 dhcp : "10-250"
48 compass : ""
49 ns_ip : "172.17.125.2/24"
50 ns_mac : ""
51 bridge_type: "NanoStationM2"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link naar Bestuurscentrum"
57 ip : "172.16.7.84/29"
58 sdesc : "2bestuur"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "116"
63 ssid : "il-zw.teybestuurscentrum.wleiden.net"
64 dhcp : False
65 compass : "z"
66 ns_ip : "172.16.7.83/29"
67 ns_mac : "00:27:22:10:fd:ed"
68 bridge_type: "Nanostation M5"
69 status : "up"
70
71
72iface_vr1:
73 comment : "Link naar AKZO"
74 ip : "172.16.9.33/29"
75 sdesc : "2akzo"
76 mode : "ap-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "124"
80 ssid : "il-z.teybartholomeus.wleiden.net"
81 dhcp : False
82 compass : "z"
83 ns_ip : "172.16.9.34/29"
84 ns_mac : ""
85 bridge_type: "Nanostation M5"
86 status : "up"
87
88
89iface_vr2:
90 comment : "Link naar zuidwest"
91 ip : "172.16.9.41/29"
92 sdesc : "2zw"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "132"
97 ssid : "il-zw.teybartholomeus.wleiden.net"
98 dhcp : False
99 compass : "zw"
100 ns_ip : "172.16.9.42/29"
101 ns_mac : ""
102 bridge_type: "Nanostation M5"
103 status : "up"
104
105
Note: See TracBrowser for help on using the repository browser.