Nethserver-docker : macvlan IP range setting no longer honoured?

Hi,

I added a container to the macvlan network today and strangely it got the address 10.0.1.1, outside the macVlanNetwork range

# config show docker
docker=service
    DirectLvmDevice=
    IpAddress=172.28.0.1
    Network=172.28.0.0/16
    bridgeAeria=
    enableRepository=disabled
    macVlanGateway=10.0.1.254
    macVlanLocalNetwork=10.0.1.0/24
    macVlanNetwork=10.0.1.224/28
    macVlanNic=br0
    status=enabled

In portainer I notice the following :

The IPV4 IP range doesn’t look configured.

I already tried to signal-event nethserver-docker-update, no change.

There was a change to my network topology recently : NS is not my gateway anymore. I removed one NIC, but br0 is still there.

Any idea ?

Matthieu

1 Like

:thinking: thinking… Maybe I’ve to set the IP myself ? macvlan isn’t serving DHCP adresses like aeria, right ?