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

Last change on this file since 12423 was 11738, checked in by rick, 12 years ago

Allign at channels to match the 801.11g recommendations.

File size: 1.6 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"
12monitoring_group: "walphen"
13nodename : "PPFortis"
14nodetype : "CNode"
15rdnap_x : 104920
16rdnap_y : 458730
17release : "5.0-RELEASE"
18status : "down"
19
20
21iface_sis0:
22 comment : "Ethernet IPs 65 - 70 /248"
23 ip : "172.28.138.65/29"
24 sdesc : "eth"
25 type : "eth"
26 dhcp : False
27 status : "up"
28
29
30iface_sis1:
31 comment : "Ethernet naar onbekend"
32 ip : "172.28.138.73/29"
33 sdesc : "eth"
34 type : "eth"
35 dhcp : False
36 status : "up"
37
38
39iface_wi0:
40 comment : "Omni voor de buurt"
41 ip : "172.28.138.1/26"
42 sdesc : "ap-omni"
43 mode : "ap"
44 type : "11g"
45 channel : 1
46 ssid : "ap-omni.ppfortis.walphen.net"
47 dhcp : "10-60"
48 compass : "omni"
49 status : "up"
50
51
52iface_wi1:
53 comment : "Planned interlink Richting Leiden"
54 ip : "172.16.28.1/30"
55 sdesc : "2Leiden"
56 mode : "ap"
57 type : "11g"
58 channel : 6
59 ssid : "il-w.ppfortis.walphen.net"
60 dhcp : False
61 compass : "w"
62 status : "up"
63
64
65iface_wi2:
66 comment : "Interlink naar Stadhuis"
67 ip : "172.28.1.137/30"
68 sdesc : "2SHFortis"
69 mode : "ap"
70 type : "11g"
71 channel : 11
72 ssid : "il-o.shfortis.walphen.net"
73 dhcp : False
74 compass : "e"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.