At this point you may want to ignore resolvconf, and hardcode your own resolv.conf:
Remove the link, and create your own file:
Edit the file and save it with this content:Code:sudo rm /etc/resolv.conf sudo touch /etc/resolv.conf
You should have DNS resolution immediately after that.Code:# Custom resolv.conf nameserver 192.168.200.254
Let us know how it goes.
Regards.
Bookmarks