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

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

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"
13portal_sponsor: "Groene Hart Recreatie"
14portal_url: "http://www.groenehart-recreatie.nl"
15rdnap_x : 97756.0342112
16rdnap_y : 464567.707628
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 : "Omni voor Buurt MGMT"
28 ip : "172.17.149.1/24"
29 sdesc : "2buurt"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "ap-GHR-Management"
34 dhcp : "10-240"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Boterhuis (client soonish)"
40 ip : "172.16.7.68/29"
41 sdesc : "2boterhuis"
42 mode : "ap-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 ssid : "il-nw.ghr.wleiden.net"
46 dhcp : False
47 compass : "nw"
48 ns_ip : "172.16.7.67/29"
49 ns_mac : "24:a4:3c:72:00:6f"
50 bridge_type: "NanoStation M5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar StBavo2"
56 ip : "172.16.3.124/29"
57 sdesc : "2stbavo"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 ssid : "il-zo.stbavo2.wleiden.net"
62 dhcp : False
63 compass : "n"
64 ns_ip : "172.16.3.123/29"
65 ns_mac : "24:a4:3c:72:16:ae"
66 bridge_type: "NanoStation M5"
67 status : "up"
68
69
70iface_vr1:
71 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"
72 ip : "172.17.150.1/24"
73 sdesc : "2ap-w"
74 mode : "ap-wds"
75 type : "eth"
76 ssid : "ap-GroeneHart-West"
77 dhcp : "10-240"
78 ns_ip : "172.17.150.2/24"
79 ns_mac : "dc:9f:db:62:13:bd"
80 bridge_type: "NanoStation M2"
81 status : "up"
82
83
84iface_vr2:
85 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"
86 ip : "172.17.151.1/24"
87 sdesc : "2buurt"
88 mode : "ap-wds"
89 type : "eth"
90 ssid : "ap-GroeneHart-Oost"
91 dhcp : "10-240"
92 ns_ip : "172.17.151.2/24"
93 ns_mac : "dc:9f:db:36:1e:5b"
94 bridge_type: "NanoStation M2"
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.