-
Notifications
You must be signed in to change notification settings - Fork 831
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
is mtu under 1250 a strong requirement in mode 1? #332
Comments
you are confused by the multiple meanings of MTU. |
The problem is the mimimal TAP/TUN interface mtu for ipv6 to enable on it is 1280. So it means bulk traffic are mostly always 1280 when being transferred out. Thats where i'm worrying. |
Also I'm already trying this way. It seems no problem currently. So I consider it is safe? |
Update: Mode I'm referering is mode 1,not mode 0. |
Currently I'm tuneling non-popular vpn solution with IPV6 enabled. The minimal mtu required by ipv6 is 1280.
Since the wiki says 1250 is the safe value under mode 0. I'm wondering is ipv6 can be tunneled without any problem in mode 1?
The text was updated successfully, but these errors were encountered: