source: genesis/nodes/CNodeWBRotary/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.5 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.63817"
8location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
9longitude : "52.16707"
10masterip : "172.25.52.1"
11nodename : "WBRotary"
12nodetype : "CNode"
13rdnap_x : 103755
14rdnap_y : 464588
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap voor de buurt"
21 interface : "ath0"
22 ip : "172.25.52.1/26"
23 desc : "ap voor de buurt"
24 sdesc : "apnz"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-woubrugge-rotarynz"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "link naar Alphen HW Fortis"
36 interface : "ue0"
37 ip : "172.16.18.25/29"
38 desc : "Link naar Alphen"
39 sdesc : "2hwfortis"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "44"
44 ssid : "il-zo.wbrotary.wleiden.net"
45 dhcp : "no"
46 compass : "se"
47 ns_ip : "172.16.18.26/29"
48 ns_mac : "00:15:6d:8e:dc:be"
49 status : "down"
50
51
52iface_vr0:
53 comment : "link naar Graficall"
54 interface : "vr0"
55 ip : "172.16.18.41/29"
56 desc : "Link naar Graficall, Leiderdorp"
57 sdesc : "2graficall"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "36"
62 ssid : "il-w.wbrotary.wleiden.net"
63 dhcp : "no"
64 bridge_type: "Bullet M5"
65 compass : "w"
66 ns_ip : "172.16.18.42/29"
67 ns_mac : "00:27:22:10:34:c6"
68 status : "up"
69
70
71iface_vr1:
72 comment : "link naar proxy18"
73 interface : "vr1"
74 ip : "172.16.18.33/29"
75 desc : "Link naar Henk"
76 sdesc : "2proxy18"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "108"
81 ssid : "il-n.wbrotary.wleiden.net"
82 dhcp : "no"
83 bridge_type: "Bullet M5"
84 compass : "n"
85 ns_ip : "172.16.18.34/29"
86 ns_mac : "00:15:6d:8e:dd:81"
87 status : "up"
88
89
90iface_vr2:
91 comment : "ap voor de buurt"
92 interface : "vr2"
93 ip : "172.25.56.1/26"
94 desc : "ap voor de buurt"
95 sdesc : "apwo"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "3"
100 ssid : "ap-woubrugge-rotarywo"
101 dhcp : "10-60"
102 compass : "None"
103 ns_ip : "172.25.56.2"
104 ns_mac : "00:15:6d:30:2a:5d"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.