source: genesis/nodes/HybridGHR/wleiden.yaml@ 13367

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

Innitiele configuratie voor Groene Hart Recreatie

File size: 2.2 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[12907]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"
[10822]12nodetype : "Hybrid"
13release : "9.0-RELEASE"
14service_accesspoint: True
[11554]15service_concentrator: False
[12421]16service_incoming_rdr: False
[10822]17service_proxy_ileiden: False
[11735]18service_proxy_normal: False
[10116]19status : "up"
[12907]20portal_sponsor: "Groene Hart Recreatie"
21portal_url: "http://www.groenehart-recreatie.nl"
[10059]22
23
24iface_ath0:
[12907]25 comment : "Omni voor Buurt MGMT"
26 ip : "172.17.149.1/24"
[10116]27 sdesc : "2buurt"
[10703]28 mode : "ap"
[11737]29 type : "11g"
[11738]30 channel : 11
[12907]31 ssid : "ap-GHR-Management"
32 dhcp : "10-240"
[10116]33 status : "up"
[10059]34
35
[11390]36iface_vr0:
[12907]37 comment : "Link naar StBavo2"
38 ip : "172.16.3.124/29"
39 sdesc : "2stbavo"
[11390]40 mode : "ap-wds"
41 type : "eth"
[10116]42 extra_type : "eth2wifibridge"
[12907]43 ssid : "il-zo.stbavo2.wleiden.net"
[10454]44 dhcp : False
[12907]45 compass : "no"
46 ns_ip : "172.16.3.123/29"
47 ns_mac : "00:00:00:00:00:00"
[11731]48 bridge_type: "NanoStation M5"
[10116]49 status : "up"
50
[11519]51
[11390]52iface_vr1:
[12907]53 comment : "Accesspoint West"
54 ip : "172.17.150.1/24"
55 sdesc : "2ap-w"
[11390]56 mode : "ap-wds"
[10116]57 type : "eth"
[12907]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"
[10116]63 status : "up"
[10059]64
[11390]65iface_vr2:
[12907]66 comment : "Accesspoint Oost"
67 ip : "172.17.151.1/24"
[11391]68 sdesc : "2buurt"
[10116]69 mode : "ap-wds"
70 type : "eth"
[12907]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"
[10116]76 status : "up"
[10059]77
[10116]78
[12907]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.