source: genesis/nodes/CNodeLivingLab/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.2 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.46733"
8location : "Demowoning, Pergolesipad 95, 2324 DG, Leiden"
9longitude : "52.14490"
10masterip : "172.20.140.1"
11nodename : "LivingLab"
12nodetype : "CNode"
13rdnap_x : 92036
14rdnap_y : 462256
15release : "9.0-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.20.140.1/26"
23 desc : "AP voor de buurt"
24 sdesc : "ap"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "4"
28 ssid : "ap-wirelessleiden-livinglab"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Link naar Roomburgh2"
36 interface : "ue0"
37 ip : "172.16.4.60/29"
38 desc : "link naar Roomburgh2"
39 sdesc : "2Roomburgh2"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "116"
44 ssid : "il-zw.roomburgh2.wleiden.net"
45 dhcp : "no"
46 bridge_type: "NanoStation5"
47 compass : "sw"
48 ns_ip : "172.16.4.59/29"
49 ns_mac : "00:15:6d:70:51:f5"
50 status : "up"
51
52
53iface_vr0:
54 interface : "vr0"
55 ip : "172.16.2.253/30"
56 desc : "Ethernet naar proxy"
57 sdesc : "2proxy"
58 type : "eth"
59 dhcp : "no"
60 compass : "None"
61 status : "up"
62
63
64iface_vr1:
65 interface : "vr1"
66 ip : "172.16.17.105/29"
67 desc : "link naar AJSoft2"
68 sdesc : "2AJSoft2"
69 mode : "station-wds"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "36"
73 ssid : "il-n.livinglab.wleiden.net"
74 dhcp : "no"
75 bridge_type: "NanoStation5"
76 compass : "n"
77 ns_ip : "172.16.17.106/29"
78 ns_mac : "00:15:6d:70:52:60"
79 status : "up"
80
81
82iface_vr2:
83 interface : "vr2"
84 ip : "172.16.17.113/29"
85 desc : "Ethernet naar Haagwijk"
86 sdesc : "2Haagwijk"
87 mode : "station-wds"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 channel : "44"
91 ssid : "il-zo.livinglab.wleiden.net"
92 dhcp : "no"
93 bridge_type: "NanoStation5"
94 compass : "se"
95 ns_ip : "172.16.17.114"
96 ns_mac : "00:15:6d:70:51:e9"
97 status : "up"
98
99
Note: See TracBrowser for help on using the repository browser.