source: genesis/nodes/CNodeWBRotary/wleiden.yaml@ 10167

Last change on this file since 10167 was 10116, checked in by richardvm, 13 years ago

cleanup

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