source: genesis/nodes/CNodeRabo1/wleiden.yaml@ 10370

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

interfaces: key is obsolete and can be removed.

Fixes: beheer#175

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "4.48901"
7location : "Rabobank (Oost), Schipholweg 105, 2316 XC, Leiden"
8longitude : "52.16950"
9masterip : "172.19.136.1"
10nodename : "Rabo1"
11nodetype : "CNode"
12rdnap_x : 93554
13rdnap_y : 464974
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap oost"
20 interface : "ath0"
21 ip : "172.19.136.1/26"
22 desc : "AP Oost"
23 sdesc : "ap-o"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "10"
27 ssid : "ap-WirelessLeiden-Rabo1"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "Link naar AZC"
35 interface : "ue0"
36 ip : "172.16.3.129/29"
37 desc : "Link naar AZC"
38 sdesc : "2azc"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "5"
43 ssid : "il-w.rabo1.wleiden.net"
44 dhcp : "no"
45 compass : "w"
46 ns_ip : "172.16.3.130/29"
47 ns_mac : "00:15:6d:e8:f9:5e"
48 status : "down"
49
50
51iface_ue1:
52 comment : "Link naar Rudi"
53 interface : "ue1"
54 ip : "172.16.5.209/29"
55 desc : "Link naar Rudi"
56 sdesc : "2rudi"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "13"
61 ssid : "il-n.rabo1.wleiden.net"
62 dhcp : "no"
63 compass : "n"
64 ns_ip : "172.16.5.210/29"
65 ns_mac : "00:15:6d:d4:f8:3e"
66 status : "down"
67
68
69iface_vr0:
70 comment : "Ethernet naar Rabo2"
71 interface : "vr0"
72 ip : "172.19.137.65/30"
73 desc : "Lokaal ethernet"
74 sdesc : "2rabo2"
75 type : "eth"
76 dhcp : "no"
77 compass : "None"
78 status : "up"
79
80
81iface_vr1:
82 comment : "a-link naar NodeHuub"
83 interface : "vr1"
84 ip : "172.16.4.9/29"
85 desc : "Link naar Huub"
86 sdesc : "2huub"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "44"
91 ssid : "il-z.rabo1.wleiden.net"
92 dhcp : "no"
93 compass : "s"
94 ns_ip : "172.16.4.10/29"
95 ns_mac : "00:15:6d:70:53:6a"
96 status : "up"
97
98
99iface_vr2:
100 comment : "Link naar SOM"
101 interface : "vr2"
102 ip : "172.16.16.20/29"
103 desc : "InterLink naar SOM"
104 sdesc : "2som"
105 mode : "station-wds"
106 type : "eth"
107 extra_type : "eth2wifibridge"
108 channel : "140"
109 ssid : "il-w.som2.wleiden.net"
110 dhcp : "no"
111 compass : "w"
112 ns_ip : "172.16.16.19/29"
113 ns_mac : "00:15:6d:70:54:62"
114 status : "up"
115
116
Note: See TracBrowser for help on using the repository browser.