Error when attempting to start VM

Discussions related to using VirtualBox on Linux hosts.
Post Reply
bf109
Posts: 15
Joined: 12. Mar 2009, 10:15

Error when attempting to start VM

Post by bf109 »

Good morning all (my time :D ),

I was just trying to get host interface networking working on a W2K3 Server VM and after adding a new virtual NIC I attempted to start the VM and got this error:


Failed to open '' for read/write access. Please check the permissions of that node. Either run 'chmod 0666 /dev/net/tun' or change the group of that node and make yourself a member of that group. Make sure that these changes are permanent, especially if you are using udev.
VBox status code: -3100 (VERR_HOSTIF_INIT_FAILED).


I am so new to Linux that I attemted a search in the Ubuntu forums for a fix thinking that it was some sort of permissions issue and I got this thread:

http://ubuntuforums.org/showthread.php?t=953867

...which had a post in it with a command to run, so I tried the command:

sudo chgrp paul /dev/net/tun

...and now the VM has a grayed out "start" choice along with every other choice (can't even get into the settings).

I even tried to disable the virtual NIC, no go.

Any ideas anyone?
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: Error when attempting to start VM

Post by Sasquatch »

Read the Forum Posting Guide for once. You don't give enough info. We're missing the version of VB. Since 2.1, you no longer need TAP interfaces. Are you a member of the vboxusers group? See the VirtualBox FAQ for some more info for how to add yourself to that group.
Read the Forum Posting Guide before opening a topic.
VirtualBox FAQ: Check this before asking questions.
Online User Manual: A must read if you want to know what we're talking about.
Howto: Install Linux Guest Additions
Howto: Use Shared Folders on Linux Guest
See the Tutorials and FAQ section at the top of the Forum for more guides.
Try searching the forums first with Google and add the site filter for this forum.
E.g. install guest additions site:forums.virtualbox.org

Retired from this Forum since OSSO introduction.
Post Reply