source: genesis/nodes/CNodeDirkLos2/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.16732"
8location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
9longitude : "4.47071"
10masterip : "172.19.132.1"
11nodename : "DirkLos2"
12nodetype : "CNode"
13rdnap_x : "092299"
14rdnap_y : 464748
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.19.132.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-WirelessLeiden-Dirklos"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Lokaal ethernet"
36 interface : "ue0"
37 ip : "172.16.3.57/30"
38 desc : "Local Ethernet naar DirkLos1"
39 sdesc : "eth_to_DirkLos1"
40 type : "eth"
41 dhcp : False
42 compass : "None"
43 status : "up"
44
45
46iface_ue0_alias0:
47 comment : "Alias voor lokaal ethernet"
48 interface : "ue0:0"
49 ip : "172.16.176.65/27"
50 desc : "Local Ethernet naar Hogeschool"
51 sdesc : "eth_to_Hogeschool"
52 type : "eth"
53 dhcp : "70-94"
54 compass : "None"
55 status : "up"
56
57
58iface_vr0:
59 comment : "Interlink west (unigor2)"
60 interface : "vr0"
61 ip : "172.16.4.4/29"
62 desc : "Ethernet naar interlink west (unigor2)"
63 sdesc : "2Unigor2"
64 mode : "station-wds"
65 type : "eth"
66 extra_type : "eth2wifibridge"
67 channel : "149"
68 ssid : "il-o.unigor2.wleiden.net"
69 dhcp : False
70 compass : "w"
71 ns_ip : "172.16.4.3/29"
72 ns_mac : "00:15:6d:d0:14:c3"
73 status : "up"
74
75
76iface_vr1:
77 comment : "Interlink noord-oost Rabo2"
78 interface : "vr1"
79 ip : "172.16.3.217/29"
80 desc : "Ethernet naar interlink noord-oost Rabo2"
81 sdesc : "2Rabo2"
82 mode : "station-wds"
83 type : "eth"
84 extra_type : "eth2wifibridge"
85 channel : "140"
86 ssid : "il-no.dirklos2.wleiden.net"
87 dhcp : False
88 compass : "o"
89 ns_ip : "172.16.3.218/29"
90 ns_mac : "00:15:6d:b5:24:4f"
91 status : "up"
92
93
94iface_vr2:
95 comment : "Interlink zuid-oost (stadhuis)"
96 interface : "vr2"
97 ip : "172.16.3.76/29"
98 desc : "Ethernet naar interlink zuid-oost (stadhuis)"
99 sdesc : "2Stadhuis"
100 mode : "station-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "116"
104 ssid : "il-nw.stadhuis2.wleiden.net"
105 dhcp : False
106 compass : "zo"
107 ns_ip : "172.16.3.75/29"
108 ns_mac : "00:15:6d:b5:25:65"
109 status : "up"
110
111
Note: See TracBrowser for help on using the repository browser.