Thanks for the response!
As you noted, I know a lot of the troubleshooting steps were unnecessary but I have been trying to fix this issue for months (since Sequoias original release) so I was trying anything and everything to get it working, but have only now decided to post on the forum.
Also, I did attach the quick report and vmware.log file in my original post but have re-attached them here too.
To answer your questions:
Do the Fusion virtual network settings look correct (from the Fusion menu bar, VMware Fusion > Settings... > Network)?
Yes, virtual network settings look correct and are identical to before the upgrade.
When the Fusion GUI is started, are the background processes for Fusion active? In a standard virtual network configuration, you should see one vmnet-natd process, two vmnet-dhcpd processes and one vmnet-bridge process. Example:
I think the background processes for Fusion are all active. See below:
% ps -ef | grep -i vmnet
0 1762 1 0 12:03PM ?? 0:00.04 /Library/Application Support/VMware/VMware Fusion/Services/Contents/Library/vmnet-bridge
0 1765 1 0 12:03PM ?? 0:00.01 /Library/Application Support/VMware/VMware Fusion/Services/Contents/Library/vmnet-dhcpd -s 6 -cf /Library/Preferences/VMware Fusion/vmnet1/dhcpd.conf -lf /var/db/vmware/vmnet-dhcpd-vmnet1.leases -pf /var/run/vmnet-dhcpd-vmnet1.pid vmnet1
0 1769 1 0 12:03PM ?? 0:00.74 /Library/Application Support/VMware/VMware Fusion/Services/Contents/Library/vmnet-natd -s 6 -m /Library/Preferences/VMware Fusion/vmnet8/nat.mac -c /Library/Preferences/VMware Fusion/vmnet8/nat.conf
0 1771 1 0 12:03PM ?? 0:00.02 /Library/Application Support/VMware/VMware Fusion/Services/Contents/Library/vmnet-dhcpd -s 6 -cf /Library/Preferences/VMware Fusion/vmnet8/dhcpd.conf -lf /var/db/vmware/vmnet-dhcpd-vmnet8.leases -pf /var/run/vmnet-dhcpd-vmnet8.pid vmnet8
501 1927 1915 0 12:23PM ttys000 0:00.00 grep -i vmnet
Have the VMs actually received an IP address and DNS address from either Fusion (when running in NAT mode) or your network (when running in bridged mode)?
Previously yes. I will be honest and say since it was months since it worked properly I can't remember which it received, but I had used it in full working order before the update.
Is what you're seeing a network connectivity problem or a DNS resolution problem? Try getting IP addresses and pinging them instead of trying to use hostnames.
I believe a network connection issue, as it shows no network connected (and doesn't say it's connected to ethernet but has no network). It tried to connect to ethernet briefly and then fails on the guest OS. Can you give me more guidance on how I can double check this?
As a related note, can you ping the host via IP address? The host should be reachable via its primary IP address, and if using NAT networking the Mac host has an xxx.xxx.xxx.1 address on the NAT subnet.
Using NAT I tried to ping the host and it doesn't time out, showing 4 packets sent and received so that's something.
Are you running any third party firewall products (example Little Snitch) or VPN software (such as Cisco AnyConnect)? If so, can you disable them and try again.
I am not using any firewall software (and macOS's built in one is disabled) and have my VPN softwares off and quite, so they shouldn't be affecting anything.
Thanks again!