Posts Tagged ‘nameserver’

Sometimes we got problems when resolving DNS because some app is messing around. We can check the DNS server list with the following command: cat /etc/resolv.conf We can add Google servers to resolve DNS to ensure that the conection issue won’t be related to DNS anymore. sudo nano /etc/resolv.conf and we’ll add nameserver 8.8.8.8 To […]

Thursday, August 4th, 2022 at 16:00 0 comments