-->

Tuesday, March 20, 2018

resolv.conf is the name of a computer file used in various operating systems to configure the system's Domain Name System (DNS) resolver. The file is a plain-text file usually created by the network administrator or by applications that manage the configuration tasks of the system. The resolvconf program is one such program on FreeBSD or other Unix machines which manages the resolv.conf file.

Purpose




Set custom DNS servers on Linux (Network Manager or resolv.conf) - In this guide I'll show you how to set custom DNS servers on your Linux box using two methods: firstly using the Network Manager GUI app, and secondly editing the resolv.conf file (but not...

In most Unix-like operating systems and others that implement the BIND Domain Name System (DNS) resolver library, the resolv.conf configuration file contains information that determines the operational parameters of the DNS resolver. The DNS resolver allows applications running in the operating system to translate human-friendly domain names into the numeric IP addresses that are required for access to resources on the local area network or the Internet. The process of determining IP addresses from domain names is called resolving.

Contents and location


Resolv.conf
Resolv.conf. Source : www.networxsecurity.org

The file resolv.conf typically contains directives that specify the default search domains; used for completing a given query name to a fully qualified domain name when no domain suffix is supplied. It also contains a list of IP addresses of nameservers available for resolution. An example file is:

  search example.com local.lan  nameserver 127.0.0.1  nameserver 172.16.1.254  nameserver 172.16.2.254  

resolv.conf is usually located in the /etc directory of the file system. The file is either maintained manually, or when DHCP is used, it is usually updated with the utility resolvconf.

History


Linux Network Configuration | Ip Address | Osi Model
Linux Network Configuration | Ip Address | Osi Model. Source : www.scribd.com

See also


Install and Configure Zentyal Linux 3.5 as A BDC (Backup Domain ...
Install and Configure Zentyal Linux 3.5 as A BDC (Backup Domain .... Source : www.tecmint.com

  • Hosts (file)
  • nsswitch.conf
  • "resolv.conf" on Arch Linux wiki

External links


TCP/IP Networking Objectives â€
TCP/IP Networking Objectives â€"to learn how to integrate a RedHat .... Source : slideplayer.com

  • resolv.conf(5) â€" Linux Programmer's Manual â€" File Formats
  • resolv.conf(5) â€" FreeBSD File Formats Manual
  • resolv.conf(5) â€" OpenBSD File Formats Manual

Join an Additional Ubuntu DC to Samba4 AD DC for FailOver ...
Join an Additional Ubuntu DC to Samba4 AD DC for FailOver .... Source : www.tecmint.com

 
Sponsored Links