source: genesis/nodes/HybridVosko1/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.1 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.174.1"
10monitoring_group: "wleiden"
11nodename : "Vosko1"
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 west"
26 ip : "172.17.174.1/24"
27 sdesc : "ap-w"
28 mode : "ap"
29 type : "11b"
30 channel : "6"
31 ssid : "ap-WirelessLeiden-Vosko1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Lokaal ethernet"
38 ip : "172.17.175.71/28"
39 sdesc : "ethernet"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44
45iface_vr1:
46 comment : "A-link naar Grip"
47 ip : "172.16.16.57/29"
48 sdesc : "2grip"
49 mode : "ap-wds"
50 type : "eth"
51 extra_type : "eth2wifibridge"
52 channel : "64"
53 ssid : "il-zw.vosko1.wleiden.net"
54 dhcp : False
55 compass : "z"
56 ns_ip : "172.16.16.58/29"
57 ns_mac : "00:15:6d:ec:83:7d"
58 bridge_type: "NanoStation5"
59 status : "up"
60
61
62iface_vr1_alias0:
63 comment : "A-link naar Thomas"
64 ip : "172.16.16.41/29"
65 sdesc : "2thomas"
66 type : "eth"
67 extra_type : "eth2wifibridge"
68 dhcp : False
69 status : "up"
70
71
72iface_vr2:
73 comment : "Ethernet/PoE naar AP in kerk"
74 ip : "172.17.26.1/24"
75 sdesc : "2kerk"
76 mode : "ap-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "2"
80 ssid : "ap-WirelessLeiden-Pieterskerk"
81 dhcp : "10-250"
82 ns_ip : "172.17.26.2/24"
83 ns_mac : "00:27:22:e2:52:50"
84 bridge_type: "NanoStation M2"
85 status : "up"
86
87
88iface_vr2_alias0:
89 comment : "B-link naar Vosko4"
90 ip : "172.17.0.17/30"
91 sdesc : "2vosko4"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 dhcp : False
95 status : "up"
96
97
Note: See TracBrowser for help on using the repository browser.