Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gub37,k12: fix missing mac_overrides #944

Merged
merged 1 commit into from
Aug 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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