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

Last change on this file since 13279 was 12637, checked in by huub, 11 years ago

enkele config foutjes gecorrigeerd

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