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

Windows host only see final hop #10

Closed
h3b4r1 opened this issue Aug 4, 2020 · 2 comments
Closed

Windows host only see final hop #10

h3b4r1 opened this issue Aug 4, 2020 · 2 comments

Comments

@h3b4r1
Copy link

h3b4r1 commented Aug 4, 2020

I'm running icmplib on a windows 10 laptop with the basic traceroute example code and what the code is reporting back is just the final hop, the list has a single entry. However if I run up wireshark I'm seeing three pings and their corresponding TTL exceeded reply messages. So for whatever reason the only response that seems to be making it up the stack is the echo reply not the TTL exceeded messages.

@ValentinBELYN
Copy link
Owner

Hi @davetayl,

Your problem seems similar to the issues #7 and #8. Can you check your firewall rules?

The reason you see the packets in Wireshark is because it operates before your computer's firewall (disable it to test):
https://osqa-ask.wireshark.org/questions/38077/does-wireshark-see-packages-blocked-by-firewall-or-f-secure

Tell me if the traceroute example works now. Thanks 😃

@h3b4r1
Copy link
Author

h3b4r1 commented Aug 7, 2020

Perfect, I added a rule to allow ICMP time expired for IPv4, oddly IPv6 seems to have an entry by default. Thanks for your fast response. Also great work on this.

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