source: genesis/nodes/CNodeDeClercq/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.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.52066"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "52.15060"
10masterip : "172.18.128.1"
11nodename : "DeClercq"
12nodetype : "CNode"
13rdnap_x : 95694
14rdnap_y : 462845
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "Ap voor buurt"
21 interface : "ath0"
22 ip : "172.18.128.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-declercq"
29 dhcp : "10-60"
30 card_option: "mode 11b"
31 compass : "None"
32 status : "up"
33
34
35iface_ue0:
36 comment : "a-link to Stadhuis via 8772b-adapter en Nanostation5"
37 interface : "ue0"
38 ip : "172.16.3.212/29"
39 desc : "ethernet"
40 sdesc : "2stadhuis"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "60"
45 ssid : "il-o.stadhuis.wleiden.net"
46 dhcp : "False"
47 bridge_type: "NanoStation5"
48 compass : "e"
49 ns_ip : "172.16.3.211/29"
50 ns_mac : "00:15:6d:ea:f0:63"
51 status : "down"
52
53
54iface_vr0:
55 comment : "ethernet"
56 interface : "vr0"
57 ip : "172.16.4.53/30"
58 desc : "local ethernet"
59 sdesc : "2proxy9"
60 type : "eth"
61 dhcp : "no"
62 compass : "None"
63 status : "up"
64
65
66iface_vr1:
67 comment : "a-link to Roomburgh3 via Nanostation5"
68 interface : "vr1"
69 ip : "172.16.5.185/29"
70 desc : "Ethernet to interlink west (Roomburgh3)"
71 sdesc : "2roomburgh3"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "36"
76 ssid : "il-w.declercq.wleiden.net"
77 dhcp : "False"
78 bridge_type: "NanoStation5"
79 compass : "w"
80 ns_ip : "172.16.5.186/29"
81 ns_mac : "00:15:6d:ea:f0:70"
82 status : "up"
83
84
85iface_vr2:
86 comment : "a-link to Leythenrode via Nanostation5"
87 interface : "vr2"
88 ip : "172.16.5.172/29"
89 desc : "ethernet"
90 sdesc : "2leythenrode"
91 mode : "station-wds"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "44"
95 ssid : "il-zw.leythenrode.wleiden.net"
96 dhcp : "False"
97 bridge_type: "NanoStation5"
98 compass : "sw"
99 ns_ip : "172.16.5.171/29"
100 ns_mac : "00:15:6d:ea:f0:7b"
101 status : "down"
102
103
Note: See TracBrowser for help on using the repository browser.