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

NAT detection for IPv4/UDP/Dublin #1216

Merged
merged 6 commits into from
Jul 22, 2024
Merged

NAT detection for IPv4/UDP/Dublin #1216

merged 6 commits into from
Jul 22, 2024

Conversation

fujiapple852
Copy link
Owner

@fujiapple852 fujiapple852 commented Jul 13, 2024

Closes #1104
Closes #1219

@fujiapple852 fujiapple852 force-pushed the feat-nat branch 3 times, most recently from 53c32f5 to 0102d94 Compare July 13, 2024 14:53
@fujiapple852
Copy link
Owner Author

Cannot currently detect NAT at the very first hop.

@fujiapple852
Copy link
Owner Author

Updated impl which now compares the expected UDP checksum vs the actual UDP checksum for the original datagram nested in the payload of the ICMP packet. This should allow detecting NAT for the 1st hop (when there is no previous hop checksum to compare with). Adds to the complexity a fair bit.

@fujiapple852 fujiapple852 marked this pull request as ready for review July 22, 2024 10:25
@fujiapple852 fujiapple852 merged commit 82ea3b9 into master Jul 22, 2024
20 checks passed
@fujiapple852 fujiapple852 deleted the feat-nat branch July 22, 2024 10:27
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

Successfully merging this pull request may close these issues.

Add NAT status custom column Detect NAT for udp/dublin strategy
1 participant