source: genesis/nodes/CNodeHaagwijk/wleiden.yaml@ 10067

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

Do not edit headers on the config files in indead a whee bit confusing.

Reported-By: huub

File size: 3.0 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.47319"
8location : "Woon-zorgcentrum Haagwijk, Beethovenlaan 2, 2324 EL, Leiden"
9longitude : "52.14253"
10masterip : "172.20.144.1"
11nodename : "Haagwijk"
12nodetype : "CNode"
13rdnap_x : 92434
14rdnap_y : 461987
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.20.144.1/26"
23 desc : "AP"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-wirelessleiden-haagwijk"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Rick"
36 interface : "ue0"
37 ip : "172.16.4.145/29"
38 desc : "a-link naar Rick"
39 sdesc : "2rick"
40 mode : "station-wds"
41 type : "eth"
42 channel : "40"
43 ssid : "il-zw.haagwijk.wleiden.net"
44 dhcp : "no"
45 compass : "sw"
46 ns_ip : "172.16.4.146/29"
47 ns_mac : "00:15:6d:ec:82:43"
48 status : "up"
49
50
51iface_ue1:
52 comment : "Link naar LCPL"
53 interface : "ue1"
54 ip : "172.16.17.169/29"
55 desc : "b-link naar LCPL"
56 sdesc : "2lcpl"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "1"
61 ssid : "il-o.haagwijk.wleiden.net"
62 dhcp : "no"
63 compass : "e"
64 ns_ip : "172.16.17.170"
65 status : "down"
66
67
68iface_ue1_alias1:
69 comment : "Link naar Lorentzhof"
70 interface : "ue1:1"
71 ip : "172.16.17.177/29"
72 desc : "Link naar Lorentzhof"
73 sdesc : "2Lorentzhof"
74 type : "11b"
75 dhcp : "no"
76 compass : "None"
77 status : "up"
78
79
80iface_vr0:
81 comment : "Link naar ROC"
82 interface : "vr0"
83 ip : "172.16.17.129/29"
84 desc : "Link naar ROCl"
85 sdesc : "2rocl"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "140"
90 ssid : "il-o.haagwijk.wleiden.net"
91 dhcp : "no"
92 compass : "e"
93 ns_ip : "172.16.17.130"
94 ns_mac : "00:15:6d:ec:82:60"
95 status : "up"
96
97
98iface_vr1:
99 comment : "Nanostation5 naar LivingLab"
100 interface : "vr1"
101 ip : "172.16.17.116/29"
102 desc : "link naar LivingLab"
103 sdesc : "2livinglab"
104 mode : "station-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "36"
108 ssid : "il-zo.livinglab.wleiden.net"
109 dhcp : "no"
110 compass : "se"
111 ns_ip : "172.16.17.115/29"
112 ns_mac : "00:15:6d:bd:68:05"
113 status : "up"
114
115
116iface_vr2:
117 comment : "Link naar AJsoft1"
118 interface : "vr2"
119 ip : "172.16.5.233/29"
120 desc : "Link naar AJsoft1"
121 sdesc : "2ajsoft1"
122 mode : "station-wds"
123 type : "eth"
124 extra_type : "eth2wifibridge"
125 channel : "128"
126 ssid : "il-nw.haagwijk.wleiden.net"
127 dhcp : "no"
128 compass : "nw"
129 ns_ip : "172.16.5.234/29"
130 ns_mac : "00:15:6d:ea:f0:f6"
131 status : "up"
132
133
Note: See TracBrowser for help on using the repository browser.