I've gotten the Ubuntu VM to connect to the internet, and the XP VM to connect to the Ubuntu VM (says "connected"), but it won't load any webpages.
Here is the script I ran on the Ubuntu VM for forwarding
Code: Select all
sudo sysctl -w net.ipv4.ip_forward=1
sudo iptables -P FORWARD ACCEPT
sudo iptables -t nat -A POSTROUTING -o enp0s8 -j MASQUERADEWhat am I doing wrong? I can post pictures of all my settings if needed.