I’m going to jump in here too. I have a similar problem. I have an out of the box configuration with only PPTP client added. The PPTP works great, but some sites don’t load. I swap out a different router and it works fine. https://www.youtube.com/watch?v=EpAFwgWNDX8
It happened to me too, and I found out by changing the MTU from the default of 180 to 1492, all sites open normally.
Again earlier did not notice but recently yes.
** I am using PPPoE** as gateway.
It’s used most in a PPPoE scenario, but any time you want to force the MTU down below what the client devices use, it’s useful.
VPN would be another scenario for this.
If you have Ethernet on both sides, then you don’t have a checkbox for clamping mss - but you can set it up by putting a rule in the prerouting chain of the mangle table. Try clamping the mss down to something silly like 1200 and if that fixes the problem, start making it larger and larger until the problem returns.
BTW - are you blocking all ICMP on your WAN interface? ICMP isn’t just pings and redirects, you know. Path MTU discovery depends on ICMP messages too - and filtering all ICMP breaks path MTU discovery.
Not sure if IMCP is blocked or not. Other than configure the PPTP client everything is out of the box. The PPTP client works beautifully, as do some sites. Others… Not so much. Real PITA.
I’ve got ethernet on both sides. Cable modem into Eth1 and lan on Eth2+. Also have WiFi.
I’ll play around with it later tonight and let you guys know.
If you route everything directly (not via the PPTP) does it all work 100% in that case?
Someone earlier in the thread mentioned that their PPTP had a default MTU of 180 - that’s quite low - check whether you can raise this to something more “modern” (of course the other side of the tunnel must agree)
Perhaps the other side of the PPTP tunnel is breaking PMTU or is doing something that breaks your connectivity.