source: genesis/nodes/HybridRick/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"
[10116]6ileiden : False
[10881]7latitude : "52.13999"
[10116]8location : "Rick van der Zwet, Brahmslaan 40, 2324 AN, Leiden"
[10881]9longitude : "4.47100"
[10116]10masterip : "172.20.145.1"
[11325]11monitoring_group: "wleiden"
[10116]12nodename : "Rick"
[10459]13nodetype : "Hybrid"
[10059]14rdnap_x : 92280
15rdnap_y : 461707
[10116]16release : "9.0-RELEASE"
[10701]17service_accesspoint: True
[11554]18service_concentrator: False
[10881]19service_incoming_rdr: False
[10701]20service_proxy_ileiden: False
21service_proxy_normal: False
[10116]22status : "up"
[10059]23
24
25iface_ath0:
[10688]26 comment : "Wireless for neighboorhood"
[10116]27 ip : "172.20.145.1/26"
28 sdesc : "binnen"
[10703]29 mode : "ap"
[11737]30 type : "11g"
[10116]31 channel : "1"
[10156]32 ssid : "ap-WirelessLeiden-Rick"
[10116]33 dhcp : "10-60"
34 status : "up"
[10059]35
[10701]36
37iface_ue0:
38 comment : "Lokaal Dev Netwerk"
39 ip : "172.17.37.1/24"
40 sdesc : "2dev"
41 mode : "ap-wds"
42 type : "eth"
43 dhcp : "10-20"
44 status : "up"
45
46
[10059]47iface_vr0:
[10875]48 comment : "Link naar RickRing"
49 ip : "172.16.6.113/28"
50 sdesc : "2ring"
[10116]51 type : "eth"
[10459]52 dhcp : False
[10116]53 status : "up"
[10059]54
[10701]55
[10685]56iface_vr1:
[10688]57 comment : "Access Point West"
[10685]58 ip : "172.20.145.65/26"
[10688]59 sdesc : "west"
[10685]60 mode : "ap-wds"
61 type : "eth"
[10688]62 ssid : "ap-WirelessLeiden-Rick-West"
[10685]63 dhcp : "70-120"
64 ns_ip : "172.20.145.66/26"
65 ns_mac : "00:15:6d:30:d2:d1"
[10892]66 bridge_type: "NanoStation2"
[10685]67 status : "up"
[10116]68
[10701]69
[10685]70iface_vr2:
[10116]71 comment : "Link naar Haagwijk"
72 ip : "172.16.4.148/29"
73 sdesc : "2haagwijk"
74 mode : "station-wds"
75 type : "eth"
76 ssid : "il-zw.haagwijk.wleiden.net"
[10454]77 dhcp : False
[10729]78 compass : "no"
[10116]79 ns_ip : "172.16.4.147/29"
80 ns_mac : "00:15:6d:bd:68:99"
[10892]81 bridge_type: "NanoStation5"
[10116]82 status : "up"
[10059]83
[10116]84
Note: See TracBrowser for help on using the repository browser.