source: genesis/nodes/CNodeRabo1/wleiden.yaml@ 10094

Last change on this file since 10094 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.48901"
8location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
9longitude : "52.16950"
10masterip : "172.19.136.1"
11nodename : "Rabo1"
12nodetype : "CNode"
13rdnap_x : 93554
14rdnap_y : 464974
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap oost"
21 interface : "ath0"
22 ip : "172.19.136.1/26"
23 desc : "AP Oost"
24 sdesc : "ap-o"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "10"
28 ssid : "ap-wirelessleiden-rabo1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar AZC"
36 interface : "ue0"
37 ip : "172.16.3.129/29"
38 desc : "Link naar AZC"
39 sdesc : "2azc"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "5"
44 ssid : "il-w.rabo1.wleiden.net"
45 dhcp : "no"
46 compass : "w"
47 ns_ip : "172.16.3.130/29"
48 ns_mac : "00:15:6d:e8:f9:5e"
49 status : "down"
50
51
52iface_ue1:
53 comment : "Link naar Rudi"
54 interface : "ue1"
55 ip : "172.16.5.209/29"
56 desc : "Link naar Rudi"
57 sdesc : "2rudi"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "13"
62 ssid : "il-n.rabo1.wleiden.net"
63 dhcp : "no"
64 bridge_type: "Bullet2"
65 compass : "n"
66 ns_ip : "172.16.5.210/29"
67 ns_mac : "00:15:6d:d4:f8:3e"
68 status : "down"
69
70
71iface_vr0:
72 comment : "Ethernet naar Rabo2"
73 interface : "vr0"
74 ip : "172.19.137.65/30"
75 desc : "Lokaal ethernet"
76 sdesc : "2rabo2"
77 type : "eth"
78 dhcp : "no"
79 compass : "None"
80 status : "up"
81
82
83iface_vr1:
84 comment : "a-link naar NodeHuub"
85 interface : "vr1"
86 ip : "172.16.4.9/29"
87 desc : "Link naar Huub"
88 sdesc : "2huub"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "44"
93 ssid : "il-z.rabo1.wleiden.net"
94 dhcp : "no"
95 bridge_type: "NanoStation5"
96 compass : "s"
97 ns_ip : "172.16.4.10/29"
98 ns_mac : "00:15:6d:70:53:6a"
99 status : "up"
100
101
102iface_vr2:
103 comment : "Link naar SOM"
104 interface : "vr2"
105 ip : "172.16.16.20/29"
106 desc : "InterLink naar SOM"
107 sdesc : "2som"
108 mode : "station-wds"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 channel : "140"
112 ssid : "il-w.som2.wleiden.net"
113 dhcp : "no"
114 bridge_type: "NanoStation5"
115 compass : "w"
116 ns_ip : "172.16.16.19/29"
117 ns_mac : "00:15:6d:70:54:62"
118 status : "up"
119
120
Note: See TracBrowser for help on using the repository browser.