How do I point Site24x7 Windows server monitoring agent through a specific IP address?
Please follow the steps below to add an entry in the route table:
-
Open cmd as administrator
-
Type
route print
-
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
-
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>
-
The user can now check if agent communication is performed through the specified interface