source: genesis/nodes/HybridTEYOudeRaadhuis/wleiden.yaml@ 12636

Last change on this file since 12636 was 12636, checked in by wouter, 11 years ago

URL sponsorwebsite aangepast.

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.19686"
7location : "Oude Raadhuis,Dorpsstraat 36, 2361BE, Warmond"
8longitude : "4.50368"
9masterip : "172.17.85.1"
10monitoring_group: "teylingen"
11nodename : "TEYOudeRaadhuis"
12nodetype : "Hybrid"
13portal_sponsor: "Het Oude Raadhuis"
14portal_url: "http://hetouderaadhuisvanwarmond.nl/?page_id=550"
15rdnap_x : 94594
16rdnap_y : 468006
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "AP voor OudeRaadhuis-binnen"
28 ip : "172.17.85.1/24"
29 sdesc : "ap1"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "ap-Tey-OudeRaadhuis-binnen"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar noordoost"
40 ip : "172.16.9.73/29"
41 sdesc : "2no"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "100"
46 ssid : "il-no.ouderaadhuis.wleiden.net"
47 dhcp : False
48 compass : "no"
49 ns_ip : "172.16.9.74/29"
50 ns_mac : "dc:9f:db:64:2f:05"
51 bridge_type: "NanoStationM5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "A-link naar SOM1"
57 ip : "172.16.9.60/29"
58 sdesc : "2som1"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "132"
63 ssid : "il-n.som1.wleiden.net"
64 dhcp : False
65 compass : "z"
66 ns_ip : "172.16.9.59/29"
67 ns_mac : "dc:9f:db:64:2f:7c"
68 bridge_type: "NanoStationM5"
69 status : "up"
70
71
72iface_vr1:
73 comment : "Link naar zuidoost label Groen"
74 ip : "172.16.9.65/29"
75 sdesc : "2zo"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "36"
80 ssid : "il-w.boterhuis.wleiden.net"
81 dhcp : False
82 compass : "zo"
83 ns_ip : "172.16.9.66/29"
84 ns_mac : "dc:9f:db:64:2f:76"
85 bridge_type: "NanoStationM5"
86 status : "up"
87
88iface_vr1_alias0:
89 comment : "Link naar Boterhuis"
90 ip : "172.16.6.180/29"
91 sdesc : "2boterhuis"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 dhcp : False
95 status : "up"
96
97iface_vr2:
98 comment : "Ap-OudeRaadhuis2 kabel zilver"
99 ip : "172.17.123.1/24"
100 sdesc : "ap2"
101 mode : "ap"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "1"
105 ssid : "ap-Tey-OudeRaadhuis-plein"
106 dhcp : "10-250"
107 compass : "n"
108 ns_ip : "172.17.123.2/24"
109 ns_mac : "dc:9f:db:3e:26:8b"
110 bridge_type: "NanoStationM2-Loco"
111 status : "up"
112
113
Note: See TracBrowser for help on using the repository browser.