source: genesis/nodes/CNodeBoterhuis/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.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "52.18753"
7location : "Zeeverkennerscentrum Kagerplassen, Boterhuiseiland"
8longitude : "4.52255"
9masterip : "172.17.31.1"
10nodename : "Boterhuis"
11nodetype : "CNode"
12rdnap_x : 95872
13rdnap_y : 466952
14release : "9.0-RELEASE"
15status : "down"
16
17
18iface_ath0:
19 comment : "omni"
20 interface : "ath0"
21 ip : "172.17.31.1/24"
22 desc : "AP voor de buurt"
23 sdesc : "ap"
24 mode : "ap"
25 type : "11b"
26 channel : "9"
27 ssid : "ap-WirelessLeiden-Boterhuis"
28 dhcp : "10-100"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "ap2"
35 interface : "ue0"
36 ip : "172.17.32.1/24"
37 desc : "ap2"
38 sdesc : "ap2"
39 mode : "ap"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "6"
43 ssid : "ap2-WirelessLeiden-Boterhuis"
44 dhcp : "10-100"
45 bullet2_ip : "172.17.31.2/24"
46 bullet2_mac: "00:27:22:2C:4C:88"
47 compass : "-"
48 height : "8"
49 status : "up"
50
51
52iface_ue1:
53 comment : "link naar Kaag2"
54 interface : "ue1"
55 ip : "172.16.6.92/29"
56 desc : "Ethernet to interlink zuid van kaag2"
57 sdesc : "2kaag2"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "140"
62 ssid : "il-z.kaag2.wleiden.net"
63 dhcp : "no"
64 compass : "37"
65 height : "8"
66 ns_ip : "172.16.6.91/29"
67 ns_mac : "00:27:22:8A:3B:96"
68 status : "up"
69
70
71iface_vr0:
72 comment : "link to Graficall"
73 interface : "vr0"
74 ip : "172.16.5.101/29"
75 desc : "Ethernet to interlink northwest of Graficall"
76 sdesc : "2graficall"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "44"
81 ssid : "il-nw.graficall.wleiden.net"
82 dhcp : "no"
83 compass : "161"
84 ns_ip : "172.16.5.100/29"
85 ns_mac : "00:27:22:10:F6:01"
86 status : "up"
87
88
89iface_vr1:
90 interface : "vr1"
91 ip : "172.16.6.84/29"
92 desc : "Link Lijtweg2"
93 sdesc : "2lijtweg2"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "161"
98 ssid : "il-ono.lijtweg2.wleiden.net"
99 dhcp : "no"
100 compass : "266"
101 ns_ip : "172.16.6.83/29"
102 ns_mac : "00:27:22:8A:3D:B6"
103 status : "up"
104
105
106iface_vr2:
107 interface : "vr2"
108 ip : "172.16.3.33/29"
109 desc : "Link naar xxxx"
110 sdesc : "2xxx"
111 mode : "ap-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 channel : "auto"
115 ssid : "il-z.boterhuis.wleiden.net"
116 dhcp : "no"
117 compass : "207"
118 ns_ip : "172.16.3.34/29"
119 ns_mac : "00:27:22:10:FE:31"
120 status : "down"
121
122
Note: See TracBrowser for help on using the repository browser.