Apologies in advance for asking such a dumb question, but can someone tell me why I can't resolve hostnames? I can
I have two separate systems with an identical /etc/resolv.conf
Why would one work and the other not?
ping 8.8.8.8
but google.com can't be resolved.I have two separate systems with an identical /etc/resolv.conf
Code:
root@Desktop:/ # cat /etc/resolv.conf
search localdomain
# nameserver 192.168.1.1
nameserver 127.0.0.1
options edns0
Why would one work and the other not?