Help.

Previously this was an intermittent problem, but over the past three days it's become persistent and keeping me from doing my work. I'm running MacOS High Sierra (10.13.6) as my host system with VMware Fusion Professional 10.1.1. I'm running my network interface in the NAT mode as if I run bridged I'll be detected as a rouge system and blocked. I have a Kali VM (64bit Rolling). Whether I am wired or wireless my VMware dhcp service does not appear to be assigning an ip address to my Kali VM. I have connectivity from the host to the internet/other networks but from the Kali VM I do not. Ifconfig on Kali shows eth0 with an IPv6 address no IPv4. Ifconfig also shows loopback lo. I've done the following.

On the Host
- Bounced the host
- Bounced VMware
- In VMware changed the interface from NAT to Bridge (just to see if I can get connected, I cannot)

On the Kali VM
- Stopped/started network service (service NetworkManager stop/start)
- Brought the eth0 interface down/up (ifdown eth0/ifup eth0)
- Added the "local" nameserver 192.168.x.x to my /etc/resolv.conf in addition to google's nameservers that were already there (8.8.8.8, 8.8.4.4)
- Attempted to manually pull dhcp address (dhclient eth0)

I'm not sure what has changed or broke, but I sure would appreciate any assistance in identifying and resolving the issue. Thanks in advance for your time.