Connecting to the internet
To get your VM connected to the internet it's Network Interface Card (NIC) should be in one of these modes:
- Bridge
- NAT
- NAT Network
Inside your Linux VM, ensure you have an IP address and start reaching out:
# Check your ip address
ip a
# Try and ping cloudflare
ping 1.1.1.1
# Check your public IP address
curl https://ip.trustme.click