source: genesis/nodes/CNodeBDboon/wleiden.yaml@ 10633

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

Boolean values should be real boolean values.

File size: 1.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.21318"
8location : "Van der Boon, Bilderdam 16, 2451 CW, Bilderdam"
9longitude : "4.72301"
10masterip : "172.25.41.1"
11nodename : "BDboon"
12nodetype : "CNode"
13rdnap_x : 109606
14rdnap_y : 469662
15release : "5.0-RELEASE"
16status : "up"
17
18
19iface_sis0:
20 comment : "eth"
21 interface : "sis0"
22 ip : "172.25.41.65/29"
23 desc : "Ethernet naar boon"
24 sdesc : "eth"
25 type : "eth"
26 dhcp : False
27 compass : "None"
28 status : "up"
29
30
31iface_wi0:
32 comment : "OMNI"
33 interface : "wi0"
34 ip : "172.25.41.1/26"
35 desc : "AP voor de buurt"
36 sdesc : "ap-omni"
37 mode : "ap-wds"
38 type : "11b"
39 channel : "1"
40 ssid : "ap.bdboon.wleiden.net"
41 dhcp : "10-60"
42 compass : "None"
43 status : "up"
44
45
46iface_wi1:
47 comment : "link naar kempers"
48 interface : "wi1"
49 ip : "172.16.1.214/30"
50 desc : "Link naar Kempers"
51 sdesc : "2LMkempers2"
52 mode : "station-wds"
53 type : "11b"
54 channel : "13"
55 ssid : "il-zo.kmprs.wleiden.net"
56 dhcp : False
57 compass : "se"
58 status : "up"
59
60
61iface_wi2:
62 comment : "link naar RWGemhuis"
63 interface : "wi2"
64 ip : "172.16.16.13/30"
65 desc : "Link naar RWGemhuis"
66 sdesc : "2RWGEmhuis"
67 mode : "ap-wds"
68 type : "11b"
69 channel : "8"
70 ssid : "il-zw.bdboon.wleiden.net"
71 dhcp : False
72 compass : "sw"
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.