source: genesis/nodes/GHR/wleiden.yaml@ 13598

Last change on this file since 13598 was 13598, checked in by rick, 8 years ago

Workaround for USB NIC w/o MAC address.

Some USB dongles do not have an MAC address, defaulting to 00:00:00:00:00:00.
This will cause issues on systems with multiple off them. Workaround is to use
an 'local' MAC adress. To ensure uniqueness use the IP of the the interface as
reference for creating the mac address.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.166297"
7location : "Groene Hart Recreatie Hofdijklaan 63, 2374 BS Oud-Ade"
8longitude : "4.5505"
9masterip : "172.17.149.1"
10monitoring_group: "leiden"
11nodename : "GHR"
12nodetype : "Hybrid"
13portal_sponsor: "Groene Hart Recreatie"
14portal_url: "http://www.groenehart-recreatie.nl"
15rdnap_x : 97756.0342112
16rdnap_y : 464567.707628
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor Buurt MGMT"
28 ip : "172.17.149.1/24"
29 sdesc : "2buurt"
30 mode : "ap"
31 type : "11g"
32 channel : 11
33 ssid : "ap-GHR-Management"
34 dhcp : "10-240"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Link naar Kaag2"
40 ether : "02:00:ac:10:07:44"
41 ip : "172.16.7.68/29"
42 sdesc : "2kaag2"
43 mode : "ap-wds"
44 type : "eth"
45 extra_type : "eth2wifibridge"
46 ssid : "il-z.kaag2.wleiden.net"
47 dhcp : False
48 compass : "nw"
49 ns_ip : "172.16.7.67/29"
50 ns_mac : "24:a4:3c:72:00:6f"
51 bridge_type: "NanoStation M5"
52 status : "up"
53
54
55iface_vr0:
56 comment : "Link naar StBavo2"
57 ip : "172.16.3.124/29"
58 sdesc : "2stbavo"
59 mode : "ap-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 ssid : "il-zo.stbavo2.wleiden.net"
63 dhcp : False
64 compass : "n"
65 ns_ip : "172.16.3.123/29"
66 ns_mac : "24:a4:3c:72:16:ae"
67 bridge_type: "NanoStation M5"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Accesspoint West repeaters 172.17.150.3 dc:9f:db:3e:1c:70 en 172.17.150.4 dc:9f:db:3e:2a:2b"
73 ip : "172.17.150.1/24"
74 sdesc : "2ap-w"
75 mode : "ap-wds"
76 type : "eth"
77 ssid : "ap-GroeneHart-West"
78 dhcp : "10-240"
79 ns_ip : "172.17.150.2/24"
80 ns_mac : "dc:9f:db:62:13:bd"
81 bridge_type: "NanoStation M2"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Accesspoint Oost repeaters 172.17.151.3 at dc:9f:db:3e:2a:28; 172.17.151.4 at dc:9f:db:3e:2a:c2"
87 ip : "172.17.151.1/24"
88 sdesc : "2buurt"
89 mode : "ap-wds"
90 type : "eth"
91 ssid : "ap-GroeneHart-Oost"
92 dhcp : "10-240"
93 ns_ip : "172.17.151.2/24"
94 ns_mac : "dc:9f:db:36:1e:5b"
95 bridge_type: "NanoStation M2"
96 status : "up"
97
98
Note: See TracBrowser for help on using the repository browser.