failed to create host network interface on solaris 11 host

Discussions related to using VirtualBox on Solaris hosts.
Post Reply
jjs
Posts: 1
Joined: 13. May 2014, 09:31

failed to create host network interface on solaris 11 host

Post by jjs »

Hi all,

I'm running VBox 4.3.10 on Solaris 11 host.
Could anyone help on how to add additional "Host Only Network"?
I tried on the GUI and Cli, but all failed.
- the GUI (Preference -> Network -> the Host-only Network '+' button) gives me an error with on details
- On Cli:

Code: Select all

# VBoxManage hostonlyif ipconfig vboxnet1 --ip 172.1.0.1       
VBoxManage: error: The host network interface with the given name could not be found
VBoxManage: error: Details: code NS_ERROR_INVALID_ARG (0x80070057), component Host, interface IHost, callee nsISupports
VBoxManage: error: Context: "FindHostNetworkInterfaceByName(name.raw(), hif.asOutParam())" at line 218 of file VBoxManageHostonly.cpp
VBoxManage: error: Could not find interface 'vboxnet1'
- I tried:

Code: Select all

# ln -s  /devices/pseudo/vboxnet\@0\:vboxnet0 /dev/vboxnet1
, the error remains the same.
- if I try:

Code: Select all

# dladm create-vnic -l vboxnet0 vboxnet1
then I can see vboxnet1 in the GUI, but it doesn't work(IP addresses on vboxnet1 cannot reach/ping each other(Destination Host Unreachable) ).

BTW, the vboxnet0 work fine. and I can add new interfaces on Windows host.

Any suggestions are appreciated.
Thanks!
-SJ
Perryg
Site Moderator
Posts: 34369
Joined: 6. Sep 2008, 22:55
Primary OS: Linux other
VBox Version: OSE self-compiled
Guest OSses: *NIX

Re: failed to create host network interface on solaris 11 ho

Post by Perryg »

the GUI (Preference -> Network -> the Host-only Network '+' button) gives me an error with on details
What is the error? Be specific!

Also what does the following return in a host terminal:

Code: Select all

VBoxManage list hostonlyifs
Post Reply