source: genesis/nodes/CNodeWBRotary/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6latitude : "4.63817"
7location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
8longitude : "52.16707"
9masterip : "172.25.52.1"
10nodename : "WBRotary"
11nodetype : "CNode"
12rdnap_x : 103755
13rdnap_y : 464588
14release : "8.2-RELEASE"
15status : "up"
16
17
18iface_ath0:
19 comment : "ap voor de buurt"
20 interface : "ath0"
21 ip : "172.25.52.1/26"
22 desc : "ap voor de buurt"
23 sdesc : "apnz"
24 mode : "ap-wds"
25 type : "11b"
26 channel : "8"
27 ssid : "ap-woubrugge-rotarynz"
28 dhcp : "10-60"
29 compass : "None"
30 status : "up"
31
32
33iface_ue0:
34 comment : "link naar Alphen HW Fortis"
35 interface : "ue0"
36 ip : "172.16.18.25/29"
37 desc : "Link naar Alphen"
38 sdesc : "2hwfortis"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "44"
43 ssid : "il-zo.wbrotary.wleiden.net"
44 dhcp : "no"
45 compass : "se"
46 ns_ip : "172.16.18.26/29"
47 ns_mac : "00:15:6d:8e:dc:be"
48 status : "down"
49
50
51iface_vr0:
52 comment : "link naar Graficall"
53 interface : "vr0"
54 ip : "172.16.18.41/29"
55 desc : "Link naar Graficall, Leiderdorp"
56 sdesc : "2graficall"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "36"
61 ssid : "il-w.wbrotary.wleiden.net"
62 dhcp : "no"
63 compass : "w"
64 ns_ip : "172.16.18.42/29"
65 ns_mac : "00:27:22:10:34:c6"
66 status : "up"
67
68
69iface_vr1:
70 comment : "link naar proxy18"
71 interface : "vr1"
72 ip : "172.16.18.33/29"
73 desc : "Link naar Henk"
74 sdesc : "2proxy18"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "108"
79 ssid : "il-n.wbrotary.wleiden.net"
80 dhcp : "no"
81 compass : "n"
82 ns_ip : "172.16.18.34/29"
83 ns_mac : "00:15:6d:8e:dd:81"
84 status : "up"
85
86
87iface_vr2:
88 comment : "ap voor de buurt"
89 interface : "vr2"
90 ip : "172.25.56.1/26"
91 desc : "ap voor de buurt"
92 sdesc : "apwo"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "3"
97 ssid : "ap-woubrugge-rotarywo"
98 dhcp : "10-60"
99 compass : "None"
100 ns_ip : "172.25.56.2"
101 ns_mac : "00:15:6d:30:2a:5d"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.