source: genesis/nodes/CNodeRV/wleiden.yaml@ 10891

Last change on this file since 10891 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.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15001"
8location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
9longitude : "4.47320"
10masterip : "172.20.128.1"
11nodename : "RV"
12nodetype : "CNode"
13rdnap_x : 92445
14rdnap_y : 462819
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP voor de buurt"
21 ip : "172.20.128.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "7"
26 ssid : "ap-WirelessLeiden-Rijnvliet"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "B-link naar ajsoft1"
33 ip : "172.16.4.65/29"
34 sdesc : "b2ajsoft"
35 mode : "ap-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "4"
39 ssid : "il-zw.rv.wleiden.net"
40 dhcp : False
41 compass : "zw"
42 ns_ip : "172.16.4.66/29"
43 ns_mac : "00:15:6d:e9:f9:b0"
44 status : "down"
45
46
47iface_vr0:
48 comment : "Ethernet naar proxy3"
49 ip : "172.20.128.97/29"
50 sdesc : "2proxy3"
51 type : "eth"
52 dhcp : False
53 status : "up"
54
55
56iface_vr1:
57 comment : "Link naar IMI"
58 ip : "172.16.5.241/29"
59 sdesc : "2imi"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "60"
64 ssid : "il-no.rv.wleiden.net"
65 dhcp : False
66 compass : "no"
67 ns_ip : "172.16.5.242/29"
68 ns_mac : "00:15:6d:ed:82:7c"
69 status : "up"
70
71
72iface_vr2:
73 comment : "A-link naar AJSoft2"
74 ip : "172.16.6.20/29"
75 sdesc : "a2ajsoft"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : ""
80 ssid : "il-o.ajsoft2.wleiden.net"
81 dhcp : False
82 compass : "zw"
83 ns_ip : "172.16.6.19/29"
84 ns_mac : "00:15:6d:ec:82:40"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.