Coexistence of SIIT and NAT64 on the same server#451
Open
Dando-Real-ITA wants to merge 6 commits intoNICMx:mainfrom
Open
Coexistence of SIIT and NAT64 on the same server#451Dando-Real-ITA wants to merge 6 commits intoNICMx:mainfrom
Dando-Real-ITA wants to merge 6 commits intoNICMx:mainfrom
Conversation
…d_netfilter Agent-Logs-Url: https://github.com/Dando-Real-ITA/Jool/sessions/43ba4fb6-57fe-4de3-b7e9-655d811f0e85 Co-authored-by: Dando-Real-ITA <3657228+Dando-Real-ITA@users.noreply.github.com>
…-tagging Filter netfilter hook lookups by translator type (NAT64 vs SIIT)
Agent-Logs-Url: https://github.com/Dando-Real-ITA/Jool/sessions/e67bf607-3126-4dc8-88fa-0e0386e06216 Co-authored-by: Dando-Real-ITA <3657228+Dando-Real-ITA@users.noreply.github.com>
…RANSLATABLE no longer dropped Agent-Logs-Url: https://github.com/Dando-Real-ITA/Jool/sessions/03aef55a-c14b-4186-8534-e81730770eaa Co-authored-by: Dando-Real-ITA <3657228+Dando-Real-ITA@users.noreply.github.com>
…n-issues Add hook-level debug logs and guarantee NAT64 runs before SIIT
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I was trying to create a bidrectional tunnel between an IPv6 only subnet and a IPv4 only subnet, by using NAT64 with pool6 A and SIIT with pool6 B + EAMT. On the server, only the first installed instance installed was running, no matter the type.
The pull has the following changes:
ttpcomm_translate_inner_packet, allowVERDICT_UNTRANSLATABLEto pass throughxlator_find_netfilterinstance type aware, by using the priv field of the hooksAfter rebuilding the kernel mods, I was able to achieve bidirectional communication using the two different pool6 and the logs were listing both instance types running
The commits were created with the help of github copilot