Page 1 of 1

Problem with Bridging Virtual within a Bridged Connection

Posted: 16. Mar 2013, 18:28
by Dobler
Hi, I've been trying to figure this out for a few days. Perhaps the biggest problem with figuring out the answer is that there are no unique keywords that I can think of to explain the issue.

I have Virtualbox installed on a Solaris 11 box. I'm running Windows 2008 as a guest with a bridged network adapter. All works fine, but now I want to run OpenVPN in TAP mode on my guest meaning that my Virtual Machine must bridge the tap adapter to the virtual adapter. For some reason this won't work on Virtualbox. The closest thing I could find to a suggestion was to adjust the MTU on the Windows bridge to 1467, but that doesn't work either. The bridge is able to pick up an ip address from DHCP, but not actually send/receive any traffic.

Any suggestions on how to bridge a bridged connection? This works on VMware so I was really hoping to be able to do it on Virtualbox.

Re: Problem with Bridging Virtual within a Bridged Connectio

Posted: 21. Mar 2013, 18:35
by noteirak
Dobler wrote:I want to run OpenVPN in TAP mode on my guest meaning that my Virtual Machine must bridge the tap adapter to the virtual adapter
This is not how it works AFAIK. If you use TAP mode in OpenVPN you will bridge on the Virtual NIC provided by OpenVPN itself. There will be no modification to the "real" NIC.