source: genesis/nodes/CNodeBurcht/wleiden.yaml@ 12310

Last change on this file since 12310 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.3 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10436]4board : "UNKNOWN"
[10059]5comment : "Range which spans the two ethernet nic's to the two AP's (sis0, sis1)"
[10116]6ileiden : False
[10881]7latitude : "52.15857"
[10116]8location : "Societeit de Burcht, Brugsteeg 14, 2312 JS, Leiden"
[10881]9longitude : "4.49274"
[10116]10masterip : "172.17.184.1"
[11325]11monitoring_group: "wleiden"
[10116]12nodename : "Burcht"
13nodetype : "CNode"
[10059]14rdnap_x : 93794
15rdnap_y : 463755
[10396]16release : "7.2-RELEASE"
[11409]17status : "down"
[10116]18
19
[10059]20iface_sis0:
[10883]21 comment : "Access Point 1 (tuinzaal)"
[10116]22 ip : "172.17.184.65/26"
23 sdesc : "aptuinzaal"
24 type : "eth"
25 dhcp : "67-126"
26 status : "up"
[10059]27
28
29iface_sis1:
[10883]30 comment : "Access Point 2 (kroeg)"
[10116]31 ip : "172.17.184.129/26"
32 sdesc : "apkroeg"
33 type : "eth"
34 dhcp : "131-190"
35 status : "up"
[10059]36
[10116]37
38iface_wi0:
[10883]39 comment : "Interlink naar Vosko"
[10116]40 ip : "172.16.0.146/30"
41 sdesc : "2vosko"
[10703]42 mode : "ap"
[11737]43 type : "11g"
[10116]44 ssid : "il-no.vosko.wleiden.net"
[10454]45 dhcp : False
[10116]46 compass : "ne"
47 status : "up"
48
49
[10059]50iface_wi1:
[10883]51 comment : "Interlink naar Cetim3"
[10116]52 ip : "172.16.0.106/30"
53 sdesc : "2cetim3"
[10703]54 mode : "ap"
[11737]55 type : "11g"
[10116]56 ssid : "il-nw.cetim3.wleiden.net"
[10454]57 dhcp : False
[10116]58 compass : "nw"
59 status : "up"
[10059]60
[10116]61
Note: See TracBrowser for help on using the repository browser.