source: genesis/nodes/CNodeRustenborch/wleiden.yaml@ 10380

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

Correcting all lat/lon coordinates.

Fixes: beheer#167

File size: 2.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.18218"
7location : "Zorgcentrum Rustenborch, Van Wijckersloothplein 3, 2341 BB, Oegstgeest"
8longitude : "4.46392"
9masterip : "172.23.24.1"
10nodename : "Rustenborch"
11nodetype : "CNode"
12rdnap_x : 91855
13rdnap_y : 466407
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "Ap"
20 interface : "ath0"
21 ip : "172.23.24.1/26"
22 desc : "ap"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "1"
27 ssid : "ap-WirelessLeiden-Rustenborch"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "link naar Unused"
35 interface : "ue0"
36 ip : "172.16.1.101/30"
37 desc : "Link naar Unused"
38 sdesc : "2unused"
39 mode : "ap-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "36"
43 ssid : "il-no.rustenborch.wleiden.net"
44 dhcp : "no"
45 compass : "ne"
46 status : "down"
47
48
49iface_vr0:
50 comment : "Ethernet"
51 interface : "vr0"
52 ip : "172.23.24.65/28"
53 desc : "Ethernet naar rustenborch"
54 sdesc : "eth"
55 type : "eth"
56 dhcp : "66-78"
57 compass : "None"
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link Lijtweg2"
63 interface : "vr1"
64 ip : "172.16.6.36/29"
65 desc : "Link naar Lijtweg2"
66 sdesc : "2lijtweg2"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "116"
71 ssid : "il-w.lijtweg2.wleiden.net"
72 dhcp : "no"
73 compass : "w"
74 ns_ip : "172.16.6.35"
75 ns_mac : "00:15:6d:71:54:67"
76 status : "up"
77
78
79iface_vr2:
80 comment : "Link naar UniGorN"
81 interface : "vr2"
82 ip : "172.16.17.244/29"
83 desc : "Link naar unigorn"
84 sdesc : "2unigorn"
85 mode : "station-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "104"
89 ssid : "il-n.unigorn.wleiden.net"
90 dhcp : "no"
91 compass : "n"
92 ns_ip : "172.16.17.243/29"
93 ns_mac : "00:15:6d:70:54:cc"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.