source: genesis/nodes/CNodeUniGor2/wleiden.yaml@ 10092

Last change on this file since 10092 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: "ath0,vr2,vr0,vr1"
7latitude : "4.45961"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "52.16782"
10masterip : "172.22.8.1"
11nodename : "UniGor2"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting zuid"
21 interface : "ath0"
22 ip : "172.22.8.1/24"
23 desc : "AP Richting Zuid"
24 sdesc : "ap-zuid"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "7"
28 ssid : "ap-wirelessleiden-unigor-zuid"
29 dhcp : "10-250"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet"
36 interface : "vr0"
37 ip : "172.19.128.66/28"
38 desc : "Ethernet naar server en Gorlaeus nodes"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "Link naar Cam via bullet 2"
48 interface : "vr1"
49 ip : "172.16.16.129/29"
50 desc : "Link naar Cam"
51 sdesc : "2cam"
52 mode : "station-wds"
53 type : "eth"
54 channel : "7"
55 ssid : "n-o.unigor.wleiden.net"
56 dhcp : "no"
57 bridge_type: "Bullet2"
58 compass : "e"
59 ns_ip : "172.16.16.130/29"
60 ns_mac : "00:15:6d:e8:e6:9b"
61 status : "up"
62
63
64iface_vr1_alias0:
65 comment : "Link naar Brug via bullet 2"
66 interface : "vr1:0"
67 ip : "172.16.0.17/30"
68 desc : "Link naar Brug"
69 sdesc : "2brug"
70 type : "eth"
71 dhcp : "no"
72 compass : "None"
73 status : "up"
74
75
76iface_vr1_alias1:
77 comment : "Link naar AZC via bullet 2"
78 interface : "vr1:1"
79 ip : "172.16.0.165/30"
80 desc : "Link naar AZC"
81 sdesc : "2azc"
82 type : "eth"
83 extra_type : "eth2wifibridge"
84 dhcp : "no"
85 compass : "None"
86 status : "up"
87
88
89iface_vr2:
90 comment : "a-link Nanostation5 naar DirkLos2"
91 interface : "vr2"
92 ip : "172.16.4.1/29"
93 desc : "a-link naar DirkLos2"
94 sdesc : "2DirkLos2"
95 mode : "station-wds"
96 type : "eth"
97 extra_type : "eth2wifibridge"
98 channel : "149"
99 ssid : "il-o.unigor2.wleiden.net"
100 dhcp : "no"
101 bridge_type: "NanoStation5"
102 compass : "e"
103 ns_ip : "172.16.4.2/29"
104 ns_mac : "00:15:6d:d0:14:75"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.