Hi, I have a host on local network 10.2.18.36 and I'm trying to manage a printer on a WAN destination in our branch office which has url https://10.5.5.241. Telnet to port 443 works fine, the bandwidth is not overloaded, the latency is ok. But the browser can't open the page. Locally in the branch office I can open the URL without problems. Here's the pcap: https://www.dropbox.com/s/ne0dr0asgv8fbuz/wire-test.pcapng?dl=0 asked 03 Jul '15, 03:31 butch7 |
One Answer:
The 3-way handshake indicates that you have a net MSS of 1360 bytes (MTU 1400) available along the path.
and have the MSS adjusted to 40 bytes less answered 03 Jul '15, 05:30 mrEEde edited 03 Jul '15, 05:31 |
Thanks Matthias, that helped. Now I'm wondering why that situation occured? We have over 15 branch offices with the same VPN links (one operator) with the same mss-adjust 1360 on tunnels, and the only problem is with this one office.
Well, we can only speculate as to why this occurs only in one branch office. One possible scenario: The problem might be that in this one branch office ICMP fragmentation required message are blocked and don't make it to the printer so basically PMTUD (Path MTU Discovery) wouldn't work there..
. If you're satisfied with the answer would you mind closing the question by accepting is - (click on the checkmark). Thanks