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

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

Doe een import van de bridge unit dmv een scan.

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 bridge_type: "NanoStation5"
70 status : "up"
71
72
73iface_vr2:
74 comment : "A-link naar AJSoft2"
75 ip : "172.16.6.20/29"
76 sdesc : "a2ajsoft"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : ""
81 ssid : "il-o.ajsoft2.wleiden.net"
82 dhcp : False
83 compass : "zw"
84 ns_ip : "172.16.6.19/29"
85 ns_mac : "00:15:6d:ec:82:40"
86 bridge_type: "NanoStation5"
87 status : "up"
88
89
Note: See TracBrowser for help on using the repository browser.