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

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

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

File size: 2.6 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"
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 sdesc : "2thomas"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "7"
43 ssid : "il-z.thomas.wleiden.net"
44 dhcp : False
45 compass : "no"
46 ns_ip : "172.16.16.51/29"
47 ns_mac : "00:15:6d:e8"
48 status : "down"
49
50
51iface_ue1:
52 comment : "Link naar LvLz"
53 interface : "ue1"
54 ip : "172.16.5.1/29"
55 sdesc : "2lvlz"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 dhcp : False
60 compass : "None"
61 ns_ip : "172.16.5.2/29"
62 ns_mac : "00:15:6d:e8:f9:b8"
63 status : "down"
64
65
66iface_vr0:
67 comment : "Link naar RijnVliet"
68 interface : "vr0"
69 ip : "172.16.5.244/29"
70 sdesc : "2rijnvliet"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "60"
75 ssid : "il-no.rv.wleiden.net"
76 dhcp : False
77 compass : "zw"
78 ns_ip : "172.16.5.243/29"
79 ns_mac : "00:15:6d:ec:81:ee"
80 status : "up"
81
82
83iface_vr1:
84 comment : "Link naar CeTIM"
85 interface : "vr1"
86 ip : "172.16.16.252/29"
87 desc : "Link naar CeTIM2"
88 sdesc : "2cetim2"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "116"
93 ssid : "il-zw.cetim2.wleiden.net"
94 dhcp : False
95 compass : "no"
96 ns_ip : "172.16.16.251/29"
97 ns_mac : "00:15:6d:f2:39:37"
98 status : "up"
99
100
101iface_vr2:
102 comment : "B-link naar Grip"
103 interface : "vr2"
104 ip : "172.16.5.249/29"
105 sdesc : "b2grip"
106 mode : "station-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "4"
110 ssid : "il-zo.imi.wleiden.net"
111 dhcp : False
112 compass : "se"
113 ns_ip : "172.16.5.250/29"
114 ns_mac : "00:15:6d:e8:f9:de"
115 status : "down"
116
117
Note: See TracBrowser for help on using the repository browser.