source: genesis/nodes/HybridWatertoren2/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"
[10779]6gateway : "92.66.227.161"
[10116]7ileiden : True
[10881]8latitude : "52.25493"
[11059]9location : "Watertoren, Kudelstaartseweg 16,1431 GA, Aalsmeer"
[10881]10longitude : "4.75742"
[10116]11masterip : "172.17.9.1"
[11325]12monitoring_group: "wleiden"
[10116]13nodename : "Watertoren2"
[10740]14nodetype : "Hybrid"
[10059]15rdnap_x : 111998
16rdnap_y : 474286
[10801]17rdr_host : "92.66.227.163"
18rdr_rules :
[10815]19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
[10740]23release : "9.0-RELEASE"
24remote_access: "92.66.227.163:22"
25service_accesspoint: True
[11554]26service_concentrator: False
[10881]27service_incoming_rdr: True
[10740]28service_proxy_ileiden: True
29service_proxy_normal: True
[10779]30status : "up"
[10116]31
32
[10059]33iface_ath0:
[11712]34 comment : "OMNI voor Wifi op de westeinder (Mast3:Pos2)"
[10116]35 ip : "172.17.9.1/26"
36 sdesc : "ap-omni"
[10703]37 mode : "ap"
[11737]38 type : "11g"
[11720]39 channel : "6"
[10116]40 ssid : "ap-westeinder-watertoren2"
41 dhcp : "20-60"
42 status : "up"
[10059]43
44
45iface_vr0:
[10884]46 comment : "Ethernet/ Switchport: 3"
[10116]47 ip : "172.25.90.67/29"
48 sdesc : "uplink"
49 type : "eth"
[10454]50 dhcp : False
[10116]51 status : "up"
[10059]52
[10779]53
[10739]54iface_vr0_alias0:
[10888]55 comment : "Uplink"
[10739]56 ip : "92.66.227.163/29"
57 sdesc : "uplink"
58 type : "eth"
59 dhcp : False
60 status : "up"
[10116]61
[10779]62
[10059]63iface_vr1:
[11712]64 comment : "Nanostation naar Amsterdam (Mast1:Pos2)"
[10116]65 ip : "172.16.16.89/29"
[11712]66 sdesc : "2ams"
67 mode : "ap-wds"
[10116]68 type : "eth"
[11712]69 channel : "44"
[10116]70 ssid : "il-nw.watertoren2.wleiden.net"
[10454]71 dhcp : False
[10116]72 compass : "nw"
73 ns_ip : "172.16.16.90/29"
[11732]74 ns_mac : "dc:9f:db:2a:1d:17"
[11731]75 bridge_type: "NanoStation M5"
[10116]76 status : "down"
[10059]77
[10116]78
79iface_vr2:
[10884]80 comment : "Webcams ips 41 t/m 44 PC 37 NS Aalsmeer 35"
[10116]81 ip : "172.17.0.33/28"
82 sdesc : "2webcams"
[11712]83 mode : "ap-wds"
[10116]84 type : "eth"
[11712]85 channel : "52"
[10116]86 ssid : "il-n.watertoren2.wleiden.net"
[10454]87 dhcp : False
[10116]88 compass : "n"
89 ns_ip : "172.17.0.34/28"
90 ns_mac : "00:15:6d:70:4e:7f"
[11051]91 bridge_type: "NanoStation5"
[10116]92 status : "up"
93
94
Note: See TracBrowser for help on using the repository browser.