source: genesis/nodes/HybridVosko2/wleiden.yaml@ 11733

Last change on this file since 11733 was 11733, checked in by rick, 12 years ago

Automated corrected MAC addresses. Seems if you put it in bridge mode it will take the Wireless Mac as leading mac, instead of the Ethernet MAC.

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.15765"
7location : "Pieterskerk, Kloksteeg 16, 2311 SL, Leiden"
8longitude : "4.48786"
9masterip : "172.17.175.1"
10monitoring_group: "wleiden"
11nodename : "Vosko2"
12nodetype : "Hybrid"
13rdnap_x : 93459
14rdnap_y : 463657
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap noord"
26 ip : "172.17.175.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11b"
30 channel : "2"
31 ssid : "ap-WirelessLeiden-Vosko2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar Hortus"
38 ip : "172.16.4.137/29"
39 sdesc : "2hortus"
40 mode : "ap-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "36"
44 ssid : "il-w2.vosko2.wleiden.net"
45 dhcp : False
46 compass : "w"
47 ns_ip : "172.16.4.138/29"
48 ns_mac : "00:27:22:8a:3d:94"
49 bridge_type: "NanoStation M5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Link naar rund"
55 ip : "172.16.17.153/29"
56 sdesc : "2rund"
57 mode : "ap-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "44"
61 ssid : "il-no.vosko2.wleiden.net"
62 dhcp : False
63 compass : "no"
64 ns_ip : "172.16.17.154"
65 ns_mac : "00:15:6d:f2:35:7d"
66 bridge_type: "NanoStation5"
67 status : "up"
68
69
70iface_vr1:
71 comment : "Interlink w (Robijn)"
72 ip : "172.16.4.113/29"
73 sdesc : "2Robijn"
74 mode : "ap-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "140"
78 ssid : "il-w.vosko2.wleiden.net"
79 dhcp : False
80 compass : "w"
81 ns_ip : "172.16.4.114/29"
82 ns_mac : "00:15:6d:f6:be:f7"
83 bridge_type: "NanoStation5"
84 status : "up"
85
86
87iface_vr1_alias0:
88 comment : "Interlink w (Huub)"
89 ip : "172.16.4.121/29"
90 sdesc : "2huub"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 dhcp : False
94 status : "up"
95
96
97iface_vr1_alias1:
98 comment : "Interlink w (BCSte)"
99 ip : "172.16.3.155/29"
100 sdesc : "2bcste"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 dhcp : False
104 status : "up"
105
106
107iface_vr2:
108 comment : "Lokaal ethernet"
109 ip : "172.17.175.72/28"
110 sdesc : "ethernet"
111 type : "eth"
112 dhcp : False
113 status : "up"
114
115
Note: See TracBrowser for help on using the repository browser.