Howdy, I connect to the Internet via a TP-LINK TD-W8101G Wireles ADSL2+ model router. It has been set up to acquire IP addresses via DHCP. My '/etc/resolve.conf' has been getting populated like so from the word go: cat /etc/resolv.conf # Generated by dhcpcd from enp4s0 # /etc/resolv.conf.head can replace this line nameserver 192.168.1.1 # /etc/resolv.conf.tail can replace this line
This morning, I discovered that the nameserver IP address in my '/etc/resolve.conf' had changed: cat /etc/resolv.conf # Generated by dhcpcd from enp4s0 # /etc/resolv.conf.head can replace this line nameserver 5.45.75.11 # /etc/resolv.conf.tail can replace this line I contacted my ISP about it. They said the nameserver in question was not theirs. The whole thing began to smell fishy. What I've done so far is, I've reset my router to the default settings and set it up again. I've also changed the admin console password, as well as the WiFi access point password. As a result, my nameserver IP address has been defined as 192.168.1.1. Anything else I can do to ensure my system has not been compromised? Thanks. Alexander Kapshuk.

