source: genesis/nodes/CNodeSHFortis/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.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6latitude : "4.65918"
7location : "Stadhuisplein 1, 2405 SH, Alphen aan den Rijn"
8longitude : "52.12956"
9masterip : "172.28.136.1"
10nodename : "SHFortis"
11nodetype : "CNode"
12rdnap_x : 105150
13rdnap_y : 460400
14release : "5.0-RELEASE"
15status : "up"
16
17
18iface_sis0:
19 comment : "eth"
20 interface : "sis0"
21 ip : "172.28.136.65/29"
22 desc : "2vloer"
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.28.136.1/26"
34 desc : "omni voor de buurt"
35 sdesc : "ap-omni"
36 mode : "ap-wds"
37 type : "11b"
38 channel : "8"
39 ssid : "ap-omni.shfortis.walphen.net"
40 dhcp : "10-60"
41 compass : "omni"
42 height : "16"
43 status : "up"
44
45
46iface_wi1:
47 comment : "link naar Koster"
48 interface : "wi1"
49 ip : "172.28.1.130/30"
50 desc : "Link naar Koster"
51 sdesc : "2Koster"
52 mode : "ap-wds"
53 type : "11b"
54 channel : "11"
55 ssid : "il-w.shfortis.walphen.net"
56 dhcp : "no"
57 compass : "w"
58 status : "up"
59
60
61iface_wi2:
62 comment : "link naar PPFortis"
63 interface : "wi2"
64 ip : "172.28.1.138/30"
65 desc : "Link naar PPFortis"
66 sdesc : "2PPFortis"
67 mode : "ap-wds"
68 type : "11b"
69 channel : "3"
70 ssid : "il-o.shfortis.walphen.net"
71 dhcp : "no"
72 compass : "e"
73 status : "up"
74
75
Note: See TracBrowser for help on using the repository browser.