What is the name of the domain?
baytechnologies.tech
What is the error message?
{ “ip”: “198.41.192.77”, “connIndex”: 3, “sessionID”: “9d6fbecd-3ef7-4686-90fb-73fdf3c5ec4c”, “error”: “origin UDP payload has 1232 bytes, which exceeds transport MTU 1200” }
What is the issue you’re encountering
UDP packets are not coming through for RDP
What steps have you taken to resolve the issue?
We have Zero Trust setup with cloudfared WARP on our Remote Desktop Server. It works fine and you can connect to the Remote Desktop Server via Cloudflare WARP (Zero Trust Tunnel) with a TCP connection - however, UDP connection does not work. Typically, right after you connect to your Remote Desktop Session, the Remote Desktop Client will try to also create a UDP connection to help improve the experience - however, when the UDP connection is attempted, the Cloudflare Connector Log shows this:
Initial “Info” event:
Event
tcp
Message
tcp proxy stream started
Time
Sep 3 2024 • 21:50:57
Overview
JSON
{
“connIndex”: 0,
“originService”: “warp-routing”,
“flowID”: “68fd08f3-54e2-4925-9055-fda22118394d”,
“destAddr”: “10.10.11.11:3389”
}
Then, right after, an error is logged like this:
Event
udp
Message
Failed to send session payload from destination to transport
Overview
{
“ip”: “198.41.192.77”,
“connIndex”: 3,
“sessionID”: “9d6fbecd-3ef7-4686-90fb-73fdf3c5ec4c”,
“error”: “origin UDP payload has 1232 bytes, which exceeds transport MTU 1200”
}
It seems it does UDP packet exceeds 1200. How do I fix this? Is it possible to increase this on Windows or Cloudflare tunnel somehow?
Thanks in advanced.