source: genesis/nodes/CNodeROC1/wleiden.yaml@ 10100

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.7 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.49342"
8location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
9longitude : "52.14498"
10masterip : "172.21.0.1"
11nodename : "ROC1"
12nodetype : "CNode"
13rdnap_x : 93822
14rdnap_y : 462243
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap west - 270"
21 interface : "ath0"
22 ip : "172.21.0.1/26"
23 desc : "AP West"
24 sdesc : "ap-w"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-wirelessleiden-roc1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Ronald - 180"
36 interface : "ue0"
37 ip : "172.16.5.41/29"
38 desc : "Link naar Ronald"
39 sdesc : "2ronald"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "124"
44 ssid : "il-zw.roc2.wleiden.net"
45 dhcp : "no"
46 compass : "sw"
47 ns_ip : "172.16.5.42/29"
48 ns_mac : "00:27:22:8a:3b:2e"
49 status : "down"
50
51
52iface_ue1:
53 comment : "Link naar Zijloever - 015"
54 interface : "ue1"
55 ip : "172.16.5.57/29"
56 desc : "Link naar Zijloever"
57 sdesc : "2zijloever"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "108"
62 ssid : "il-no.roc1.wleiden.net"
63 dhcp : "no"
64 bridge_type: "NanoStation M5"
65 compass : "ne"
66 ns_ip : "172.16.5.58/29"
67 ns_mac : "00:27:22:10:fe:52"
68 status : "down"
69
70
71iface_vr0:
72 comment : "Ethernet naar ROC2"
73 interface : "vr0"
74 ip : "172.16.3.89/30"
75 desc : "Ethernet naar ROC2"
76 sdesc : "2roc2"
77 type : "eth"
78 dhcp : "no"
79 compass : "None"
80 status : "up"
81
82
83iface_vr1:
84 comment : "Link naar Lorentzhof - 000"
85 interface : "vr1"
86 ip : "172.16.5.9/29"
87 desc : "link naar Lorentzhof"
88 sdesc : "2lorentzhof"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "132"
93 ssid : "il-n.roc1.wleiden.net"
94 dhcp : "no"
95 bridge_type: "NanoStation5"
96 compass : "n"
97 ns_ip : "172.16.5.10/29"
98 ns_mac : "00:15:6d:70:54:4f"
99 status : "down"
100
101
102iface_vr2:
103 comment : "Link naar Haagwijk - 225"
104 interface : "vr2"
105 ip : "172.16.17.132/29"
106 desc : "Link naar Haagwijk"
107 sdesc : "2Haagwijk"
108 mode : "station-wds"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 channel : "140"
112 ssid : "il-o.haagwijk.wleiden.net"
113 dhcp : "no"
114 bridge_type: "NanoStation5"
115 compass : "e"
116 ns_ip : "172.16.17.131/29"
117 ns_mac : "00:15:6d:70:54:52"
118 status : "up"
119
120
Note: See TracBrowser for help on using the repository browser.