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

clear DF bit on tunnel traffic #29

Open
deeiche opened this issue Dec 14, 2023 · 2 comments
Open

clear DF bit on tunnel traffic #29

deeiche opened this issue Dec 14, 2023 · 2 comments

Comments

@deeiche
Copy link

deeiche commented Dec 14, 2023

On Mikrotik you can clear Do not Fragment flag with a mangle rule, https://wiki.mikrotik.com/wiki/Manual:IP/Firewall/Mangle , clear-df - clear 'Do Not Fragment' Flag . OpenBSD also has support for this in it's implementation of EOIP.

Can you remove DF flag on traffic going through the EOIP tunnel?

@bbonev
Copy link
Owner

bbonev commented Dec 14, 2023

If I am not misunderstanding, you can do the same on Linux with iptables in the mangle table

@deeiche
Copy link
Author

deeiche commented Dec 14, 2023 via email

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