source: genesis/nodes/CNodeROC1/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.14498"
7location : "ROC Lammenschans, Betaplein 18, 2321 KS, Leiden"
8longitude : "4.49342"
9masterip : "172.21.0.1"
10nodename : "ROC1"
11nodetype : "CNode"
12rdnap_x : 93822
13rdnap_y : 462243
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap west - 270"
20 interface : "ath0"
21 ip : "172.21.0.1/26"
22 desc : "AP West"
23 sdesc : "ap-w"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-WirelessLeiden-Roc1"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar Ronald - 180"
35 interface : "ue0"
36 ip : "172.16.5.41/29"
37 desc : "Link naar Ronald"
38 sdesc : "2ronald"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "124"
43 ssid : "il-zw.roc2.wleiden.net"
44 dhcp : "no"
45 compass : "sw"
46 ns_ip : "172.16.5.42/29"
47 ns_mac : "00:27:22:8a:3b:2e"
48 status : "down"
49
50
51iface_ue1:
52 comment : "Link naar Zijloever - 015"
53 interface : "ue1"
54 ip : "172.16.5.57/29"
55 desc : "Link naar Zijloever"
56 sdesc : "2zijloever"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "108"
61 ssid : "il-no.roc1.wleiden.net"
62 dhcp : "no"
63 compass : "ne"
64 ns_ip : "172.16.5.58/29"
65 ns_mac : "00:27:22:10:fe:52"
66 status : "down"
67
68
69iface_vr0:
70 comment : "Ethernet naar ROC2"
71 interface : "vr0"
72 ip : "172.16.3.89/30"
73 desc : "Ethernet naar ROC2"
74 sdesc : "2roc2"
75 type : "eth"
76 dhcp : "no"
77 compass : "None"
78 status : "up"
79
80
81iface_vr1:
82 comment : "Link naar Plantsoen2 - 000"
83 interface : "vr1"
84 ip : "172.16.5.9/29"
85 desc : "link naar Plantsoen2"
86 sdesc : "2plantsoen"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "132"
91 ssid : "il-n.roc1.wleiden.net"
92 dhcp : "no"
93 compass : "n"
94 ns_ip : "172.16.5.10/29"
95 ns_mac : "00:15:6d:70:54:4f"
96 status : "down"
97
98
99iface_vr2:
100 comment : "Link naar Haagwijk - 225"
101 interface : "vr2"
102 ip : "172.16.17.132/29"
103 desc : "Link naar Haagwijk"
104 sdesc : "2Haagwijk"
105 mode : "station-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "140"
109 ssid : "il-o.haagwijk.wleiden.net"
110 dhcp : "no"
111 compass : "e"
112 ns_ip : "172.16.17.131/29"
113 ns_mac : "00:15:6d:70:54:52"
114 status : "up"
115
116
Note: See TracBrowser for help on using the repository browser.