fxp555

Members
  • Posts

    6
  • Joined

  • Last visited

Report Comments posted by fxp555

  1. 20 minutes ago, Koenig said:

    After I updated to beta24 Br0 disappeard and I do not understand how to get it back, can't run any of the VM's due to this missing.

    What I have done so far is to delete and recreate the docker.img (found this in another thread), but it didn't help

     

    What to do next?

    unraid-diagnostics-20200712-0908.zip 142.28 kB · 0 downloads

    I think this is a known issue: Go to Settings -> Docker -> Disable Docker -> Apply -> Enable Docker -> Apply.

    Edit: Now that I realized that you already recreated docker.img I am not that sure. You could try disabling and enabling VMs as well.

     

  2. After reading that the privacy extension setting should now work I wonderd why I am getting random IPv6 interface identifiers even after updating.

    Turns out UNRAID uses dhcpcd to get the addresses and there slaac is set to private instead of hwaddr. Maybe it should be considerd to change this by default to hwaddr because it makes it very hard to configure a firewall properly to allow traffic to the UNRAID System. (Or at least provide a option to do so)

     

    Uncommenting slaac hwaddr instead of slaac private in

    /etc/dhcpcd.conf

    and restarting networking with

    php -q /usr/local/emhttp/plugins/dynamix/scripts/netconfig eth0

    does the trick.

     

    See my feature request: