source: genesis/nodes/CNodeAJSoft2/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.137.1"
11nodename : "AJSoft2"
12nodetype : "CNode"
13rdnap_x : 92035
14rdnap_y : 462384
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "link livinglab"
21 interface : "ath0"
22 ip : "172.16.17.108/29"
23 desc : "Link naar LivingLab"
24 sdesc : "2livinglab"
25 mode : "station-wds"
26 type : "11a"
27 channel : "36"
28 ssid : "il-n.livinglab.wleiden.net"
29 dhcp : "no"
30 compass : "n"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Muiderkring"
36 interface : "ue0"
37 ip : "172.16.6.49/29"
38 desc : "Link naar Muiderkring"
39 sdesc : "2muiderkring"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "8"
44 ssid : "il-nno.ajsoft2.wleiden.net"
45 dhcp : "no"
46 bridge_type: "Bullet2"
47 compass : "nne"
48 ns_ip : "172.16.6.50/29"
49 ns_mac : "00:15:6d:e8:f9:c6"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Ethernet naar AJSoft1"
55 interface : "vr0"
56 ip : "172.16.3.82/30"
57 desc : "Ethernet naar AJSoft1"
58 sdesc : "2ajsoft1"
59 type : "eth"
60 dhcp : "no"
61 compass : "None"
62 status : "up"
63
64
65iface_vr1:
66 comment : "link naar Hofland"
67 interface : "vr1"
68 ip : "172.16.6.41/29"
69 desc : "Link naar Hofland"
70 sdesc : "2hofland"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "100"
75 ssid : "il-w.ajsoft2.wleiden.net"
76 dhcp : "no"
77 compass : "w"
78 ns_ip : "172.16.6.42/29"
79 ns_mac : "00:15:6d:ea:f0:6a"
80 status : "down"
81
82
83iface_vr2:
84 comment : "Link naar oost"
85 interface : "vr2"
86 ip : "172.16.6.17/29"
87 desc : "a-interLink naar RijnVliet"
88 sdesc : "a2rijnvliet"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "52"
93 ssid : "il-o-ajsoft2.wleiden.net"
94 dhcp : "no"
95 bridge_type: "NanoStation5"
96 compass : "None"
97 ns_ip : "172.16.6.18/29"
98 ns_mac : "00:15:6d:ea:f0:6d"
99 status : "up"
100
101
Note: See TracBrowser for help on using the repository browser.