DEV Community

Indra Wahyu
Indra Wahyu

Posted on

VM cannot access internet via NAT VirtualBox

My Problem

My Ubuntu Virtual Machine can`t access internet using NAT interface

My Solution

check IP address configuration

bash
sudo nano /etc/netplan/00-installer-config.yaml

netplan

remove gateway and save

remove gateway

finally apply the configuration

bash
sudo netplan apply

ping

Top comments (0)