Standard litany
I've done a clean install of Arch from the latest ISO in the latest VMWare Workstation and then ran the archinstall script. I'm not able to access the network, thus no pacman or yay. I've looked at a mixture of the arch wiki, search results in this server, and old forum results when trying to troubleshoot this so far.
ip address
ens33 <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
sudo ip link set ens33 up
ip address
ens33 <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_code1 state UP mode DEFAULT group default qlen 1000
sudo systemctl start systemd-networkd.service
sudo systemctl start systemd-resolved.service
[no output; assuming success?]
ping cloudflare.com
ping: cloudflare.com: Temporary failure in name resolution
cat /etc/resolve.conf
nameserver set to 127.0.0.53
options edns0 trust-ad
search .
I am able to ping 127.0.0.53 successfully, so I assumed the issue is DNS.
I surprisingly do not seem to have pico, nano, or vim available with which to edit... So, sudo sed -i 's/127.0.0.53/8.8.8.8/g' /etc/resolve.conf and the edit succeeded but it did not solve the problem.
What am I missing?
(Also, as background, I have other VMs set up, including EndeavourOS and the network is fine in the other distros.)
