source: genesis/nodes/GHR/wleiden.yaml@ 13530

Last change on this file since 13530 was 13530, checked in by huub, 9 years ago

config ghr aangevuld met mac-adressen

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.166297"
7location : "Groene Hart Recreatie Hofdijklaan 63, 2374 BS Oud-Ade"
8longitude : "4.5505"
9masterip : "172.17.149.1"
10monitoring_group: "leiden"
11nodename : "GHR"
12nodetype : "Hybrid"
13release : "9.0-RELEASE"
14service_accesspoint: True
15service_concentrator: False
16service_incoming_rdr: False
17service_proxy_ileiden: False
18service_proxy_normal: False
19status : "up"
20portal_sponsor: "Groene Hart Recreatie"
21portal_url: "http://www.groenehart-recreatie.nl"
22
23
24iface_ath0:
25 comment : "Omni voor Buurt MGMT"
26 ip : "172.17.149.1/24"
27 sdesc : "2buurt"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-GHR-Management"
32 dhcp : "10-240"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Link naar StBavo2"
38 ip : "172.16.3.124/29"
39 sdesc : "2stbavo"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-zo.stbavo2.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.3.123/29"
47 ns_mac : "24:a4:3c:72:16:ae"
48 bridge_type: "NanoStation M5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Accesspoint West repeaters 172.17.150.3 dc:9f:db:3e:1c:70 en 172.17.150.4 dc:9f:db:3e:2a:2b"
54 ip : "172.17.150.1/24"
55 sdesc : "2ap-w"
56 mode : "ap-wds"
57 type : "eth"
58 ssid : "ap-GroeneHart-West"
59 dhcp : "10-240"
60 ns_ip : "172.17.150.2/24"
61 ns_mac : "dc:9f:db:62:13:bd"
62 bridge_type: "NanoStation M2"
63 status : "up"
64
65iface_vr2:
66 comment : "Accesspoint Oost repeaters 172.17.151.3 at dc:9f:db:3e:2a:28; 172.17.151.4 at dc:9f:db:3e:2a:c2"
67 ip : "172.17.151.1/24"
68 sdesc : "2buurt"
69 mode : "ap-wds"
70 type : "eth"
71 ssid : "ap-GroeneHart-Oost"
72 dhcp : "10-240"
73 ns_ip : "172.17.151.2/24"
74 ns_mac : "dc:9f:db:36:1e:5b"
75 bridge_type: "NanoStation M2"
76 status : "up"
77
78
79iface_ue0:
80 comment : "Link naar Boterhuis (client soonish)"
81 ip : "172.16.7.68/29"
82 sdesc : "2boterhuis"
83 mode : "ap-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 ssid : "il-nw.ghr.wleiden.net"
87 dhcp : False
88 compass : "nw"
89 ns_ip : "172.16.7.67/29"
90 ns_mac : "24:a4:3c:72:00:6f"
91 bridge_type: "NanoStation M5"
92 status : "up"
93
Note: See TracBrowser for help on using the repository browser.