2Max4 / Network_Analysis

Collection of useful scripts to analyse the local network and evaluate network speed and velocity
MIT License
2 stars 11 forks source link

Ping test continously failing in my machine #50

Open rishabhrkaushik opened 5 years ago

rishabhrkaushik commented 5 years ago

Hi, When I am running the test, the ping test is continuously timing out in my machine. When I try to ping the same domain via terminal, the ping works file.

Does anyone know the difference between implementation of pythonping vs OS ping? I am able to ping my local gateway using both os ping and pythonping. Anything from another network is throwing timeout in pythonping while works file in os ping. The failure happens even when I give directly the ip address instead of hostname (found via traceroute).

2Max4 commented 5 years ago

Hey @rishabhrkaushik - I can not reproduce this error. I had an issue that now and then my network completely fails and pythonping then throws an error. I reported it on the pythonping github page. Maybe you also want to post your issues there?

the repo is HERE

Greetings Max

2Max4 commented 5 years ago

Could Service Ping be a valid alternative?