Issue with internal networking

Discussions related to using VirtualBox on Windows hosts.
Post Reply
JoDu
Posts: 4
Joined: 14. Sep 2009, 20:00
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7, Windows XP (x86), Windows Server 2008 (x64)

Issue with internal networking

Post by JoDu »

We are using VirtualBox 3.0.4 in a networking course to simulate a network.
We have an XP client with a PCnet-FAST III network interface and a Windows Server 2008 with an Intel PRO/1000 MT network interface.
For both of the guests we use two network adapters :
- an internal network (same network name has been checked)
- a NAT adapter for external connection within our guest OS.
Last Saturday, for two of the eight course members, this configuration did not work. Client could not 'see' the server.
Both the server and the client have fixed IP's as follows :
XP client : IP 192.168.2.150 - Mask 255.255.255.0 - GW 192.168.2.100 / Server 2008 : IP 192.168.2.100 - Mask 255.255.255.0 - GW 192.168.2.100
Ping from client to server and from server to client on IP-address was not successful. We disabled the firewall both on server and client, no success. We double-checked all settings, we disabled the NAT interfaces, but nothing worked.

What might be the problem ? Could anyone give me some useful tips to solve this issue.

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

Re: Issue with internal networking

Post by Perryg »

Internal network will allow the guest to see each other but not the host or Internet.
Adding NAT will give the guests access to the Internet, but will not allow them to see each other without port forwarding.
Since I do not know where the server is in this scenario I can not tell you why it is not being seen, but there also may be a limit to the number of Internal guests that are allowed.
As a suggestion I would get a $40 router and used Bridged mode.
JoDu
Posts: 4
Joined: 14. Sep 2009, 20:00
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7, Windows XP (x86), Windows Server 2008 (x64)

Re: Issue with internal networking

Post by JoDu »

Thanks for the reply.
I have been using bridged networking in the past, but since the computers using the virtual environment are connected with the school network, I experienced that there was interference of the school server when the virtual client tried to connect to the domain of the virtual server. The school server acted in this as a gateway (router).

This is why I use the mentioned configuration. I did not have any problem with this until last Saturday.
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

Re: Issue with internal networking

Post by Sasquatch »

What if you don't set a gateway for the internal network? Did you also try it without the NAT adapter? You can easily disable the adapter on the Guest OS itself, or unplug the virtual cable through the VM settings, or when it's running through the network menu icon (right click the icon in the status bar).
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.
JoDu
Posts: 4
Joined: 14. Sep 2009, 20:00
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7, Windows XP (x86), Windows Server 2008 (x64)

Re: Issue with internal networking

Post by JoDu »

As I mentioned in my first post, I disabled NAT on both server and client.

The gateway has been cleared on the server, but I did not disabled this on the client. This might be a solution, I will try it next Thursday (next course day).

Still strange that this issue occured on two of the eight computers in the class. On the six computers where it worked without problem, we did not disable the gateway neither.

Thanks anyway for the suggestion. I will post the result as soon as I know more.
JoDu
Posts: 4
Joined: 14. Sep 2009, 20:00
Primary OS: MS Windows Vista
VBox Version: VirtualBox+Oracle ExtPack
Guest OSses: Windows 7, Windows XP (x86), Windows Server 2008 (x64)

Re: Issue with internal networking

Post by JoDu »

Hi Sasquatch,

Your suggestion about leaving out the gateway on both client and server did not work. I tried a few other things, but nothing worked.

I finally used bridged networking. Now the students can login from XP Client to Windows Server 2008.

Thanks to those who replied !!
Post Reply