source: genesis/nodes/CNodeLeythenrode/wleiden.yaml@ 10374

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

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