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

Last change on this file since 13354 was 13354, checked in by huub, 9 years ago

gateway statement toegevoegd aan yaml

File size: 2.9 KB
RevLine 
[10644]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13354]6gateway : "192.168.1.1"
[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
[13342]34 ssid : "WiFi-Leiden"
[10644]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"
[13342]88 ssid : "WiFi-Leiden"
89 channel : "1"
90 mode : "ap"
[10701]91 dhcp : "10-254"
[13342]92 compass : "n"
93 ns_ip : "172.17.27.2/24"
94 ns_mac : "00:27:22:16:77:77"
95 bridge_type: "NanoStation2"
[10701]96 status : "up"
97
[13343]98iface_vr1_extra0:
99 comment : "AP zuid via switch"
100 channel : "1"
101 ssid : "WiFi-Leiden"
102 type : "eth"
103 compass : "z"
104 ip : "172.17.27.3/24"
105 ns_mac : "00:15:6d:30:d2:b6"
106 bridge_type: "NanoStation2"
107 status : "up"
[10701]108
109iface_vr2:
[11561]110 comment : "Link naar Roomburgh1"
[10701]111 ip : "172.16.5.73/29"
[11561]112 sdesc : "2roomburgh1"
113 mode : "ap-wds"
[10701]114 type : "eth"
115 extra_type : "eth2wifibridge"
[11637]116 channel : "128"
[10701]117 ssid : "il-nw.meerburg.wleiden.net"
118 dhcp : False
[11627]119 compass : "n"
[10701]120 ns_ip : "172.16.5.74/29"
[11732]121 ns_mac : "00:27:22:10:fd:ea"
[11731]122 bridge_type: "NanoStation M5"
[11561]123 status : "up"
[10701]124
Note: See TracBrowser for help on using the repository browser.