source: genesis/nodes/CNodeAJSoft2/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.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.14605"
7location : "Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden"
8longitude : "4.46729"
9masterip : "172.20.137.1"
10nodename : "AJSoft2"
11nodetype : "CNode"
12rdnap_x : 92035
13rdnap_y : 462384
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "link livinglab"
20 interface : "ath0"
21 ip : "172.16.17.108/29"
22 desc : "Link naar LivingLab"
23 sdesc : "2livinglab"
24 mode : "station-wds"
25 type : "11a"
26 channel : "36"
27 ssid : "il-n.livinglab.wleiden.net"
28 dhcp : "no"
29 compass : "n"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Muiderkring"
35 interface : "ue0"
36 ip : "172.16.6.49/29"
37 desc : "Link naar Muiderkring"
38 sdesc : "2muiderkring"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "8"
43 ssid : "il-nno.ajsoft2.wleiden.net"
44 dhcp : "no"
45 compass : "nne"
46 ns_ip : "172.16.6.50/29"
47 ns_mac : "00:15:6d:e8:f9:c6"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Ethernet naar AJSoft1"
53 interface : "vr0"
54 ip : "172.16.3.82/30"
55 desc : "Ethernet naar AJSoft1"
56 sdesc : "2ajsoft1"
57 type : "eth"
58 dhcp : "no"
59 compass : "None"
60 status : "up"
61
62
63iface_vr1:
64 comment : "link naar Hofland"
65 interface : "vr1"
66 ip : "172.16.6.41/29"
67 desc : "Link naar Hofland"
68 sdesc : "2hofland"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "100"
73 ssid : "il-w.ajsoft2.wleiden.net"
74 dhcp : "no"
75 compass : "w"
76 ns_ip : "172.16.6.42/29"
77 ns_mac : "00:15:6d:ea:f0:6a"
78 status : "down"
79
80
81iface_vr2:
82 comment : "Link naar oost"
83 interface : "vr2"
84 ip : "172.16.6.17/29"
85 desc : "a-interLink naar RijnVliet"
86 sdesc : "a2rijnvliet"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "52"
91 ssid : "il-o-ajsoft2.wleiden.net"
92 dhcp : "no"
93 compass : "None"
94 ns_ip : "172.16.6.18/29"
95 ns_mac : "00:15:6d:ea:f0:6d"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.