Skip to content

IPv6 no configured subnet contains IP address #1550

@SMHRambo

Description

@SMHRambo

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions