-
Notifications
You must be signed in to change notification settings - Fork 88
Open
Description
Since version 5:29.0.4-1ubuntu.24.04noble i get this error for multiple networks.
Version 5:29.0.3-1ubuntu.24.04noble works fine.
Error Message:
* invalid config for network macvlan_iot: invalid endpoint settings:
no configured subnet contains IP address fdda:9280:731e:c:0:3:0:1
System: 6.8.0-1041-raspi #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Oct 3 22:47:54 UTC 2025 aarch64 aarch64 aarch64 GNU/Linux
Network:
docker network create -d macvlan --subnet 10.13.12.0/22 --gateway 10.13.12.1 --subnet=fdda:9280:731e:c::/64 --gateway=fdda:9280:731e:c:0:1::1 -o parent=iot-vlan macvlan_iot
compose:
services:
app:
image: lscr.io/linuxserver/unifi-network-application:latest
container_name: unifi_app
hostname: unifi_app
restart: always
volumes:
- /etc/localtime:/etc/localtime:ro
- /docker/unifi_stack/app/conf:/config:rw
networks:
...
macvlan_iot:
ipv4_address: 10.13.12.3
ipv6_address: "fdda:9280:731e:c:0:3::1"
...
networks:
...
macvlan_iot:
external: true
...
Metadata
Metadata
Assignees
Labels
No labels