source: genesis/nodes/HybridMeerburg/wleiden.yaml@ 12474

Last change on this file since 12474 was 12474, checked in by rick, 11 years ago

Automatic cleanups

File size: 2.4 KB
RevLine 
[10644]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[11013]6ileiden : True
[10881]7latitude : "52.14282"
[10644]8location : "RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk"
[10881]9longitude : "4.51566"
[10644]10masterip : "172.17.22.1"
[11325]11monitoring_group: "wleiden"
[10644]12nodename : "Meerburg"
13nodetype : "Hybrid"
14rdnap_x : "095341"
15rdnap_y : 461984
16release : "9.0-RELEASE"
[10701]17service_accesspoint: True
[11554]18service_concentrator: False
[10881]19service_incoming_rdr: False
[10644]20service_proxy_ileiden: True
21service_proxy_normal: True
[10673]22status : "up"
[10644]23
24
25iface_ath0:
[10884]26 comment : "Ap binnen RKVV Meerburg"
[10644]27 ip : "172.17.22.1/26"
28 sdesc : "apbinnen"
[10703]29 mode : "ap"
[11737]30 type : "11g"
[11738]31 channel : 6
[10644]32 ssid : "ap-WirelessLeiden-Binnen"
33 dhcp : "10-60"
34 status : "up"
35
36
[10666]37iface_ue0:
[10644]38 comment : "Link naar JVC"
39 ip : "172.16.4.244/29"
40 sdesc : "2jvc"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
[11637]44 channel : "60"
[11416]45 ssid : "il-o.jvc.wleiden.net"
[10644]46 dhcp : False
[10729]47 compass : "w"
[10644]48 ns_ip : "172.16.4.243/29"
[11732]49 ns_mac : "00:27:22:8a:3d:57"
[11731]50 bridge_type: "NanoStation M5"
[10644]51 status : "up"
52
53
[10666]54iface_ue1:
[12415]55 comment : "Link naar Meerburgkerk"
[10644]56 ip : "172.16.5.81/29"
[12415]57 sdesc : "2meerburgkerk"
[10644]58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
[11637]61 channel : "116"
[10644]62 ssid : "il-no.meerburg.wleiden.net"
63 dhcp : False
[12474]64 compass : "no"
[10644]65 ns_ip : "172.16.5.82/29"
[11733]66 ns_mac : "00:27:22:8a:3b:2c"
[11731]67 bridge_type: "NanoStation M5"
[12415]68 status : "up"
[10644]69
70
[10701]71iface_vr0:
72 comment : "Ethernet naar lokaal internet"
73 ip : "0.0.0.0/30"
74 sdesc : "2internet"
75 type : "eth"
[10887]76 dhcp : "client"
[10701]77 status : "up"
78
79
80iface_vr1:
81 comment : "Ethernet naar aps-switch"
82 ip : "172.17.27.1/24"
83 sdesc : "2aps"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 ssid : "ap-WirelessLeiden-Meerburg"
87 dhcp : "10-254"
88 status : "up"
89
90
91iface_vr2:
[11561]92 comment : "Link naar Roomburgh1"
[10701]93 ip : "172.16.5.73/29"
[11561]94 sdesc : "2roomburgh1"
95 mode : "ap-wds"
[10701]96 type : "eth"
97 extra_type : "eth2wifibridge"
[11637]98 channel : "128"
[10701]99 ssid : "il-nw.meerburg.wleiden.net"
100 dhcp : False
[11627]101 compass : "n"
[10701]102 ns_ip : "172.16.5.74/29"
[11732]103 ns_mac : "00:27:22:10:fd:ea"
[11731]104 bridge_type: "NanoStation M5"
[11561]105 status : "up"
[10701]106
107
Note: See TracBrowser for help on using the repository browser.