Difference between revisions of "Networking"

imported>Handy
(Created page with "= What's this all about? = Generally, if you are using a different Domain Name Server (DNS) than that provided by your ISP, or you are using the likes of Google's nameservers...")
 
imported>Handy
Line 20: Line 20:
  nameserver 208.67.222.222
  nameserver 208.67.222.222
  nameserver 208.67.220.220
  nameserver 208.67.220.220
= If Pacman times out on you sometimes =
You can create the '''/etc/resolv.conf.tail''' file & add the following to it, (I'm using the OpenDNS address, you could use any other DNS or nameserver that you have access to):
options timeout:1
# OpenDNS servers, used as alternative when default DNS is too slow:
nameserver 208.67.222.222
nameserver 208.67.220.220
After you have saved the edited file use the following command to restart your network (most Manjaro users, use Network Manager):
sudo systemctl restart NetworkManager.service


= Support =
= Support =


Use this thread in the forum if you have any need for further information on this topic: [http://forum.manjaro.org/index.php?action=post;board=15.0]
Use this thread in the forum if you have any need for further information on this topic: [http://forum.manjaro.org/index.php?action=post;board=15.0]
Anonymous user