source: genesis/nodes/CNodeVosko2/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: "ath0,vr2,vr0,vr1"
7latitude : "4.48786"
8location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
9longitude : "52.15765"
10masterip : "172.17.175.1"
11nodename : "Vosko2"
12nodetype : "CNode"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap noord"
21 interface : "ath0"
22 ip : "172.17.175.1/26"
23 desc : "AP west"
24 sdesc : "ap-n"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-wirelessleiden-vosko2"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "naar Rund"
36 interface : "vr0"
37 ip : "172.16.17.153/29"
38 desc : "Link naar rund"
39 sdesc : "2rund"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "44"
44 ssid : "il-no.vosko2.wleiden.net"
45 dhcp : "no"
46 bridge_type: "NanoStation5"
47 compass : "ne"
48 ns_ip : "172.16.17.154"
49 ns_mac : "00:15:6d:f3:35:7d"
50 status : "down"
51
52
53iface_vr1:
54 comment : "link Robijn"
55 interface : "vr1"
56 ip : "172.16.4.113/29"
57 desc : "interlink w (Robijn)"
58 sdesc : "2Robijn"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "140"
63 ssid : "il-w.vosko2.wleiden.net"
64 dhcp : "no"
65 bridge_type: "NanoStation5"
66 compass : "w"
67 ns_ip : "172.16.4.114/29"
68 ns_mac : "00:15:6d:f7:be:f7"
69 status : "up"
70
71
72iface_vr1_alias0:
73 comment : "link naar Huub"
74 interface : "vr1:0"
75 ip : "172.16.4.121/29"
76 desc : "interlink w (Huub)"
77 sdesc : "2huub"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 dhcp : "no"
81 compass : "None"
82 status : "up"
83
84
85iface_vr1_alias1:
86 comment : "link naar BCSte"
87 interface : "vr1:1"
88 ip : "172.16.3.155/29"
89 desc : "interlink w (BCSte)"
90 sdesc : "2bcste"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 dhcp : "no"
94 compass : "None"
95 status : "up"
96
97
98iface_vr2:
99 comment : "lokaal ethernet"
100 interface : "vr2"
101 ip : "172.17.175.72/28"
102 desc : "lokaal ethernet"
103 sdesc : "ethernet"
104 type : "eth"
105 dhcp : "no"
106 compass : "None"
107 status : "up"
108
109
Note: See TracBrowser for help on using the repository browser.