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

Last change on this file since 13401 was 12907, checked in by rick, 10 years ago

Innitiele configuratie voor Groene Hart Recreatie

File size: 2.2 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 : "00:00:00:00:00:00"
48 bridge_type: "NanoStation M5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Accesspoint West"
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 : "00:00:00:00:00:00"
62 bridge_type: "NanoStation M2"
63 status : "up"
64
65iface_vr2:
66 comment : "Accesspoint Oost"
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 : "00:00:00:00:00:00"
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 : "00:00:00:00:00:00"
91 bridge_type: "NanoStation M5"
92 status : "up"
93
Note: See TracBrowser for help on using the repository browser.