0

From my virtualbox device I cannot connect to internet.

ping www.google.com works well. But when I open mozilla and try connect to internet, it is unsuccessful. In virtualbox settings in Windows I use NAT network adapter. What I am doing wrong? In ububtu I didn`t make any changes, it is a clean install.

Host OS: Windows7

Guest OS: Ubuntu 16.04

wair92
  • 482
  • 2
  • 5
  • 19

1 Answers1

1

Try creating a Network NAT in VirtualBox and then change the Network settings of your VirtualMachine (Ubuntu 16.04) to the Network NAT you crated.

If that doesn't work, try to swap again to NAT and reboot your virtual machine. Once you are in Ubuntu, press ctrl+alt+T to open a terminal and type sudo service networking restart

xBeiker
  • 128
  • 10
  • 1
    I already configured NAT interface in VirtualBox and checked the interface config in Linux which all looked good. service networking restart was all I then needed and resolved the issue for me. – Wayne Phipps Mar 11 '20 at 12:34