How to add a static entry in the hosts file?

The hosts file (also referred to as etc\hosts) is a text file used by operating systems including windows to map IP addresses to host names/domain names. This file acts as a local DNS service for your local machine and it overrides the mappings from the DNS server to which your machine is connected over the network. The location of the hosts file depends on the operating system being used. The Application will not start if the IP address cannot be retrieved from a locally installed server or if the IP address cannot be resolved by the DNS.
 
To add a static entry to the etc\hosts file, follow these steps :
 
For Windows :
  1. Open your text editor in Administrator mode.
  2. In the text editor, open C:\Windows\System32\drivers\etc\hosts.
  3. Add the IP Address and hostname.
    Example:
    171.10.10.5 opm.server.com
  4. Save the changes.
 
For Linux :
  1. Open terminal.
  2. Use the nano command line text editor or a different one you have available to open the hosts file. The command with nano is as follows (the command will require your Linux user password)   
    sudo nano /etc/hosts
  3. Add the appropriate changes in the hosts file.
    Example:
    171.10.10.5 opm.server.com
  4. Use the Control and 'X' key combination to save the changes.

 

 
 Pricing  Get Quote