source: genesis/nodes/CNodeGraficall/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: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue1,ue0,ath0,vr2,vr0,vr1"
7latitude : "4.54125"
8location : "Zusterflat Ziekenhuis Rijnland, Simon Smitweg 1, 2353 GA, Leiderdorp"
9longitude : "52.15596"
10masterip : "172.24.16.1"
11nodename : "Graficall"
12nodetype : "CNode"
13rdnap_x : 97110
14rdnap_y : 463425
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "omni"
21 interface : "ath0"
22 ip : "172.24.16.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "1"
28 ssid : "ap-wirelessleiden-graficall"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "link naar WBRotary"
36 interface : "ue0"
37 ip : "172.16.18.44/29"
38 desc : "Link naar WBRotary"
39 sdesc : "2wbrotary"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-w.wbrotary.wleiden.net"
45 dhcp : "no"
46 bridge_type: "NanoStation M5"
47 compass : "w"
48 height : "17"
49 ns_ip : "172.16.18.43/29"
50 ns_mac : "00:27:22:10:f6:0b"
51 status : "up"
52
53
54iface_ue1:
55 comment : "b-link to Hoogmade via Bullet2"
56 interface : "ue1"
57 ip : "172.16.0.85/30"
58 desc : "Link naar HMKerk2"
59 sdesc : "2hmkerk2"
60 mode : "ap-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "5"
64 ssid : "il-n.graficall.wleiden.net"
65 dhcp : "no"
66 compass : "n"
67 height : "17"
68 status : "up"
69
70
71iface_ue1_alias0:
72 interface : "ue1:0"
73 ip : "172.16.3.141/30"
74 desc : "ethernet"
75 sdesc : "manageBullet"
76 type : "eth"
77 dhcp : "no"
78 compass : "None"
79 status : "down"
80
81
82iface_vr0:
83 comment : "a-link to Leythenrode via Nanostation5"
84 interface : "vr0"
85 ip : "172.16.5.148/29"
86 desc : "Ethernet to interlink northeast of Leythenrode"
87 sdesc : "2Leythenrode"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "52"
92 ssid : "il-no.leythenrode.wleiden.net"
93 dhcp : "no"
94 bridge_type: "NanoStation5"
95 compass : "ne"
96 ns_ip : "172.16.5.147/29"
97 ns_mac : "00:15:6d:ea:f0:4c"
98 status : "up"
99
100
101iface_vr1:
102 interface : "vr1"
103 ip : "172.16.3.12/29"
104 desc : "Link JVC"
105 sdesc : "2jvc"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "100"
110 ssid : "il-no.jvc.wleiden.net"
111 dhcp : "no"
112 bridge_type: "NanoStation5"
113 compass : "ne"
114 ns_ip : "172.16.3.11"
115 ns_mac : "00:15:6d:ea:f0:68"
116 status : "up"
117
118
119iface_vr2:
120 interface : "vr2"
121 ip : "172.16.5.98/29"
122 desc : "Link naar Boterhuis"
123 sdesc : "2boterhuis"
124 mode : "station-wds"
125 type : "eth"
126 extra_type : "eth2wifibridge"
127 channel : "44"
128 ssid : "il-nw.graficall.wleiden.net"
129 dhcp : "no"
130 bridge_type: "NanoStation5"
131 compass : "nw"
132 ns_ip : "172.16.5.99"
133 ns_mac : "00:15:6d:eb:f0:f8"
134 status : "up"
135
136
Note: See TracBrowser for help on using the repository browser.