source: genesis/nodes/CNodePPFortis/wleiden.yaml@ 11281

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

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