On 9 Feb, 12:28, Trendkill <jpma...@gmail.com> wrote:
> Line breaks would be helpful.
While I wouldn't disagree, this reminds me of something I have
seen a few times.
I have noticed that the hotmail login request - the data sent
when you press "login" or whatever it is called, does not fit
in a single packet and results in one full size segment and
a second smaller segment (this was years ago and may
have changed).
If path MTU discovery is not working then the first packet
can get dropped by your router.
Without fully analysing the config I wonder if
changing
interface BVI1
ip tcp adjust-mss 1452
to something significantly smaller
just might magically fix it.
I notice that your VLAN 1 adjust-mss is 1412. That seems OK
unless you are using ipsec in which case I use 1300.
I see no point is trying to trim it to the last byte.
1452 seems reasonable (1460 - (1500 - 1492)
but with many TCP options enabled I suppose
you might be running out of that.
Maybe enabling the firewall is breaking Path MTU
discovery?
If required please state the exact commands for
"disabling/enabling" the firewall.
|