source: genesis/nodes/CNodeDirkLos2/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.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.16732"
7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
8longitude : "4.47071"
9masterip : "172.19.132.1"
10nodename : "DirkLos2"
11nodetype : "CNode"
12rdnap_x : "092299"
13rdnap_y : 464748
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "Ap voor buurt"
20 interface : "ath0"
21 ip : "172.19.132.1/26"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "2"
27 ssid : "ap-WirelessLeiden-Dirklos"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "lokaal ethernet"
35 interface : "ue0"
36 ip : "172.16.3.57/30"
37 desc : "Local Ethernet naar DirkLos1"
38 sdesc : "eth_to_DirkLos1"
39 type : "eth"
40 dhcp : "no"
41 compass : "None"
42 status : "up"
43
44
45iface_ue0_alias0:
46 comment : "alias voor lokaal ethernet"
47 interface : "ue0:0"
48 ip : "172.16.176.65/27"
49 desc : "Local Ethernet naar Hogeschool"
50 sdesc : "eth_to_Hogeschool"
51 type : "eth"
52 dhcp : "70-94"
53 compass : "None"
54 status : "up"
55
56
57iface_vr0:
58 comment : "interlink west (unigor2)"
59 interface : "vr0"
60 ip : "172.16.4.4/29"
61 desc : "Ethernet naar interlink west (unigor2)"
62 sdesc : "2Unigor2"
63 mode : "station-wds"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "149"
67 ssid : "il-o.unigor2.wleiden.net"
68 dhcp : "no"
69 compass : "e"
70 ns_ip : "172.16.4.3/29"
71 ns_mac : "00:15:6d:d0:14:c3"
72 status : "up"
73
74
75iface_vr1:
76 comment : "interlink noord-oost Rabo2"
77 interface : "vr1"
78 ip : "172.16.3.217/29"
79 desc : "Ethernet naar interlink noord-oost Rabo2"
80 sdesc : "2Rabo2"
81 mode : "station-wds"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 channel : "140"
85 ssid : "il-no.dirklos2.wleiden.net"
86 dhcp : "no"
87 compass : "ne"
88 ns_ip : "172.16.3.218/29"
89 ns_mac : "00:15:6d:b5:24:4f"
90 status : "up"
91
92
93iface_vr2:
94 comment : "interlink zuid-oost (stadhuis)"
95 interface : "vr2"
96 ip : "172.16.3.76/29"
97 desc : "Ethernet naar interlink zuid-oost (stadhuis)"
98 sdesc : "2Stadhuis"
99 mode : "station-wds"
100 type : "eth"
101 extra_type : "eth2wifibridge"
102 channel : "116"
103 ssid : "il-nw.stadhuis2.wleiden.net"
104 dhcp : "no"
105 compass : "nw"
106 ns_ip : "172.16.3.75/29"
107 ns_mac : "00:15:6d:b5:25:65"
108 status : "up"
109
110
Note: See TracBrowser for help on using the repository browser.