source: genesis/nodes/CNodeLeythenrode/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: 2.9 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.53564"
8location : "Verpleeghuis Leythenrode, Hoogmadeseweg 55, 2351 CP, Leiderdorp"
9longitude : "52.15582"
10masterip : "172.17.1.1"
11nodename : "Leythenrode"
12nodetype : "CNode"
13rdnap_x : 96726
14rdnap_y : 463414
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.17.1.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "9"
28 ssid : "ap-wirelessleiden-leythenrode"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "a-link naar SOM2"
36 interface : "ue0"
37 ip : "172.16.17.188/29"
38 desc : "Ethernet naar interlink west"
39 sdesc : "2som2"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-zo.som2.wleiden.net"
45 dhcp : "False"
46 bridge_type: "NanoStation5"
47 compass : "se"
48 ns_ip : "172.16.17.187/29"
49 ns_mac : "00:15:6d:eb:f1:33"
50 status : "up"
51
52
53iface_vr0:
54 comment : "ethernet"
55 interface : "vr0"
56 ip : "172.17.0.2/28"
57 desc : "local ethernet"
58 sdesc : "localsubnet"
59 type : "eth"
60 dhcp : "no"
61 compass : "None"
62 status : "up"
63
64
65iface_vr0_alias0:
66 comment : "ethernet"
67 interface : "vr0:0"
68 ip : "172.17.7.2/24"
69 desc : "local ethernet"
70 sdesc : "localsubnet"
71 type : "eth"
72 dhcp : "10-250"
73 compass : "None"
74 status : "down"
75
76
77iface_vr1:
78 comment : "a-link naar Graficall via Nanostation5"
79 interface : "vr1"
80 ip : "172.16.5.145/29"
81 desc : "Ethernet naar interlink noordoost (graficall)"
82 sdesc : "2Graficall"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "52"
87 ssid : "il-no.leythenrode.wleiden.net"
88 dhcp : "False"
89 bridge_type: "NanoStation5"
90 compass : "ne"
91 ns_ip : "172.16.5.146/29"
92 ns_mac : "00:15:6d:bd:8a:06"
93 status : "up"
94
95
96iface_vr2:
97 comment : "a-link to DeClercq via Nanostation5"
98 interface : "vr2"
99 ip : "172.16.5.169/29"
100 desc : "ethernet"
101 sdesc : "2DeClercq"
102 mode : "station-wds"
103 type : "eth"
104 extra_type : "eth2wifibridge"
105 channel : "44"
106 ssid : "il-zw.leythenrode.wleiden.net"
107 dhcp : "False"
108 bridge_type: "NanoStation5"
109 compass : "sw"
110 ns_ip : "172.16.5.170/29"
111 ns_mac : "00:15:6d:bd:8a:02"
112 status : "up"
113
114
115iface_vr2_alias0:
116 comment : "temp. a-link to Roomburgh2"
117 interface : "vr2:0"
118 ip : "172.16.5.177/29"
119 desc : "ethernet"
120 sdesc : "2Roomburgh2"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 dhcp : "False"
124 compass : "None"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.