Some of my users are using remote login. Access is through user VPN & internet connection is through data card.I want to test the response item.The service provider does not allow unique ip address in data card in which case ping is ruled out.What is the way out?
Software/Hardware used:
ASKED:
June 19, 2009 6:51 AM
UPDATED:
June 23, 2009 3:35 PM
I’m not sure but I don’t think all VPN’s need static IP on the client side, the firewall and servers being accessed through the VPN need to be static but the clent side or remote user side does not in my case.
Now if your talking about remoting into the remote users pc then it would definitely help to be static but again it is not mandatory. You mentioned data card, is this the same thing as say a verizon wireless card?? Good luck getting any real usefull data for your test if they are continually on the move, meaning they are say travelling from city to city, which means they will have different routes back everytime they connect..
I’m not sure why PING or ICMP would be disabled in your scenario. Are you testing performance from the clients to the server? Is there a firewall blocking ICMP? pathping is a good tool for XP and above to test link latency and packet loss. The iperf/kperf/jperf tool is good for testing throughput. jperf runs under java and can run on multiple platforms.