Can't use pkg

Ok, you can fix the problem by entering this into a new /etc/resolv.conf file:

Code:
nameserver 8.8.8.8
nameserver 8.8.4.4

That gets you going at least.

Local_unbound should never be offered on installation, you're not the first one bitten by it.
 
Ok, you can fix the problem by entering this into a new /etc/resolv.conf file:

Code:
nameserver 8.8.8.8
nameserver 8.8.4.4

That gets you going at least.

Local_unbound should never be offered on installation, you're not the first one bitten by it.
No address record after everything told in this topic D: even Your post :( And I just realized that this is Google DNS which doesn't work on any device I have when I tested.
 
Guys, forget about /etc/resolv.conf. If you look closely at the output from ifconfig you'll notice em0 doesn't have an IP address (only an IPv6 link-local address). No amount of editing /etc/resolv.conf is going to help if there's no network connectivity.
 
Guys, forget about /etc/resolv.conf. If you look closely at the output from ifconfig you'll notice em0 doesn't have an IP address (only an IPv6 link-local address). No amount of editing /etc/resolv.conf is going to help if there's no network connectivity.
thanks for pointing that I just switched back to NAT mode of VMnet and it worked fine!!
 
Back
Top