source: genesis/nodes/CNodeMuiderkring/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: 1.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.16352"
7location : "Martijn, Muiderkring 152, 2332 BP, Leiden"
8longitude : "4.47107"
9masterip : "172.17.4.129"
10nodename : "Muiderkring"
11nodetype : "CNode"
12rdnap_x : 92318
13rdnap_y : 464324
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "Lokaal accesspoint"
20 interface : "ath0"
21 ip : "172.17.4.129/26"
22 desc : "accesspoint voor de buurt"
23 sdesc : "omni"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "5"
27 ssid : "ap-WirelessLeiden-Muiderkring"
28 dhcp : "140-190"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "eth"
35 interface : "vr0"
36 ip : "172.16.3.145/30"
37 desc : "Link naar proxy6"
38 sdesc : "eth"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "up"
43
44
45iface_vr1:
46 comment : "Link naar AJSoft"
47 interface : "vr1"
48 ip : "172.16.6.52/29"
49 desc : "Link naar AJSoft"
50 sdesc : "2ajsoft"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "8"
55 ssid : "il-nno.ajsoft2.wleiden.net"
56 dhcp : "no"
57 compass : "nne"
58 ns_ip : "172.16.6.51/29"
59 ns_mac : "00:15:6d:e8:e6:b1"
60 status : "up"
61
62
Note: See TracBrowser for help on using the repository browser.