Multi-Homed OMV

  • I have an OMV machine with 2 NICs. I only want OMV listening to one NIC so that I can have a different web service bound to the second nic (for BackupPC).


    After having added the second NIC, I was suprised to see OMV having bound to the second IP as well. How can I keep OMV "connected" to a single NIC?

  • I found I can specify a specific binding:

    Code
    /etc/nginx/sites-enabled/openmediavault-webgui
       listen 192.168.1.73:80;
    #    listen [::]:80 default_server ipv6only=off;

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!