source: genesis/nodes/HybridRick2/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: 1.5 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10116]6ileiden : False
[10881]7latitude : "52.13999"
[10116]8location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
[10881]9longitude : "4.47100"
[10688]10masterip : "172.17.34.1"
[11325]11monitoring_group: "wleiden"
[10688]12nodename : "Rick2"
[10459]13nodetype : "Hybrid"
[10059]14rdnap_x : 92280
15rdnap_y : 461707
[10729]16rdr_host : "riff.vanderzwet.net"
[10714]17rdr_rules :
[10715]18- ['tcp', 9080, '172.17.0.41', 80]
[10803]19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
[10715]21- ['tcp', 9083, '172.17.0.44', 80]
[10859]22- ['tcp', 9089, '172.17.37.10', 554]
[10729]23release : "9.0-RELEASE"
[10714]24remote_access: "riff.vanderzwet.net:2022"
[10729]25service_accesspoint: True
[11556]26service_concentrator: True
[10881]27service_incoming_rdr: True
[10729]28service_proxy_ileiden: True
29service_proxy_normal: True
30status : "up"
[11053]31wl_release: 11047
[10059]32
33
34iface_ath0:
[10116]35 comment : "Internal Wireless"
[10769]36 ip : "172.17.34.1/26"
[10116]37 sdesc : "binnen"
[10703]38 mode : "ap"
[11737]39 type : "11g"
[10116]40 channel : "1"
[10688]41 ssid : "ap-WirelessLeiden-Rick2"
[10116]42 dhcp : "10-60"
43 status : "up"
[10059]44
45
46iface_vr0:
[10885]47 comment : "External Link"
[10452]48 ip : "0.0.0.0/30"
49 sdesc : "2external"
[10116]50 type : "eth"
[10887]51 dhcp : "client"
[10116]52 status : "up"
[10059]53
[10688]54
[10685]55iface_vr1:
[10875]56 comment : "Link naar RickRing"
57 ip : "172.16.6.114/28"
58 sdesc : "2ring"
[10685]59 type : "eth"
[10688]60 dhcp : False
[10685]61 status : "up"
[10116]62
[10688]63
[10685]64iface_vr2:
[10688]65 comment : "Lokaal Dev Netwerk"
66 ip : "172.17.36.1/24"
[10685]67 sdesc : "2dev"
[10116]68 type : "eth"
[10685]69 dhcp : "10-20"
[10116]70 status : "up"
71
[10701]72
Note: See TracBrowser for help on using the repository browser.