ZeroTier MTU issue?

Why is that the default MTU of ZT interface is 2800? Any way to change this? This is causing issues to some services we are accessing over VPN.

Also does anyone know how the MTU works over ZT? Seems like if I ping host over the same ZT network, I can ping them up to 2800 even with DF bit on. But anything behind those hosts, I can only ping them below 1472.

Hello,

It’s possible to change the MTU. There is no GUI for it, because so far it’s rarely a solution, and would cause more problems…
Out of curiosity, what operating system is doing the routing?

curl -X POST "https://my.zerotier.com/api/v1/network/${NETWORK_ID}" -H "Authorization: token ${TOKEN}" -d '{"config": {"mtu": 9000}}

You need to leave and re-join the network to get it to apply.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.