source: genesis/nodes/CNodeAJSoft1/wleiden.yaml@ 10074

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.3 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.46729"
8location : "Serviceflat De Parelvissers, Bizetpad, 2324 JR, Leiden"
9longitude : "52.14605"
10masterip : "172.20.136.1"
11nodename : "AJSoft1"
12nodetype : "CNode"
13rdnap_x : 92035
14rdnap_y : 462384
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap"
21 interface : "ath0"
22 ip : "172.20.136.1/26"
23 desc : "AP"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "8"
28 ssid : "ap-wirelessleiden-ajsoft1"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar RijnVliet"
36 interface : "ue0"
37 ip : "172.16.4.68/29"
38 desc : "InterLink naar RijnVliet"
39 sdesc : "b2rijnvliet"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "4"
44 ssid : "il-zw.rv.wleiden.net"
45 dhcp : "no"
46 compass : "sw"
47 ns_ip : "172.16.4.67/29"
48 ns_mac : "00:15:6d:e8:f9:b1"
49 status : "down"
50
51
52iface_vr0:
53 comment : "Ethernet naar AJSoft2"
54 interface : "vr0"
55 ip : "172.16.3.81/30"
56 desc : "Ethernet naar AJSoft2"
57 sdesc : "2ajsoft2"
58 type : "eth"
59 dhcp : "no"
60 compass : "None"
61 status : "up"
62
63
64iface_vr1:
65 comment : "link naar Haagwijk"
66 interface : "vr1"
67 ip : "172.16.5.236/29"
68 desc : "Link naar Haagwijk"
69 sdesc : "2haagwijk"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "52"
74 ssid : "il-nw.haagwijk.wleiden.net"
75 dhcp : "no"
76 bridge_type: "NanoStation5"
77 compass : "nw"
78 ns_ip : "172.16.5.235/29"
79 ns_mac : "00:15:6d:ea:eb:d5"
80 status : "up"
81
82
83iface_vr2:
84 comment : "Link naar Robijn"
85 interface : "vr2"
86 ip : "172.16.5.225/29"
87 desc : "InterLink naar Robijn"
88 sdesc : "2robijn"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "60"
93 ssid : "il-nnw.ajsoft1.wleiden.net"
94 dhcp : "no"
95 bridge_type: "NanoStation5"
96 compass : "nnw"
97 ns_ip : "172.16.5.226/29"
98 ns_mac : "00:15:6d:ec:82:8a"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.