source: genesis/nodes/CNodeRabo2/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: 1.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.16950"
8location : "Rabobank (Zuid), Schipholweg 105, 2316 XC, Leiden"
9longitude : "4.48901"
10masterip : "172.19.137.1"
11nodename : "Rabo2"
12nodetype : "CNode"
13rdnap_x : 93554
14rdnap_y : 464974
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap zuid"
21 interface : "ath0"
22 ip : "172.19.137.1/26"
23 sdesc : "ap-z"
24 mode : "ap"
25 type : "11b"
26 channel : "2"
27 ssid : "ap-WirelessLeiden-Rabo2"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_vr0:
34 comment : "Ethernet naar Rabo1"
35 interface : "vr0"
36 ip : "172.19.137.66/30"
37 desc : "Lokaal ethernet"
38 sdesc : "2rabo1"
39 type : "eth"
40 dhcp : False
41 compass : "None"
42 status : "up"
43
44
45iface_vr1:
46 comment : "Link naar NodeCope"
47 interface : "vr1"
48 ip : "172.16.3.193/29"
49 desc : "Link naar Cope"
50 sdesc : "2cope"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "132"
55 ssid : "il-z.rabo2.wleiden.net"
56 dhcp : False
57 compass : "z"
58 ns_ip : "172.16.3.194/29"
59 ns_mac : "00:15:6d:ec:81:f1"
60 status : "up"
61
62
63iface_vr2:
64 comment : "Link naar DirkLos2"
65 interface : "vr2"
66 ip : "172.16.3.220/29"
67 desc : "InterLink naar DirkLos2"
68 sdesc : "2dirklos2"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "140"
73 ssid : "il-no.dirklos2.wleiden.net"
74 dhcp : False
75 compass : "w"
76 ns_ip : "172.16.3.219/29"
77 ns_mac : "00:15:6d:70:54:c4"
78 status : "up"
79
80
Note: See TracBrowser for help on using the repository browser.