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
remove gateway and save
finally apply the configuration
bash
sudo netplan apply
Top comments (0)