source: genesis/nodes/CNodeDirkLos1/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.5 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.131.1"
10nodename : "DirkLos1"
11nodetype : "CNode"
12rdnap_x : "092299"
13rdnap_y : 464748
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 interface : "ath0"
20 ip : "172.16.3.62/30"
21 desc : "Link naar Unigor"
22 sdesc : "2unigor"
23 mode : "station-wds"
24 type : "11b"
25 channel : "1"
26 ssid : "n-o.unigor.wleiden.net"
27 dhcp : "no"
28 compass : "e"
29 status : "up"
30
31
32iface_ue0:
33 comment : "lokaal ethernet"
34 interface : "ue0"
35 ip : "172.16.3.58/30"
36 desc : "Ethernet naar DirkLos2"
37 sdesc : "2DLos2"
38 type : "eth"
39 dhcp : "no"
40 compass : "None"
41 status : "up"
42
43
44iface_ue0_alias0:
45 comment : "alias voor lokaal ethernet"
46 interface : "ue0:0"
47 ip : "172.16.176.66/27"
48 desc : "Local Ethernet"
49 sdesc : "localeth"
50 type : "eth"
51 dhcp : "no"
52 compass : "None"
53 status : "up"
54
55
56iface_vr0:
57 comment : "a-link naar geluidsnet1"
58 interface : "vr0"
59 ip : "172.16.4.156/29"
60 desc : "Ethernet to interlink oost"
61 sdesc : "2geluidsnet1"
62 mode : "station-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "140"
66 ssid : "il-zw.geluidsnet1.wleiden.net"
67 dhcp : "no"
68 compass : "sw"
69 ns_ip : "172.16.4.155/29"
70 ns_mac : "00:15:6d:f6:be:ff"
71 status : "up"
72
73
74iface_vr1:
75 comment : "a-link to Vosko3"
76 interface : "vr1"
77 ip : "172.16.4.76/29"
78 desc : "Ethernet to interlink south-east (Vosko3)"
79 sdesc : "2Vosko3"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "100"
84 ssid : "il-wnw.vosko3.wleiden.net"
85 dhcp : "no"
86 compass : "wnw"
87 ns_ip : "172.16.4.75/29"
88 ns_mac : "00:15:6d:f6:be:eb"
89 status : "up"
90
91
92iface_vr2:
93 comment : "a-link naar Cam"
94 interface : "vr2"
95 ip : "172.16.4.89/29"
96 desc : "Ethernet to interlink west (Cam)"
97 sdesc : "2cam"
98 mode : "station-wds"
99 type : "eth"
100 extra_type : "eth2wifibridge"
101 channel : "44"
102 ssid : "il-zw.dirklos1.wleiden.net"
103 dhcp : "no"
104 compass : "sw"
105 ns_ip : "172.16.4.90/29"
106 ns_mac : "00:15:6d:70:53:52"
107 status : "down"
108
109
Note: See TracBrowser for help on using the repository browser.