[Solved] How do I add a new interface on the guest OS.

Discussions about using Solaris guests in VirtualBox.
Post Reply
MickeyG
Posts: 5
Joined: 24. Aug 2009, 09:12
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Solaris 10, redhat, windows

[Solved] How do I add a new interface on the guest OS.

Post by MickeyG »

Hi Everyone,

May primary interface is working fine. I wanted to added an new interface but I'm not sure how to do it. I've checked the box on the virtual machine for a new interface but when I boot the guest and do an ifconfig -a, I only see one interface.

Is there a command on the guest OS i need to run to make the new interface show up?

Many thanks

MickeyG
Sasquatch
Volunteer
Posts: 17798
Joined: 17. Mar 2008, 13:41
Primary OS: Debian other
VBox Version: PUEL
Guest OSses: Windows XP, Windows 7, Linux
Location: /dev/random

Re: How do I add a new interface on the guest OS.

Post by Sasquatch »

When you enable the second NIC, it should be visible in the Guest without doing anything else. Are you sure you don't see an additional NIC? Check /etc/udev/rules.d/70-persistent-net.rules (if that exists on Solaris, I have no idea how that system works) for a list of found hardware. Else the command lshw -C network can help.
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.
MickeyG
Posts: 5
Joined: 24. Aug 2009, 09:12
Primary OS: Ubuntu other
VBox Version: OSE Debian
Guest OSses: Solaris 10, redhat, windows

Re: How do I add a new interface on the guest OS.

Post by MickeyG »

Thanks Sasquatch,

I can now see the nic now. I had to plumb it in.

#ifconfig e1000g1 plumb

Hopefully it was stay there after a reboot.

MickeyG
Post Reply