source: genesis/nodes/CNodeLvLz/wleiden.yaml@ 10454

Last change on this file since 10454 was 10454, checked in by rick, 13 years ago

Boolean values should be real boolean values.

File size: 1.2 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"
11nodename : "LvLz"
12nodetype : "CNode"
13rdnap_x : 93469
14rdnap_y : 463350
15release : "6.0-RELEASE"
16status : "up"
17
18
19iface_ep0:
20 comment : "eth"
21 interface : "ep0"
22 ip : "172.17.40.65/29"
23 desc : "Ethernet naar School"
24 sdesc : "eth"
25 type : "eth"
26 dhcp : False
27 compass : "None"
28 status : "up"
29
30
31iface_wi0:
32 interface : "wi0"
33 ip : "172.16.0.38/30"
34 desc : "Link naar IMI"
35 sdesc : "2imi"
36 mode : "station-wds"
37 type : "11b"
38 channel : "11"
39 ssid : "il-no.imi.wleiden.net"
40 dhcp : False
41 compass : "ne"
42 status : "up"
43
44
45iface_wi1:
46 interface : "wi1"
47 ip : "172.16.0.78/30"
48 desc : "Link naar Hooglandse Kerk"
49 sdesc : "2cetim2"
50 mode : "station-wds"
51 type : "11b"
52 channel : "1"
53 ssid : "il-zw.cetim2.wleiden.net"
54 dhcp : False
55 compass : "sw"
56 status : "up"
57
58
Note: See TracBrowser for help on using the repository browser.