source: genesis/nodes/HybridJAR/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.8 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[11519]6latitude : "52.11745"
[11390]7location : "Zwembad Haasbroek, Nieuweweg 4, 2381 NW,Zoeterwoude "
[11519]8longitude : "4.50214"
[11390]9masterip : "172.17.56.1"
[11325]10monitoring_group: "wzoeterwoude"
[11390]11nodename : "JAR"
[10822]12nodetype : "Hybrid"
[11390]13rdnap_x : 94381
14rdnap_y : 459173
[10822]15release : "9.0-RELEASE"
16service_accesspoint: True
[11554]17service_concentrator: False
[10881]18service_incoming_rdr: False
[10822]19service_proxy_ileiden: False
[11390]20service_proxy_normal: False
[10116]21status : "up"
[10059]22
23
24iface_ath0:
[11390]25 comment : "Omni voor rustplaats"
26 ip : "172.17.56.1/24"
[10116]27 sdesc : "2buurt"
[10703]28 mode : "ap"
[11737]29 type : "11g"
[10116]30 channel : "10"
[11391]31 ssid : "ap-ZTW-JAR-Plein"
[11390]32 dhcp : "10-250"
[10116]33 status : "up"
[10059]34
35
[11390]36iface_vr0:
37 comment : "Nanostation gericht op het veld"
38 ip : "172.17.57.1/24"
39 sdesc : "2noord"
40 mode : "ap-wds"
41 type : "eth"
42 ssid : "ap-ZTW-JAR-Veld"
43 dhcp : "10-250"
44 ns_ip : "172.17.57.2/24"
[11732]45 ns_mac : "00:27:22:e2:53:e3"
[11731]46 bridge_type: "NanoStation M2"
[11390]47 status : "up"
48
49
50iface_vr1:
[11391]51 comment : "Link naar Zwet"
[11392]52 ip : "172.16.4.52/29"
[11391]53 sdesc : "2zwet"
[10116]54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
[11391]57 ssid : "il-z.zwet.wleiden.net"
[10454]58 dhcp : False
[11519]59 compass : "nw"
[11392]60 ns_ip : "172.16.4.51/29"
[11391]61 ns_mac : "00:27:22:10:f5:b9"
[11731]62 bridge_type: "NanoStation M5"
[10116]63 status : "up"
64
65
[11390]66iface_vr2:
[11391]67 comment : "Link naar ROC2"
68 ip : "172.16.5.52/29"
69 sdesc : "2roc2"
[10116]70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
[11391]73 ssid : "il-z.roc2.wleiden.net"
[10454]74 dhcp : False
[10729]75 compass : "n"
[11391]76 ns_ip : "172.16.5.51/29"
77 ns_mac : "00:27:22:8a:3b:c6"
[11731]78 bridge_type: "NanoStation M5"
[10116]79 status : "up"
[11391]80
81
Note: See TracBrowser for help on using the repository browser.