source: genesis/nodes/CNodeRoomburgh2/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.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : False
6latitude : "52.15108"
7location : "R.K. Zorgcentrum Roomburgh, Hof van Roomburgh 46, 2314 ZC, Leiden"
8longitude : "4.51322"
9masterip : "172.18.49.1"
10nodename : "Roomburgh2"
11nodetype : "CNode"
12rdnap_x : 95185
13rdnap_y : 462905
14release : "8.0-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap zuidzijde"
20 interface : "ath0"
21 ip : "172.18.49.1/26"
22 desc : "AP voor de Zuidzijde"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "4"
27 ssid : "ap-WirelessLeiden-Roomburgh2"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet to local subnet"
35 interface : "vr0"
36 ip : "172.18.49.72/28"
37 desc : "Ethernet to Roomburgh1,3 and lounge"
38 sdesc : "localsubnet"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "up"
43
44
45iface_vr1:
46 comment : "tijdelijke? link naar Leythenrode"
47 interface : "vr1"
48 ip : "172.16.5.180/29"
49 desc : "Link naar noord"
50 sdesc : "2noordoost"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "44"
55 ssid : "il-zw.leythenrode.wleiden.net"
56 dhcp : "no"
57 compass : "sw"
58 ns_ip : "172.16.5.179/29"
59 ns_mac : "00:15:6d:ea:f0:7b"
60 status : "up"
61
62
63iface_vr2:
64 comment : "link naar LivingLab"
65 interface : "vr2"
66 ip : "172.16.4.57/29"
67 desc : "Link naar LivingLab"
68 sdesc : "2LivingLab"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "116"
73 ssid : "il-zw.roomburgh2.wleiden.net"
74 dhcp : "no"
75 compass : "sw"
76 ns_ip : "172.16.4.58/29"
77 ns_mac : "00:15:6d:eb:ef:a7"
78 status : "up"
79
80
Note: See TracBrowser for help on using the repository browser.