source: genesis/nodes/CNodePPFortis/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.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "UNKNOWN"
5comment : "None"
6ileiden : False
7latitude : "52.11453"
8location : "PolderPeil, 2408 RD, Alphen aan den Rijn"
9longitude : "4.65606"
10masterip : "172.28.138.1"
11nodename : "PPFortis"
12nodetype : "CNode"
13rdnap_x : 104920
14rdnap_y : 458730
15release : "5.0-RELEASE"
16status : "up"
17
18
19iface_sis0:
20 comment : "Ethernet IPs 65 - 70 /248"
21 interface : "sis0"
22 ip : "172.28.138.65/29"
23 desc : "Naar_binnen"
24 sdesc : "eth"
25 type : "eth"
26 dhcp : False
27 compass : "None"
28 status : "up"
29
30
31iface_sis1:
32 interface : "sis1"
33 ip : "172.28.138.73/29"
34 desc : "Ethernet naar onbekend"
35 sdesc : "eth"
36 type : "eth"
37 dhcp : False
38 compass : "None"
39 status : "up"
40
41
42iface_wi0:
43 comment : "OMNI"
44 interface : "wi0"
45 ip : "172.28.138.1/26"
46 desc : "omni voor de buurt"
47 sdesc : "ap-omni"
48 mode : "ap-wds"
49 type : "11b"
50 channel : "8"
51 ssid : "ap-omni.ppfortis.walphen.net"
52 dhcp : "10-60"
53 compass : "omni"
54 height : "16"
55 status : "up"
56
57
58iface_wi1:
59 comment : "Planned interlink Richting Leiden"
60 interface : "wi1"
61 ip : "172.16.28.1/30"
62 desc : "Link_naar_Graphicall"
63 sdesc : "2Leiden"
64 mode : "ap-wds"
65 type : "11b"
66 channel : "5"
67 ssid : "il-w.ppfortis.walphen.net"
68 dhcp : False
69 compass : "w"
70 status : "up"
71
72
73iface_wi2:
74 comment : "interlink naar Stadhuis"
75 interface : "wi2"
76 ip : "172.28.1.137/30"
77 desc : "Link_naar_SHFortis"
78 sdesc : "2SHFortis"
79 mode : "station-wds"
80 type : "11b"
81 channel : "3"
82 ssid : "il-o.shfortis.walphen.net"
83 dhcp : False
84 compass : "e"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.