HIF on Debian/Ubuntu host - manual not clear enough

Discussions related to using VirtualBox on Linux hosts.
Post Reply
fox15
Posts: 4
Joined: 15. May 2008, 18:10

HIF on Debian/Ubuntu host - manual not clear enough

Post by fox15 »

Hi!

The following refers to UserManual.pdf, part 6.7.1.1 "Debian and Ubuntu hosts".

If you are using a virtual interface, the bridge_ports-statement in file
/etc/network/interfaces must list physical AND virtual interface.
e. g.:

Code: Select all

bridge_ports eth0 vbox0
I think the manual is not clear enough in this point.

Suggestion:
Filename of manual could be VirtualBoxUserManual_1.6.4.pdf
or something like that.

To all developers:
Thank you for your great work!

Best regards
Fox
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

Post by Sasquatch »

Fox15, if you set up the HIF correctly, using the supplied VB utility, you also specify a bridge to be added to. VB reads the interfaces file and adds his interfaces to the bridge if it's needed. If I would remove the virtual interfaces from my interfaces file (I have it listed too, like you have ;)) and look at the bridge, I will see only my lan adapter. When I run one of my VMs that has a HIF connected to the bridge, it will be shown after I start the VM, like it should.
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.
andmalc
Posts: 1
Joined: 24. Aug 2008, 04:07

Re: HIF on Debian/Ubuntu host - manual not clear enough

Post by andmalc »

The line in my /etc/network/interfaces is

Code: Select all

bridge_ports eth0
but bridged networking seems to be running OK.

This is under Debian unstable.
Post Reply