AKA potential-journey AKA Xander
ubuntu images https://cloud-images.ubuntu.com/releases/groovy/release/
https://linuxhint.com/create_user_ubuntu/ https://unix.stackexchange.com/questions/3568/how-to-switch-between-users-on-one-terminal
I got a clue in the following: Issue 4844 (I also removed docker WSL but I don't think that that made any diff)
- Created a /etc/wsl.conf containing
[network] generateResolvConf = false
- I exited wsl and then issued a
wsl --shutdown
- entered wsl force deleted the /etc/resov.conf to stop it being a symbolic link
sudo rm -fd /etc/resov.conf
- I exited wsl and then issued a
wsl --shutdown
- entered wsl and recreated a resolv.conf
sudo touch /etc/resov.conf sudo nano /etc/resov.conf
- Added the following line to the /etc/resolv.conf
nameserver 8.8.8.8
- I exited wsl and then issued a
wsl --shutdown
- Entered wsl and everything was now working