source: genesis/nodes/CNodeOBLc/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: 999 bytes
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.15845"
8location : "Centrale Bibliotheek, Nieuwstraat 4, 2312 KB, Leiden"
9longitude : "4.49348"
10masterip : "172.17.153.1"
11monitoring_group: "wleiden"
12nodename : "OBLc"
13nodetype : "CNode"
14rdnap_x : 93844
15rdnap_y : 463741
16release : "5.0-RELEASE"
17status : "down"
18
19
20iface_ep0:
21 comment : "AP voor bieb"
22 ip : "172.17.153.1/24"
23 sdesc : "apples"
24 type : "eth"
25 dhcp : "10-250"
26 status : "up"
27
28
29iface_wi0:
30 comment : "Link naar CeTIM3"
31 ip : "172.16.0.162/30"
32 sdesc : "2cetim3"
33 mode : "ap"
34 type : "11g"
35 channel : "9"
36 ssid : "il-nw.cetim3.wleiden.net"
37 dhcp : False
38 compass : "nw"
39 status : "up"
40
41
42iface_xl0:
43 comment : "Ethernet naar OBL"
44 ip : "172.17.152.65/27"
45 sdesc : "eth"
46 type : "eth"
47 dhcp : False
48 status : "up"
49
50
Note: See TracBrowser for help on using the repository browser.