I can't seem to resolve anything with DNS in bridged mode.
I am running Kali Rolling in VMware workstation v10.

I can ping and surf by ip, but I can't resolve dns

I have tried adding 8.8.8.8 and a local dns server to /etc/resolv.conf and still nothing

if I dig amazon.com

; <<>> DiG 9.10.3-P4-Debian <<>> amazon.com
;; global options: +cmd
;; connection timed out; no servers could be reached

if I
dig @8.8.8.8 amazon.com

; <<>> DiG 9.10.3-P4-Debian <<>> @8.8.8.8 amazon.com
; (1 server found)
;; global options: +cmd
;; connection timed out; no servers could be reached


the virtual network editor for type = bridged is set to automatic but I have tried hard coding it to my LAN connection and still nothing.

Where would I start troubleshooting?