source: genesis/nodes/CNodeDirkLos2/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: "ue0,ath0,vr2,vr0,vr1"
7latitude : "4.47071"
8location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
9longitude : "52.16732"
10masterip : "172.19.132.1"
11nodename : "DirkLos2"
12nodetype : "CNode"
13rdnap_x : "092299"
14rdnap_y : 464748
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.19.132.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-wirelessleiden-dirklos"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "lokaal ethernet"
36 interface : "ue0"
37 ip : "172.16.3.57/30"
38 desc : "Local Ethernet naar DirkLos1"
39 sdesc : "eth_to_DirkLos1"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_ue0_alias0:
47 comment : "alias voor lokaal ethernet"
48 interface : "ue0:0"
49 ip : "172.16.176.65/27"
50 desc : "Local Ethernet naar Hogeschool"
51 sdesc : "eth_to_Hogeschool"
52 type : "eth"
53 dhcp : "70-94"
54 compass : "None"
55 status : "up"
56
57
58iface_vr0:
59 comment : "interlink west (unigor2)"
60 interface : "vr0"
61 ip : "172.16.4.4/29"
62 desc : "Ethernet naar interlink west (unigor2)"
63 sdesc : "2Unigor2"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "149"
68 ssid : "il-o.unigor2.wleiden.net"
69 dhcp : "no"
70 bridge_type: "NanoStation5"
71 compass : "e"
72 ns_ip : "172.16.4.3/29"
73 ns_mac : "00:15:6d:d0:14:c3"
74 status : "up"
75
76
77iface_vr1:
78 comment : "interlink noord-oost Rabo2"
79 interface : "vr1"
80 ip : "172.16.3.217/29"
81 desc : "Ethernet naar interlink noord-oost Rabo2"
82 sdesc : "2Rabo2"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "140"
87 ssid : "il-no.dirklos2.wleiden.net"
88 dhcp : "no"
89 bridge_type: "NanoStation5"
90 compass : "ne"
91 ns_ip : "172.16.3.218/29"
92 ns_mac : "00:15:6d:b5:24:4f"
93 status : "up"
94
95
96iface_vr2:
97 comment : "interlink zuid-oost (stadhuis)"
98 interface : "vr2"
99 ip : "172.16.3.76/29"
100 desc : "Ethernet naar interlink zuid-oost (stadhuis)"
101 sdesc : "2Stadhuis"
102 mode : "station-wds"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 channel : "116"
106 ssid : "il-nw.stadhuis2.wleiden.net"
107 dhcp : "no"
108 bridge_type: "NanoStation5"
109 compass : "nw"
110 ns_ip : "172.16.3.75/29"
111 ns_mac : "00:15:6d:b5:25:65"
112 status : "up"
113
114
Note: See TracBrowser for help on using the repository browser.