source: genesis/nodes/CNodeRobijn/wleiden.yaml@ 10094

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 2.3 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,ue0,vr2,vr0,vr1"
7latitude : "4.46265"
8location : "Zorgcentrum Robijnhof, Robijnhof 1, 2332 KJ, Leiden"
9longitude : "52.15457"
10masterip : "172.20.8.1"
11nodename : "Robijn"
12nodetype : "CNode"
13rdnap_x : 91729
14rdnap_y : 463336
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "omni"
21 interface : "ath0"
22 ip : "172.20.8.1/26"
23 desc : "omni voor de buurt"
24 sdesc : "omni"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "4"
28 ssid : "ap-wirelessleiden-robijn"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet"
36 interface : "ue0"
37 ip : "172.20.8.65/28"
38 desc : "Ethernet naar Robijn"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "67-78"
42 compass : "None"
43 status : "down"
44
45
46iface_vr0:
47 comment : "A link naar Vosko2 via nanostation"
48 interface : "vr0"
49 ip : "172.16.4.116/29"
50 desc : "Link naar vosko2"
51 sdesc : "2vosko2"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 ssid : "il-w.vosko.wleiden.net"
56 dhcp : "no"
[10074]57 bridge_type: "NanoStation5"
[10059]58 compass : "w"
59 ns_ip : "172.16.4.115/29"
60 ns_mac : "00:15:6d:f2:39:37"
61 status : "up"
62
63
64iface_vr1:
65 comment : "A Link naar Unigor via nanostation"
66 interface : "vr1"
67 ip : "172.16.5.220/29"
68 desc : "link naar Unigor"
69 sdesc : "2unigorA"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 ssid : "il-z.unigor1.wleiden.net"
74 dhcp : "no"
[10074]75 bridge_type: "NanoStation5"
[10059]76 compass : "s"
77 ns_ip : "172.16.5.219/29"
78 ns_mac : "00:15:6d:f2:39:44"
79 status : "up"
80
81
82iface_vr2:
83 comment : "A Link naar AJSoft via nanostation"
84 interface : "vr2"
85 ip : "172.16.5.228/29"
86 desc : "Link naar AJSoft"
87 sdesc : "2ajsoft"
88 mode : "station-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 ssid : "il-nw.ajsoft1.wleiden.net"
92 dhcp : "no"
[10074]93 bridge_type: "NanoStation5"
[10059]94 compass : "nw"
95 ns_ip : "172.16.5.227/29"
96 ns_mac : "00:15:6d:f2:38:07"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.