source: genesis/nodes/CNodeGeluidsnet1/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.16254"
7location : "Oude Belastingkantoor, Stationsplein 107, XXXX XX, Leiden"
8longitude : "4.47908"
9masterip : "172.17.3.1"
10nodename : "Geluidsnet1"
11nodetype : "CNode"
12rdnap_x : 92865
13rdnap_y : 464209
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap"
20 interface : "ath0"
21 ip : "172.17.3.1/26"
22 desc : "AP"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-WirelessLeiden-Geluidsnet1"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Geluidsnet2"
35 interface : "ue0"
36 ip : "172.16.4.185/30"
37 desc : "Link naar Geluidsnet2"
38 sdesc : "2geluidsnet2"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "up"
43
44
45iface_ue1:
46 comment : "Link naar XXX"
47 interface : "ue1"
48 ip : "172.16.4.169/29"
49 desc : "b-link naar XXX"
50 sdesc : "2xxx-ue1"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "xx"
55 ssid : "xx-xx.xxx.wleiden.net"
56 dhcp : "no"
57 compass : "xx"
58 ns_ip : "172.16.4.170/29"
59 ns_mac : ""
60 status : "down"
61
62
63iface_vr0:
64 comment : "Link naar Webcam"
65 interface : "vr0"
66 ip : "172.16.16.1/30"
67 desc : "Link naar Webcam"
68 sdesc : "2webcam"
69 type : "eth"
70 dhcp : "no"
71 compass : "None"
72 status : "up"
73
74
75iface_vr1:
76 comment : "Link naar Lebkov"
77 interface : "vr1"
78 ip : "172.16.17.225/29"
79 desc : "Link naar Lebkov"
80 sdesc : "2lebkov"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "36"
85 ssid : "il-n.geluidsnet1.wleiden.net"
86 dhcp : "no"
87 compass : "n"
88 ns_ip : "172.16.17.226/29"
89 ns_mac : "00:15:6d:ec:81:7b"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Link naar DirkLos1"
95 interface : "vr2"
96 ip : "172.16.4.153/29"
97 desc : "Link naar DirkLos1"
98 sdesc : "2dirklos1"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "140"
103 ssid : "il-zw.geluidsnet1.wleiden.net"
104 dhcp : "no"
105 compass : "sw"
106 ns_ip : "172.16.4.154/29"
107 ns_mac : "00:15:6d:ec:82:8c"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.