source: genesis/nodes/CNodeIMI/wleiden.yaml@ 10435

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

board information for various nodes. gathered using:

./check-batch-cmd --filter node check CNode

File size: 2.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.15454"
8location : "Regionaal Archief Leiden, Boisotkade 2A, 2311 PZ,, Leiden"
9longitude : "4.48724"
10masterip : "172.17.24.1"
11nodename : "IMI"
12nodetype : "CNode"
13rdnap_x : 93412
14rdnap_y : 463311
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.17.24.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "10"
28 ssid : "ap-WirelessLeiden-Imi"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Thomas"
36 interface : "ue0"
37 ip : "172.16.16.52/29"
38 desc : "Link naar Thomas"
39 sdesc : "2thomas"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "7"
44 ssid : "il-z.thomas.wleiden.net"
45 dhcp : "no"
46 compass : "s"
47 ns_ip : "172.16.16.51/29"
48 ns_mac : "00:15:6d:e8"
49 status : "down"
50
51
52iface_ue1:
53 comment : "Link naar LvLz"
54 interface : "ue1"
55 ip : "172.16.5.1/29"
56 desc : "Link naar LvLz"
57 sdesc : "2lvlz"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 dhcp : "no"
62 compass : "None"
63 ns_ip : "172.16.5.2/29"
64 ns_mac : "00:15:6d:e8:f9:b8"
65 status : "down"
66
67
68iface_vr0:
69 comment : "link naar RijnVliet"
70 interface : "vr0"
71 ip : "172.16.5.244/29"
72 desc : "Link naar rijnvliet"
73 sdesc : "2rijnvliet"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "60"
78 ssid : "il-no.rv.wleiden.net"
79 dhcp : "no"
80 compass : "zw"
81 ns_ip : "172.16.5.243/29"
82 ns_mac : "00:15:6d:ec:81:ee"
83 status : "up"
84
85
86iface_vr1:
87 comment : "link naar CeTIM"
88 interface : "vr1"
89 ip : "172.16.16.252/29"
90 desc : "Link naar CeTIM2"
91 sdesc : "2cetim2"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "116"
96 ssid : "il-zw.cetim2.wleiden.net"
97 dhcp : "no"
98 compass : "sw"
99 ns_ip : "172.16.16.251/29"
100 ns_mac : "00:15:6d:f2:39:37"
101 status : "up"
102
103
104iface_vr2:
105 comment : "b-link naar Grip"
106 interface : "vr2"
107 ip : "172.16.5.249/29"
108 desc : "b-Link naar Grip"
109 sdesc : "b2grip"
110 mode : "station-wds"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "4"
114 ssid : "il-zo.imi.wleiden.net"
115 dhcp : "no"
116 compass : "se"
117 ns_ip : "172.16.5.250/29"
118 ns_mac : "00:15:6d:e8:f9:de"
119 status : "down"
120
121
Note: See TracBrowser for help on using the repository browser.