Binesh Veetil wrote:
I need to test the connectivity from a source IP to destination IP. The source IP is different from the server in which my application is running. Can you please help me understand how this can be done.
Thanks in Advance.
Henry Wong wrote:
Binesh Veetil wrote:
I need to test the connectivity from a source IP to destination IP. The source IP is different from the server in which my application is running. Can you please help me understand how this can be done.
Thanks in Advance.
The most reliable way to do this is to have a service on the source IP, that pings the destination IP, and reports the result to you. And even in this case, it is not guaranteed, as you can lose the connection to the source IP, while the connection between the source and destination IP is fine.
Henry
Binesh Veetil wrote:
Is there a way to connect to source IP and do a telnet to destination IP and check for the connectivity?
There is authentication required to login to source IP unix box which I need to bypass.
Binesh Veetil wrote:Hi,
I need to test the connectivity from a source IP to destination IP.
Jeff Verdegan wrote:
Binesh Veetil wrote:Hi,
I need to test the connectivity from a source IP to destination IP.
Why? Even if there's connectivity now, that doesn't mean there will be when you try to connect "for real." When you're ready to connect, do so. If it succeeds, there's connectivity, and if it fails, there's no connectivity.
What are you actually trying to accomplish? That is, what is the purpose for doing this test?
Binesh Veetil wrote:Both the source and dest is in our LAN. I need to test the firewall between these. Both the source and dest are running ssh service(with authentication).
Paul Clapham wrote:What are you actually trying to accomplish? That is, what is the purpose for doing this test?
Binesh Veetil wrote:
Paul Clapham wrote:What are you actually trying to accomplish? That is, what is the purpose for doing this test?
we have n number of source and dest IPs for which we need to check if the firewall is opened or not, and we are planning to do it via an appl.