source: genesis/nodes/HybridZijloever/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: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16161"
7location : "Zorgvoorziening Zijloever, Lage Rijndijk 129, 2315 JS, Leiden"
8longitude : "4.51431"
9masterip : "172.19.0.1"
10monitoring_group: "wleiden"
11nodename : "Zijloever"
12nodetype : "Hybrid"
13rdnap_x : 95274
14rdnap_y : 464075
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"
26 ip : "172.19.0.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11b"
30 channel : "8"
31 ssid : "ap-WirelessLeiden-Zijloever"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "Link naar SOM1"
38 ip : "172.16.4.228/29"
39 sdesc : "2som1"
40 mode : "station-wds"
41 type : "eth"
42 channel : "52"
43 ssid : "il-z.som1.wleiden.net"
44 dhcp : False
45 compass : "nw"
46 ns_ip : "172.16.4.227/29"
47 ns_mac : "00:15:6d:f6:be:ec"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Link naar Roomburgh2"
54 ip : "172.16.4.236/29"
55 sdesc : "2roomburgh3"
56 mode : "station-wds"
57 type : "eth"
58 channel : "44"
59 ssid : "il-n.roomburgh2.wleiden.net"
60 dhcp : False
61 compass : "z"
62 ns_ip : "172.16.4.235/29"
63 ns_mac : "00:15:6d:70:4d:a9"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
68iface_vr2:
69 comment : "Link naar ROC1"
70 ip : "172.16.5.60/29"
71 sdesc : "2roc1"
72 mode : "station-wds"
73 type : "eth"
74 channel : "108"
75 ssid : "il-no.roc1.wleiden.net"
76 dhcp : False
77 compass : "zw"
78 ns_ip : "172.16.5.59/29"
79 ns_mac : "00:27:22:8a:3b:ab"
80 bridge_type: "NanoStation M5"
81 status : "up"
82
83
Note: See TracBrowser for help on using the repository browser.