source: genesis/nodes/HybridHortus/wleiden.yaml@ 11586

Last change on this file since 11586 was 11586, checked in by huub, 12 years ago

configuratie hybridhortus gemaakt

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15718"
7location : "Hortus Botanicus Wintertuin, Rapenburg 73, 2311 GJ, Leiden"
8longitude : "4.484840"
9masterip : "172.17.64.1"
10monitoring_group: "wleiden"
11nodename : "Hortus"
12nodetype : "Hybrid"
13rdnap_x : 93251
14rdnap_y : 463607
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "planned"
22
23
24iface_ath0:
25 comment : "Ap voor de buurt"
26 ip : "172.17.64.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11b"
30 channel : "1"
31 ssid : "ap-WirelessLeiden-Wintertuin"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "link naar Vosko"
38 ip : "172.16.4.137/29"
39 sdesc : "2vosko"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "100"
44 ssid : "il-o.hortus.wleiden.net"
45 dhcp : False
46 compass : "e"
47 ns_ip : "172.16.4.138/29"
48 ns_mac : ""
49 status : "up"
50
51
52iface_vr1:
53 comment : "Accesspoint wzw"
54 ip : "172.16.8.1/24"
55 sdesc : "2apwzw"
56 mode : "ap"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "6"
60 ssid : "ap-WirelessLeiden-Hortus"
61 dhcp : "10-250"
62 compass : "wzw"
63 ns_ip : "172.16.8.2/24"
64 ns_mac : ""
65 bridge_type: "NanoStationM2"
66 status : "up"
67
68iface_vr2:
69 comment : "Interlink naar tbd"
70 ip : "172.16.4.161/29"
71 sdesc : "2tbd"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "36"
76 ssid : "il-w.hortus.wleiden.net"
77 dhcp : False
78 compass : "w"
79 ns_ip : "172.16.4.162/29"
80 ns_mac : ""
81 status : "up"
82
83
Note: See TracBrowser for help on using the repository browser.