Warning: Undefined variable $post_id in /bitnami/wordpress/wp-content/themes/stardust/single.php on line 9
class="post-34 post type-post status-publish format-standard hentry category-raspberry-pi" id="post-34">

Aug 21 2016

Changing DNS servers to google

Category: Raspberry Pidq @ 10:53 AM

https://www.raspberrypi.org/forums/viewtopic.php?t=63950&p=472984

Enter the following command to edit the resolv.conf file.

sudo nano /etc/resolv.conf

Enter the follow Google public dns server IP address.

nameserver 8.8.8.8
name server 8.8.4.4

Press CTRL-X to exit but remember to save the file by accepting the changes.

Comments are closed.