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

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.47320"
8location : "Zorgcentrum Rijn en Vliet, Aaltje Noordewierlaan1, 2324 KP, Leiden"
9longitude : "52.15001"
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"
21 interface : "ath0"
22 ip : "172.20.128.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "7"
28 ssid : "ap-wirelessleiden-rijnvliet"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "b-link naar ajsoft1"
36 interface : "ue0"
37 ip : "172.16.4.65/29"
38 desc : "b-Link naar ajsoft1"
39 sdesc : "b2ajsoft"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "4"
44 ssid : "il-zw.rv.wleiden.net"
45 dhcp : "no"
46 bridge_type: "Bullet2"
47 compass : "sw"
48 ns_ip : "172.16.4.66/29"
49 ns_mac : "00:15:6d:e9:f9:b0"
50 status : "down"
51
52
53iface_vr0:
54 comment : "Ethernet naar proxy3"
55 interface : "vr0"
56 ip : "172.20.128.97/29"
57 desc : "Ethernet naar proxy3"
58 sdesc : "2proxy3"
59 type : "eth"
60 dhcp : "no"
61 compass : "None"
62 status : "up"
63
64
65iface_vr1:
66 comment : "link naar IMI"
67 interface : "vr1"
68 ip : "172.16.5.241/29"
69 desc : "Link naar IMI"
70 sdesc : "2imi"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "60"
75 ssid : "il-no.rv.wleiden.net"
76 dhcp : "no"
77 bridge_type: "NanoStation5"
78 compass : "ne"
79 ns_ip : "172.16.5.242/29"
80 ns_mac : "00:15:6d:ed:82:7c"
81 status : "up"
82
83
84iface_vr2:
85 comment : "a-link naar AJSoft2"
86 interface : "vr2"
87 ip : "172.16.6.20/29"
88 desc : "a-Link naar AJSoft"
89 sdesc : "a2ajsoft"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : ""
94 ssid : "il-o.ajsoft2.wleiden.net"
95 dhcp : "no"
96 bridge_type: "NanoStation5"
97 compass : "e"
98 ns_ip : "172.16.6.19/29"
99 ns_mac : "00:15:6d:ec:82:40"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.