/etc/resolv.conf contains Domain Name System(DNS) related configuration information on Unix systems.
Questions tagged [resolv.conf]
146 questions
0
votes
1 answer
How to set options timeout in resolv.conf in docker container?
How (if any) it is possible to add options timeout to /etc/resolv.conf in docker container running in Kubernetes cluster?
The file is generated, so it's not possible to do that in Dockerfile. On the other way, it's owned by root, so it's not…

9ilsdx 9rvj 0lo
- 181
- 7
-1
votes
2 answers
Can't resolve server by fqdn when search domain is enabled
I have a server named site.dpt.myorg.local, which i want to access both with short name and with fqdn.
When i try to use short site or site.dpt form, everything works just fine. However when i use fqdn - lookup works when using dig or nslookup, but…

Andrew
- 228
- 3
- 12
-1
votes
1 answer
bad localhost resolution on linux
$ dig @127.0.0.1 localhost
$ dig @127.0.0.1 localhost.
;localhost. IN A
;; ANSWER SECTION:
localhost. 604800 IN A 127.0.0.1
;; AUTHORITY SECTION:
localhost. 604800 IN NS localhost.
;; ADDITIONAL SECTION:
localhost. …

ceph3us
- 135
- 10
-1
votes
1 answer
resolve a previously failing url without editing resolv.conf
I want to ping a some website from my machine. But currently its failing to resolve
ubuntu % nslookup somewebsite.in
;; Got SERVFAIL reply from…

Ayush
- 255
- 1
- 3
- 10
-1
votes
2 answers
nameserver in resolv.conf, 1 unavailable
I have my company network and my home network configured in linux networking, using an alias interface. (pinging IPs works.)
Now in resolv.conf I have
timeout 1
nameserver 10.1.1.1
nameserver 192.168.1.1
the first representing the company network,…

Daniel W.
- 1,609
- 4
- 26
- 48
-1
votes
1 answer
moving Centos to a close network cause him to be slow
I have a server with Internet connection and /etc/resolv.conf with Real DNS servers.
when I put the server in a close network without internet the server become very slow.
I suspect that it's the DNS resolving. any idea how to fix it? maybe with…

edotan
- 1,876
- 13
- 39
- 57
-1
votes
2 answers
OpenVPN headless on Debian 11.7 IP does not change
I have a ProtonVPN paid account.
I want to use it on my VPS server (so in headless), to change my ip.
Their client does not work in headless mode, so I use OpenVPN.
I download the Linux config file on ProtonVPN.
I installed ProtonVPN and…

user2178964
- 99
- 2
-1
votes
1 answer
rhel + resolve.conf + what is the right resolve.conf settings
we want to know what is the right configuration in resolve.conf and about domain name in resolve.conf
in our rhel 7 server we configured the following example of resolve.conf
more /etc/resolv.conf
; generated by /usr/sbin/dhclient-script
search…

sheffadmin
- 49
- 1
- 3
- 11
-1
votes
2 answers
dig: parse of /etc/resolv.conf failed
I tried using dig and I got the error in the title.
My /etc/resolv.conf is this
nameserver 67.207.67.2
nameserver 67.207.67.3
nameserver ns1.name.com
nameserver ns2.name.com
nameserver ns3.name.com
nameserver ns4.name.com
The first two are the…

Mnkisd
- 111
- 1
- 3
-2
votes
1 answer
When to use resolv.conf?
I understand resolv.conf file is used by Linux to resolve DNS lookup but I cant figure if I need to edit this file in my case.
My Scenario:
I am not hosting the DNS on my vps machine. I have purchase Godaddy Premium DNS Service to set my A Records,…

Neel
- 1,441
- 7
- 21
- 35
-2
votes
1 answer
domain-search value on my clients computer
I need help with configure my DNS and DHCP server - I have spent some time searching on google but have not got any informations regarding my problem.
I have an Ubuntu 12.04 server running and use BIND as the DNS server.
In my client Ubuntu 13.10…

birgir
- 1
- 2