source: genesis/nodes/CNodeIMI/wleiden.yaml@ 10391

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.15454"
7location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
8longitude : "4.48724"
9masterip : "172.17.24.1"
10nodename : "IMI"
11nodetype : "CNode"
12rdnap_x : 93412
13rdnap_y : 463311
14release : "9.0-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap"
20 interface : "ath0"
21 ip : "172.17.24.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "10"
27 ssid : "ap-WirelessLeiden-Imi"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Thomas"
35 interface : "ue0"
36 ip : "172.16.16.52/29"
37 desc : "Link naar Thomas"
38 sdesc : "2thomas"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "7"
43 ssid : "il-z.thomas.wleiden.net"
44 dhcp : "no"
45 compass : "s"
46 ns_ip : "172.16.16.51/29"
47 ns_mac : "00:15:6d:e8"
48 status : "down"
49
50
51iface_ue1:
52 comment : "Link naar LvLz"
53 interface : "ue1"
54 ip : "172.16.5.1/29"
55 desc : "Link naar LvLz"
56 sdesc : "2lvlz"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 dhcp : "no"
61 compass : "None"
62 ns_ip : "172.16.5.2/29"
63 ns_mac : "00:15:6d:e8:f9:b8"
64 status : "down"
65
66
67iface_vr0:
68 comment : "link naar RijnVliet"
69 interface : "vr0"
70 ip : "172.16.5.244/29"
71 desc : "Link naar rijnvliet"
72 sdesc : "2rijnvliet"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "60"
77 ssid : "il-no.rv.wleiden.net"
78 dhcp : "no"
79 compass : "zw"
80 ns_ip : "172.16.5.243/29"
81 ns_mac : "00:15:6d:ec:81:ee"
82 status : "up"
83
84
85iface_vr1:
86 comment : "link naar CeTIM"
87 interface : "vr1"
88 ip : "172.16.16.252/29"
89 desc : "Link naar CeTIM2"
90 sdesc : "2cetim2"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "116"
95 ssid : "il-zw.cetim2.wleiden.net"
96 dhcp : "no"
97 compass : "sw"
98 ns_ip : "172.16.16.251/29"
99 ns_mac : "00:15:6d:f2:39:37"
100 status : "up"
101
102
103iface_vr2:
104 comment : "b-link naar Grip"
105 interface : "vr2"
106 ip : "172.16.5.249/29"
107 desc : "b-Link naar Grip"
108 sdesc : "b2grip"
109 mode : "station-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "4"
113 ssid : "il-zo.imi.wleiden.net"
114 dhcp : "no"
115 compass : "se"
116 ns_ip : "172.16.5.250/29"
117 ns_mac : "00:15:6d:e8:f9:de"
118 status : "down"
119
120
Note: See TracBrowser for help on using the repository browser.