Fix: Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter'. Error “VERR_INTNET_FLT_IF_NOT_FOUND” with Docker QuickStart Terminal and inside Oracle Virtual Box

During setup of Docker on my laptop, i faced this issue. I tried a few things suggested on the web but could not find out one source of truth to resolve this issue. I am writing this blog so that .

Error:  Below is the exact error message that we get in Docker QuickStart Terminal when launched first time.

 Failed to open a session for the virtual machine default.                                                                    

Failed to open/create the internal network 'HostInterfaceNetworking-VirtualBox Host-Only Ethernet Adapter #2' (VERR_INTNET_FLT_IF_NOT_FOUND).

Failed to attach the network LUN (VERR_INTNET_FLT_IF_NOT_FOUND).

Result Code: E_FAIL (0x80004005) Component: ConsoleWrap Interface: IConsole {872da645-4a9b-1727-bee2-5585105b9eed}

A unique key to search about this error on web would be "VERR_INTNET_FLT_IF_NOT_FOUND". The adapter number given in the above error message may differ for different people depending on number of installation/un-installation they have tried. Anyway, the main question still is "Why do we get this error?"

This error message shows up in Docker QuickStart Terminal after installation. We can see the same error "VERR_INTNET_FLT_IF_NOT_FOUND" in Oracle Virtual Box as well. Launch Oracle VirtualBox and try to start Default VM, you will see the same error there.

Reason:

The reason for this error is that we overlook the fourth option in this given window while installing Docker Tool Box. And because of this, VirtualBox Bridged Networking Driver goes unchecked or sometimes checked but remain uneffective[Potential Bug].

.reason1

 

Solution:

  1. First solution is to uninstall and reinstall Docker Tool Box with shown checkbox as checked.
  2. Second solution I have not tried myself but i have heard worked for many people.
    • Open Internet Connections.
    • Select Properties of the connection VirtualBox Host-Only Network #2 [Number can vary]
    • Uncheck and check the checkbox against shown highlighted.
    • Disable and enable the network connection.
    • virtualboxnetworkdriver

 

I hope this helps. Please don't forget to write feedback.

Thanks

Gaurav