source: genesis/nodes/HybridLangevoort/wleiden.yaml@ 11737

Last change on this file since 11737 was 11737, checked in by rick, 12 years ago

Upgrading all wireless protocols, as 802.11g has far better collicion control
than 802.11b. It also plays nicer with 802.11n and is the de-facto WiFi
standard in use at 2.4Ghz band.

File size: 2.1 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10993]6gateway : "192.168.1.69"
[11013]7ileiden : True
[10881]8latitude : "52.18620"
[10993]9location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
[10881]10longitude : "4.47699"
[10116]11masterip : "172.23.25.1"
[11325]12monitoring_group: "wleiden"
[10116]13nodename : "Langevoort"
[10993]14nodetype : "Hybrid"
[10059]15rdnap_x : 92755
16rdnap_y : 466842
[10993]17release : "9.0-RELEASE"
18service_accesspoint: True
[11554]19service_concentrator: False
[10993]20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
[10116]23status : "up"
24
25
[10059]26iface_ath0:
[10885]27 comment : "Omni voor de buurt"
[10993]28 ip : "172.23.25.1/24"
[10116]29 sdesc : "omni"
[10703]30 mode : "ap"
[11737]31 type : "11g"
[11623]32 channel : "6"
[10156]33 ssid : "ap-WirelessLeiden-Langevoort"
[10993]34 dhcp : "10-250"
[10116]35 status : "up"
[10059]36
[11731]37
[11672]38iface_ue0:
[11673]39 comment : "Extra AP2"
[11672]40 ip : "172.17.41.1/24"
41 sdesc : "ap2"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "11"
46 ssid : "ap-WirelessLeiden-Langevoort2"
47 dhcp : "10-240"
48 ns_ip : "172.17.41.2/24"
[11733]49 ns_mac : "00:15:6d:d4:f8:36"
[11672]50 bridge_type: "Bullet2"
51 status : "up"
[10059]52
[11731]53
[10059]54iface_vr0:
[10993]55 comment : "External Link"
56 ip : "192.168.1.70/24"
57 sdesc : "2external"
[10116]58 type : "eth"
[10993]59 dhcp : "client"
[10116]60 status : "up"
[10059]61
[10116]62
[10059]63iface_vr1:
[11732]64 comment : "A-Link naar Lijtweg1"
[11728]65 ip : "172.16.6.244/29"
[11672]66 sdesc : "2lijtweg1"
[10116]67 mode : "station-wds"
68 type : "eth"
[10930]69 extra_type : "eth2wifibridge"
[11672]70 channel : "108"
71 ssid : "il-n.lijtweg1.wleiden.net"
72 dhcp : False
[11732]73 compass : "w"
[11728]74 ns_ip : "172.16.6.243/29"
[11732]75 ns_mac : "dc:9f:db:2a:28:b6"
[11672]76 bridge_type: "NanostationM5"
[10116]77 status : "up"
[10059]78
[10116]79
80iface_vr2:
[11673]81 comment : "Extra AP3"
82 ip : "172.17.70.1/24"
83 sdesc : "ap3"
84 mode : "ap"
[10116]85 type : "eth"
[10993]86 extra_type : "eth2wifibridge"
[11673]87 channel : "1"
88 ssid : "ap-WirelessLeiden-Langevoort3"
89 dhcp : "10-240"
[10729]90 compass : "w"
[10993]91 ns_ip : "172.16.6.3/29"
[10116]92 ns_mac : "00:15:6d:e9:f9:bd"
[11051]93 bridge_type: "Bullet2"
[10116]94 status : "up"
95
[11051]96
Note: See TracBrowser for help on using the repository browser.