source: genesis/nodes/Robijn3/wleiden.yaml@ 14395

Last change on this file since 14395 was 14395, checked in by huub, 5 years ago

nieuwe config Robijn3 met correcties

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15410"
7location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
8longitude : "4.46190"
9masterip : "172.17.100.1"
10monitoring_group: "wleiden"
11nodename : "Robijn3"
12nodetype : "Hybrid"
13portal_sponsor: "Woonzorgcentrum Robijnhof"
14portal_url: "http://www.libertasleiden.nl/wonen/wonen-met-zorg-dichtbij/woonzorgcentrum-robijnhof/"
15rdnap_x : 91677
16rdnap_y : 463284
17release : "11.2-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.17.100.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-WirelessLeiden-Robijn3"
33 dhcp : "10-250"
34 status : "up"
35
36iface_vr0:
37 comment : "link naar RijnVliet via M5"
38 ip : "172.16.10.116/29"
39 sdesc : "2rijnvliet"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-w.rv.wleiden.net"
45 dhcp : False
46 compass : "no"
47 ns_ip : "172.16.10.115/29"
48 ns_mac : "dc:9f:db:e4:98:e1"
49 bridge_type: "NanoStationM5"
50 status : "up"
51
52iface_vr1:
53 comment : "Link naar HuygensN1 via BridgeM5"
54 ip : "172.16.5.220/29"
55 sdesc : "2huygensz"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "48"
60 ssid : "il-165.huygensn1.wleiden.net"
61 dhcp : False
62 compass : "n"
63 ns_ip : "172.16.5.219/29"
64 ns_mac : "dc:9f:db:e4:98:39"
65 bridge_type: "NanoStationM5"
66 status : "up"
67
68iface_vr2:
69 comment : "link naar AJSoft1"
70 ip : "172.16.4.68/29"
71 sdesc : "2ajsoft1"
72 mode : "station-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : ""
76 ssid : "il-nw.ajsoft1.wleiden.net"
77 dhcp : False
78 compass : "zo"
79 ns_ip : "172.116.4.67/29"
80 ns_mac : "dc:9f:db:36:1d:1d"
81 bridge_type: "NanoBridgeM5"
82 status : "up"
Note: See TracBrowser for help on using the repository browser.