Skip to content

Commit

Permalink
gub37,k12: fix missing mac_overrides
Browse files Browse the repository at this point in the history
  • Loading branch information
Noki committed Aug 18, 2024
1 parent 5c3fc73 commit 171d229
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 10 deletions.
1 change: 1 addition & 0 deletions locations/gub37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ hosts:
role: ap
model: "mikrotik_sxtsq-5-ac"
wifi_roaming: true
mac_override: {eth0: 64:d1:54:ae:ba:b0}

- hostname: gub37-hof-w
role: ap
Expand Down
1 change: 1 addition & 0 deletions locations/k12-3v0s.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ hosts:
- hostname: k12-3v0s
role: corerouter
model: "dlink_covr-x1860-a1"
mac_override: {eth0: a8:63:7d:b9:46:45}
wireless_profile: freifunk_default

ipv6_prefix: '2001:bf7:760:1300::/56'
Expand Down
1 change: 1 addition & 0 deletions locations/k12-haus4.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ hosts:
role: corerouter
model: "dlink_covr-x1860-a1"
wireless_profile: freifunk_default
mac_override: {eth0: 0c:0e:76:cf:21:e5}
wifi_roaming: true
- hostname: k12-haus4-garten
role: ap
Expand Down
13 changes: 3 additions & 10 deletions locations/k12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,41 +12,34 @@ hosts:
- hostname: k12-core
role: corerouter
model: "dlink_covr-x1860-a1"
mac_override: {eth0: a8:63:7d:db:4d:45}
wireless_profile: freifunk_default
wifi_roaming: true
- hostname: k12-cpe
role: ap
model: "mikrotik_sxtsq-5-ac"
# eth0 mac needs to be properly set
# cat /sys/firmware/mikrotik/hard_config/mac_base
mac_override:
eth0: 08:55:31:EA:E3:32
wireless_profile: freifunk_default
mac_override: {eth0: 08:55:31:ea:e3:32}
wifi_roaming: true
- hostname: k12-ap1
role: ap
model: "tplink_archer-c5-v1"
wireless_profile: freifunk_default
wifi_roaming: true
- hostname: k12-ap2
role: ap
model: "tplink_archer-c7-v5"
wireless_profile: freifunk_default
wifi_roaming: true
- hostname: k12-2h1s
role: ap
model: "dlink_covr-x1860-a1"
wireless_profile: freifunk_default
mac_override: {eth0: 0c:0e:76:cf:21:de}
wifi_roaming: true
- hostname: k12-ap3
role: ap
model: "tplink_tl-wdr4300-v1"
wireless_profile: freifunk_default
wifi_roaming: true
- hostname: k12-ap4
role: ap
model: "tplink_archer-c5-v1"
wireless_profile: freifunk_default
wifi_roaming: true

snmp_devices:
Expand Down

0 comments on commit 171d229

Please sign in to comment.