0

I'm using Ubuntu 15.10 64 bit and Windows XP in VirtualBox. The virtualization start but in Windows XP there is no connection.

In Wbuntu I'm using the Ethernet connection from Vodafone Station.

The settings are:

VirtualBox network configuration 1

VirtualBox network configuration 2

VirtualBox configuration overview

What I must do to navigate in windows?

Edit

I tried in Windows to ping through cmd.exe and it works! So the problem may be in Internet Explorer...

2 Answers2

0

You're using a VirtualBox NAT network. Your network is already NATting to the Internet, so you don't need to do this.

To make VirtualBox present your VM to the LAN as a normal everyday computer, in the Network settings, choose "Bridged Adapter" and bind it to your real PC's ethernet card. This way the VM is seen on the LAN as a "real" computer and will receive an IP address like any normal PC.

And yes, upgrade yourself to Ubuntu 15.10.

0

I resolved that way:

  1. setting NAT in virtual machine

  2. in Windows

    • run:

      netsh int ip reset c:\resetlog.txt
      netsh winsock reset
      
    • open windows firewall -> Advanced -> uncheck "local network connection (LAN)"
    • disable windows firewall
  3. open explorer and download Firefox.

David Foerster
  • 36,264
  • 56
  • 94
  • 147
  • As you're a reputation 3 user: if this answers your question, don't forget to click the grey ☑ under the "0" at the left of this text to accept it, which means "yes, this answer is valid"! Your own answer seems like a better candidate for the accepted answer since the currently accepted answer only gives general advice. – David Foerster Feb 07 '16 at 18:29