source: genesis/nodes/CNodeROC2/wleiden.yaml@ 10082

Last change on this file since 10082 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.1.1"
11nodename : "ROC2"
12nodetype : "CNode"
13rdnap_x : 93822
14rdnap_y : 462243
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap noord - 030"
21 interface : "ath0"
22 ip : "172.21.1.1/26"
23 desc : "AP Noord"
24 sdesc : "ap-n"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "3"
28 ssid : "ap-wirelessleiden-roc2"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Zwet - 140"
36 interface : "ue0"
37 ip : "172.16.5.49/29"
38 desc : "Link naar Zwet"
39 sdesc : "2zwet"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "100"
44 ssid : "il-z.roc2.wleiden.net"
45 dhcp : "no"
46 bridge_type: "NanoStation M5"
47 compass : "s"
48 ns_ip : "172.16.5.50/29"
49 ns_mac : "00:27:22:8a:38:38"
50 status : "down"
51
52
53iface_ue1:
54 comment : "Link naar LCPL - 240"
55 interface : "ue1"
56 ip : "172.16.5.17/29"
57 desc : "link naar LCPL"
58 sdesc : "2lcpl"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "116"
63 ssid : "il-w.roc2.wleiden.net"
64 dhcp : "no"
65 bridge_type: "NanoStation5"
66 compass : "w"
67 ns_ip : "172.16.5.18/29"
68 ns_mac : "00:15:6d:70:54:a3"
69 status : "down"
70
71
72iface_vr0:
73 comment : "Ethernet naar ROC1"
74 interface : "vr0"
75 ip : "172.16.3.90/30"
76 desc : "Ethernet naar ROC1"
77 sdesc : "2roc1"
78 type : "eth"
79 dhcp : "no"
80 compass : "None"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar JVC - 080"
86 interface : "vr1"
87 ip : "172.16.5.36/29"
88 desc : "Link naar JVC"
89 sdesc : "2jvc"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "108"
94 ssid : "il-w.jvc.wleiden.net"
95 dhcp : "no"
96 bridge_type: "NanoStation M5"
97 compass : "w"
98 ns_ip : "172.16.5.35/29"
99 ns_mac : "00:27:22:8a:3b:d5"
100 status : "up"
101
102
103iface_vr2:
104 comment : "Link naar Grip - 260"
105 interface : "vr2"
106 ip : "172.16.5.25/29"
107 desc : "Link naar Grip"
108 sdesc : "2grip"
109 mode : "station-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "52"
113 ssid : "il-nw.roc2.wleiden.net"
114 dhcp : "no"
115 bridge_type: "NanoStation5"
116 compass : "nw"
117 ns_ip : "172.16.5.26/29"
118 ns_mac : "00:15:6d:70:50:42"
119 status : "down"
120
121
Note: See TracBrowser for help on using the repository browser.