source: genesis/nodes/CNodeLvLz/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.1 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10436]4board : "UNKNOWN"
[10059]5comment : "None"
[10116]6ileiden : False
[10881]7latitude : "52.15489"
[10116]8location : "Basisschool Lucas van Leyden, Vliet 20, 2311 RE, Leiden"
[10881]9longitude : "4.48807"
[10116]10masterip : "172.17.40.1"
[11325]11monitoring_group: "westeinder"
[10116]12nodename : "LvLz"
13nodetype : "CNode"
[10059]14rdnap_x : 93469
15rdnap_y : 463350
[10116]16release : "6.0-RELEASE"
[11664]17status : "down"
[10116]18
19
[10059]20iface_ep0:
[10885]21 comment : "Ethernet naar School"
[10116]22 ip : "172.17.40.65/29"
23 sdesc : "eth"
24 type : "eth"
[10454]25 dhcp : False
[10116]26 status : "up"
[10059]27
[10116]28
[10059]29iface_wi0:
[10883]30 comment : "Link naar IMI"
[10116]31 ip : "172.16.0.38/30"
32 sdesc : "2imi"
[10703]33 mode : "ap"
[11737]34 type : "11g"
[10116]35 channel : "11"
36 ssid : "il-no.imi.wleiden.net"
[10454]37 dhcp : False
[10116]38 compass : "ne"
39 status : "up"
[10059]40
[10116]41
[10059]42iface_wi1:
[10883]43 comment : "Link naar Hooglandse Kerk"
[10116]44 ip : "172.16.0.78/30"
45 sdesc : "2cetim2"
[10703]46 mode : "ap"
[11737]47 type : "11g"
[10116]48 channel : "1"
49 ssid : "il-zw.cetim2.wleiden.net"
[10454]50 dhcp : False
[10116]51 compass : "sw"
52 status : "up"
[10059]53
[10116]54
Note: See TracBrowser for help on using the repository browser.