How can I check which DNS server am I using (in Linux)? I am using network manager and a wired connection to my university's LAN. (I am trying to find out why my domain doesn't get resolved)
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
You should be able to get some reasonable information in:
|
|||||
|
|
I think you can also query DNS and it will show you what server returned the result. Try this:
And the response should tell you what server(s) returned the result. You can also tell |
|||
|
|
|
If you are using network manager probably you get all network parameters from your dhcp server at your university. If you don't want use your shell to check your dns settings (as described by hesse and Alexios), you can see them from the panel "Network information". You can reach this panel by pressing right mouse button on network manager icon and selecting "Connection Information" from the menu. |
|||
|
|