[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Which dns server my system is using?
From: |
Julien Lepiller |
Subject: |
Re: Which dns server my system is using? |
Date: |
Mon, 23 Nov 2020 13:00:11 -0500 |
User-agent: |
K-9 Mail for Android |
Le 23 novembre 2020 11:40:05 GMT-05:00, znavko--- via <help-guix@gnu.org> a
écrit :
>Hi, Guix! Congratulations for 1.2.0!
>
>I want to discover which dns server is using in my PC under Guix?
>I have nothing in /etc/resolv.conf:
>
># cat /etc/resolv.conf
>nameserver 192.168.1.1
Well, that's not nothing, is it?
As indicated here, your current nameserver (= DNS resolver) is 192.168.1.1,
which is also probably your router. Using DHCP, it advertises itself as a
nameserver and your computer uses it.
Usually, these are simply stub resolvers, that simply forward your requests to
your ISP, which has a proper recursive resolver. You have to take a look at
you're router's configuration to learn more about that; nothing guix can do
about it.
You could change your settings by using the static-networking service, or by
manually changing your connexion details in network-manager, I suppose.