I am struggling with a site-to-site VPN tunnel between two RB3011. Ping of hosts between subnets is fine, RDP connection hangs after authentification with black screen. Seems to be a problem with fragmentation/MTU
I have similar configurations running for years between several Routerboards.
You shouldn’t have to do the DF bit adjustment. At best that just hides a broken configuration.
Think about how the MTU of a path changes and ensure that each layer 3 device can perform fragmentation as needed and in the case of traffic that is set to DF ensure the receiver is able to send an ICMP too big message successfully back to the sender. This message tells the sender of a DF packet to make it smaller.
Ensure your MTU is set to a size of 40 bytes larger than your MSS adjustment.
Side note with a policy based VPN the source IP of ICMP too big messages on the router may not be sourced from an IP you’d expect.
Thank you very much for your input. Sorry for my late reply.
If I get it right, I should have a look on how the two Routerboards can reach each other via ICMP, and that there is no manual fragmentation.
I will check and give feedback. Thanks again!
I disabled Fasttrack in the filter rules of the firewall, and now RDP connection, and also accessing CIFS shares, are working like a charm with excpected behavior/speed.
Thanks again idlemind, I also read some of your earlier posts regarding similar issues.
Excellent to hear! Gotta love that the forums have all of our old posts and are searchable! I’ll have to add Fast Track to my list of IPSec troubleshooting too. I wonder if you just accept the traffic sourced / destined for the VPN ahead of the fast track rules you’d be ok. I have to really dive into Fast Track. Always something to learn.