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