VPN over NAT - Vbox 2.0.2 -Vista x64 host, Windows XP guest

Discussions related to using VirtualBox on Windows hosts.
Post Reply
rhv
Posts: 3
Joined: 13. Oct 2008, 21:20

VPN over NAT - Vbox 2.0.2 -Vista x64 host, Windows XP guest

Post by rhv »

I am using VirtualBox 2.0.2 with Vista x64 as the host and Windows XP x86 as the guest.

I want to be able to connecting using Windows VPN from the guest into my office. Using NAT networking the VPN connection never completes. I tried creating a network interface and using bridging. While this works in that the VPN connects, it causes my network on the host to become unstable with the connection dropping every ten minutes or so.

Is there a way to configure my network settings and/or firewall to allow Windows VPN to function correctly in the guest while using NAT networking? I believe Windows VPN uses PPTP which is TCP port 1723. It also uses the GRE protocol (47).

I have a similar WinXP guest running in Virtual PC 2007. It works seamlessly without having to manually setup bridging or having to modify my firewall configuration. Also, whatever VPC is doing does not cause any instability in my network connection. How is the approach that Virtual PC uses different than what VirtualBox does?

I much prefer VirtualBox over Virtual PC for the features and the ability to use the same virtualization software under both of my development environments (Vista and Solaris), but the bridging requirement is turning out to be a showstopper.
TerryE
Volunteer
Posts: 3572
Joined: 28. May 2008, 08:40
Primary OS: Ubuntu other
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Ubuntu 10.04 & 11.10, both Svr&Wstn, Debian, CentOS
Contact:

Re: VPN over NAT - Vbox 2.0.2 -Vista x64 host, Windows XP gu

Post by TerryE »

rhv wrote: It also uses the GRE protocol (47).
See http://www.virtualbox.org/ticket/1756
Read the Forum Posting Guide
Google your Q site:VirtualBox.org or search for the answer before posting.
scunning
Posts: 16
Joined: 23. Aug 2008, 18:28

Re: VPN over NAT - Vbox 2.0.2 -Vista x64 host, Windows XP gu

Post by scunning »

I wonder if ALL firewalls on both Host and Guest are completely turned OFF
not just open up holes but turned OFF ? The TCP port 1723 is used for auth and that is a pretty straight forward TCP connection so I am guessing that parts works fine. But the GRE is a tricky beast so you have to be firewall free I think as a starting point

Now on your host PPTP works perfectly correct--no drops stays up a long time ?

Final thought: You might go into the properties of the Micorsoft VPN and play around with the security settings to try mandatory encryption vs optional etc. What is the Host or Head-end of the PPTP vpn ?? Do you have any knowledge or control over hos that is set-up ?

rhv wrote:I am using VirtualBox 2.0.2 with Vista x64 as the host and Windows XP x86 as the guest.

I want to be able to connecting using Windows VPN from the guest into my office. Using NAT networking the VPN connection never completes. I tried creating a network interface and using bridging. While this works in that the VPN connects, it causes my network on the host to become unstable with the connection dropping every ten minutes or so.

Is there a way to configure my network settings and/or firewall to allow Windows VPN to function correctly in the guest while using NAT networking? I believe Windows VPN uses PPTP which is TCP port 1723. It also uses the GRE protocol (47).

I have a similar WinXP guest running in Virtual PC 2007. It works seamlessly without having to manually setup bridging or having to modify my firewall configuration. Also, whatever VPC is doing does not cause any instability in my network connection. How is the approach that Virtual PC uses different than what VirtualBox does?

I much prefer VirtualBox over Virtual PC for the features and the ability to use the same virtualization software under both of my development environments (Vista and Solaris), but the bridging requirement is turning out to be a showstopper.
Post Reply