VM cannot access internet via NAT VirtualBox

bukanspot

Indra Wahyu

Posted on June 12, 2024

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

šŸ’– šŸ’Ŗ šŸ™… šŸš©
bukanspot
Indra Wahyu

Posted on June 12, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related