If you need to use the LoadView On-Site Agent for load testing behind the firewall and want to map your domain names to custom IP addresses, you can do it with your “hosts” file on the machine where the On-Site Agent is running.

The hosts file is aimed to map host names to corresponding IP addresses like it occurs in the Domain Names System (DNS). Here you can specify which IP address must be used to resolve a website from your local computer, regardless of the site’s DNS records.

In Windows you can generally find your DNS hosts file in the following location:

C:\Windows\System32\drivers\etc\hosts

You will need administrative privileges to edit the file.

To open and edit the hosts file, follow the steps below on the computer where the LoadView On-site Agent is installed:

  1. Run Notepad as administrator.
  2. In Notepad, choose Open from the File menu.
  3. In the address bar at the top, type the path to the hosts file and press “Enter.”
  4. Choose Notepad in the list of applications and click OK. The hosts file will be opened in Notepad.
  5. Add a custom IP address and the corresponding hostname at the end of the file.
  6. Save and close the file.

Note that each entry should be kept on an individual line. The IP address should be placed in the first column followed by the corresponding host name. The IP address and the host name should be separated by at least one space.

For example, if you want to resolve example.com to the IP address of 192.168.107.246, you must add the following line to the end of the hosts file:

192.168.107.246 example.com