source: genesis/nodes/CNodeLorentzhof/wleiden.yaml@ 10370

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

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6latitude : "4.49629"
7location : "Zorgcentrum Lorentzhof, Lorentzhof 1, 2313 GA, Leiden"
8longitude : "52.15208"
9masterip : "172.18.64.1"
10nodename : "Lorentzhof"
11nodetype : "CNode"
12rdnap_x : 94028
13rdnap_y : 463030
14release : "5.0-RELEASE"
15status : "up"
16
17
18iface_sis0:
19 comment : "Ethernet"
20 interface : "sis0"
21 ip : "172.18.64.65/28"
22 desc : "Ethernet naar Lorentzhof"
23 sdesc : "eth"
24 type : "eth"
25 dhcp : "no"
26 compass : "None"
27 status : "up"
28
29
30iface_wi0:
31 comment : "omni"
32 interface : "wi0"
33 ip : "172.18.64.1/26"
34 desc : "omni 8Dbi"
35 sdesc : "no"
36 mode : "ap-wds"
37 type : "11b"
38 channel : "8"
39 ssid : "ap-omni.lorentzhof.wleiden.net"
40 dhcp : "10-60"
41 compass : "omni"
42 status : "up"
43
44
45iface_wi1:
46 interface : "wi1"
47 ip : "172.16.1.10/30"
48 desc : "Link naar Roomburgh2"
49 sdesc : "2roomburgh2"
50 mode : "station-wds"
51 type : "11b"
52 ssid : "il-zw.roomburgh2.wleiden.net"
53 dhcp : "no"
54 channel 2 : ""
55 compass : "sw"
56 height : "13"
57 status : "up"
58
59
60iface_wi2:
61 comment : "Link naar Plantsoen"
62 interface : "wi2"
63 ip : "172.16.1.225/30"
64 desc : "Link naar Plantsoen"
65 sdesc : "2plantsoen"
66 mode : "ap-wds"
67 type : "11b"
68 channel : "4"
69 ssid : "il-n.lorentzhof.wleiden.net"
70 dhcp : "no"
71 compass : "n"
72 height : "13"
73 status : "up"
74
75
76iface_wi3:
77 comment : "Link Haagwijk"
78 interface : "wi3"
79 ip : "172.16.1.229/30"
80 desc : "Link naar Haagwijk"
81 sdesc : "2haagwijk"
82 mode : "station-wds"
83 type : "11b"
84 channel : "1"
85 ssid : "il-o.haagwijk.wleiden.net"
86 dhcp : "no"
87 compass : "e"
88 height : "13"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.