fireplex

Members
  • Posts

    194
  • Joined

  • Last visited

Report Comments posted by fireplex

  1. I'm not using docker exclusive IPs as far as I know?

     

    image.png.7ed4c4e57b5ccf0c8004325dae8ef2d0.png

     

    root@Tower:~# docker network list
    NETWORK ID     NAME       DRIVER    SCOPE
    76bd4672c776   br0        ipvlan    local
    f16d1d53f08a   bridge     bridge    local
    9631fda6a856   host       host      local
    dbc961e617d5   none       null      local
    51e76c81f980   proxynet   bridge    local
    08dbbc14524f   wg0        bridge    local

     

  2. OK, so think I figured this out.

     

    My unRAID networking was set to IPv4+IPv6 due to SMB related networking issues I had in the past.

     

    Changing the network type to IPv4 seems to fix this issue.

     

    I tried this due to a comment I saw about IPvlan use "Finally, auto-configured EUI-64 IPv6 type addresses are based on MAC type addresses. Therefore, all the Virtual Machines or containers that share the same parent interface, will auto generate the same IPv6 address. We advise the user to make sure that all the Virtual Machines or containers use static IPv6 addresses or IPv6 privacy addresses with SLAAC disabled."

     

    Whether the above is root cause I have no idea but IPv4 is working so far with IPvlan.

     

    Whether my SMB related network issues now return I will have to see....