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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 2.4 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 voor de buurt"
21 ip : "172.17.24.1/26"
22 sdesc : "ap"
23 mode : "ap"
24 type : "11b"
25 channel : "10"
26 ssid : "ap-WirelessLeiden-Imi"
27 dhcp : "10-60"
28 status : "up"
29
30
31iface_ue0:
32 comment : "Link naar Thomas"
33 ip : "172.16.16.52/29"
34 sdesc : "2thomas"
35 mode : "station-wds"
36 type : "eth"
37 extra_type : "eth2wifibridge"
38 channel : "7"
39 ssid : "il-z.thomas.wleiden.net"
40 dhcp : False
41 compass : "no"
42 ns_ip : "172.16.16.51/29"
43 ns_mac : "00:15:6d:e8"
44 status : "down"
45
46
47iface_ue1:
48 comment : "Link naar LvLz"
49 ip : "172.16.5.1/29"
50 sdesc : "2lvlz"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 dhcp : False
55 ns_ip : "172.16.5.2/29"
56 ns_mac : "00:15:6d:e8:f9:b8"
57 status : "down"
58
59
60iface_vr0:
61 comment : "Link naar RijnVliet"
62 ip : "172.16.5.244/29"
63 sdesc : "2rijnvliet"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "60"
68 ssid : "il-no.rv.wleiden.net"
69 dhcp : False
70 compass : "zw"
71 ns_ip : "172.16.5.243/29"
72 ns_mac : "00:15:6d:ec:81:ee"
73 status : "up"
74
75
76iface_vr1:
77 comment : "Link naar CeTIM2"
78 ip : "172.16.16.252/29"
79 sdesc : "2cetim2"
80 mode : "station-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "116"
84 ssid : "il-zw.cetim2.wleiden.net"
85 dhcp : False
86 compass : "no"
87 ns_ip : "172.16.16.251/29"
88 ns_mac : "00:15:6d:f2:39:37"
89 status : "up"
90
91
92iface_vr2:
93 comment : "B-link naar Grip"
94 ip : "172.16.5.249/29"
95 sdesc : "b2grip"
96 mode : "station-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "4"
100 ssid : "il-zo.imi.wleiden.net"
101 dhcp : False
102 compass : "se"
103 ns_ip : "172.16.5.250/29"
104 ns_mac : "00:15:6d:e8:f9:de"
105 status : "down"
106
107
Note: See TracBrowser for help on using the repository browser.