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

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

Automatic cleanups

File size: 2.4 KB
RevLine 
[12458]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[12474]6latitude : "52.22313"
[12458]7location : "St. Bartholomeuskerk, Herenstraat 27, 2215KE, Voorhout"
[12474]8longitude : "4.48714"
[12458]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
[12474]19service_concentrator: False
[12458]20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "down"
24
[12474]25
[12458]26iface_ath0:
27 comment : "Accesspoint 1 Coax"
[12461]28 ip : "172.17.124.1/24"
[12458]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
[12474]37
[12458]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
[12474]54
[12458]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
[12474]65 compass : "z"
[12458]66 ns_ip : "172.16.7.83/29"
[12474]67 ns_mac : "00:27:22:10:fd:ed"
[12458]68 bridge_type: "Nanostation M5"
69 status : "up"
70
[12474]71
[12458]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
[12474]88
[12458]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
[12474]105
Note: See TracBrowser for help on using the repository browser.