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

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

Missing subnet

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.221419"
7location : "St. Bartholomeuskerk, Herenstraat 27, 2215KE, Voorhout"
8longitude : "4.482612"
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_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "down"
23
24iface_ath0:
25 comment : "Accesspoint 1 Coax"
26 ip : "172.17.124.1/24"
27 sdesc : "ap1"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-Tey-Bartholomeus-1"
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "Accesspoints via switch"
37 ip : "172.17.125.1/24"
38 sdesc : "ap2"
39 mode : "ap"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "6"
43 ssid : "ap-Tey-Bestuurscentrum-kerkplein"
44 dhcp : "10-250"
45 compass : ""
46 ns_ip : "172.17.125.2/24"
47 ns_mac : ""
48 bridge_type: "NanoStationM2"
49 status : "up"
50
51iface_vr0:
52 comment : "Link naar Bestuurscentrum"
53 ip : "172.16.7.84/29"
54 sdesc : "2bestuur"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "116"
59 ssid : "il-zw.teybestuurscentrum.wleiden.net"
60 dhcp : False
61 compass : "no"
62 ns_ip : "172.16.7.83/29"
63 ns_mac : "00:27:22:10:FD:ED"
64 bridge_type: "Nanostation M5"
65 status : "up"
66
67iface_vr1:
68 comment : "Link naar AKZO"
69 ip : "172.16.9.33/29"
70 sdesc : "2akzo"
71 mode : "ap-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "124"
75 ssid : "il-z.teybartholomeus.wleiden.net"
76 dhcp : False
77 compass : "z"
78 ns_ip : "172.16.9.34/29"
79 ns_mac : ""
80 bridge_type: "Nanostation M5"
81 status : "up"
82
83iface_vr2:
84 comment : "Link naar zuidwest"
85 ip : "172.16.9.41/29"
86 sdesc : "2zw"
87 mode : "ap-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "132"
91 ssid : "il-zw.teybartholomeus.wleiden.net"
92 dhcp : False
93 compass : "zw"
94 ns_ip : "172.16.9.42/29"
95 ns_mac : ""
96 bridge_type: "Nanostation M5"
97 status : "up"
98
Note: See TracBrowser for help on using the repository browser.