Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running traceroute only returns final hop #82

Open
jamiabailey opened this issue Apr 5, 2024 · 1 comment
Open

Running traceroute only returns final hop #82

jamiabailey opened this issue Apr 5, 2024 · 1 comment

Comments

@jamiabailey
Copy link

Using very basic example of traceroute. Following code used:

hops = traceroute(8.8.8.8)

for hop in hops:
print (hop.address)

only thing printed is the last hop of 8.8.8.8. Running tracert from command line provides entire list of hops. Not sure what the issue could be. Multiping works fine in similar command. Using Python 3.9.

@ValentinBELYN
Copy link
Owner

Hi @jamiabailey,

The behavior you are seeing on Windows is most likely related to your firewall. Can you try to temporarily deactivate it during the test and try again? There are other issues on this subject (#7, #8 and #10).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants