Windows agent for a specific IP address

How do I point Site24x7 Windows server monitoring agent through a specific IP address?

Let us assume a Windows server has multiple IP addresses and requires Site24x7 to push/receive communication through a specific IP address (of interface) only. Then, using route commands, the user can configure that specific interface to communicate to our domains. Know the domains to be whitelisted to allow access in my firewall for the server monitoring agent.

Please follow the steps below to add an entry in the route table:
  1. Open cmd as administrator
  2. Type route print
  3. Under IPv4 Route Table, go to Active Routes . This table shows the interface gateway IP for each interface user. Copy the interface gateway IP corresponding to the interface the user would like to use to communicate to our agent

  4. User has to put three entries in routing table to perform the specific interface communication
    route add 74.201.154.189 mask 255.255.255.255 <copied interface gateway IP> 
    route add 74.201.155.109 mask 255.255.255.255 <copied interface gateway IP> 
    route add 74.201.154.135 mask 255.255.255.255 <copied interface gateway IP>

  5. The user can now check if agent communication is performed through the specified interface

    • Related Articles

    • Troubleshooting false positive alerts in monitoring

      Problem False positive alerts are being generated. Possible cause The monitoring system is down in some locations. The Website monitor might be configured for one location, such as Seattle, but may appear down when accessed from another location, ...
    • Monitor and validate DNS IP changes using regex

      DNS administrators often monitor their DNS servers to detect changes in domain resolution and ensure IP mappings remain secure and accurate. Problem When your organization adds or modifies an IP address for your domain name, it’s critical to: Be ...
    • Exclude the selective SSH algorithms in On-Premise Poller during SFTP Transfer monitoring

      By excluding SSH algorithms, you can restrict Site24x7 SSH Client from using the excluded algorithm while connecting to the SSH server during SFTP Transfer monitoring. Follow the steps mentioned below for SSH algorithm exclusion in On-Premise Poller ...
    • No data for service and process in Windows server monitor

      If you see "No Data" for process and service metrics (such as CPU or memory usage of monitored services) in the Site24x7 Windows server monitor user interface, follow the troubleshooting steps below. Run PowerShell Commands Open PowerShell as ...
    • How to configure the NGINX status page for monitoring NGINX performance

      The NGINX plugin uses the NGINX status page to pull the performance metrics of the NGINX server. You may encounter the following errors while installing the NGINX plugin integration: Error_code : HTTP Error 404: This error usually indicates that the ...