Error starting VirtualBox: Nonexistent host networking interface, name 'vboxnet0' (VERR_INTERNAL_ERROR)

Asked 2 years ago, Updated 2 years ago, 87 views

I use VirtualBox to create a WordPress site locally.

An error occurred when I restarted VirtualBox after editing the filename (.htaccess).
Specifically, the following message appears:

 Failed to open session for virtual machine "OOO".

Nonexistent host networking interface, name 'vboxnet0' (VERR_INTERNAL_ERROR).

Exit Code: NS_ERROR_FAILURE (0x80004005)
components:ConsoleWrap
Interface: ICONSOLE {872da645-4a9b-1727-bee2-5585105b9eed}

I didn't know how to edit the file name (.htaccess), so I entered the code below, was that not working?
What I wanted to do with the code below is not to save the cache.

# Do not cache data
ExpiresByType application/json "access plus 0 seconds"
ExpiresByType application/ld+json "access plus 0 seconds"
ExpiresByType application/schema+json "access plus 0 seconds"
ExpiresByType application /vnd.geo + json "access plus 0 seconds"
ExpiresByType application/xml "access plus 0 seconds"
ExpiresByType text/xml "access plus 0 seconds"

I would appreciate it if you could tell me how to fix it.

virtualbox

2022-09-30 19:09

1 Answers

The timing just happened to overlap, I understand,
Thank you very much for your reply.

I noticed that this error was fixed upon reboot.


2022-09-30 19:09

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.