mtu 9000 issues only on tcp and not icmp possible?

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
0
down vote

favorite












I have a connection between two datacenters and rsync between them stalls often. I think it is related to the mtu 9000 (I actualy set it to 8900 because of some possible vlan use)



I have the impression that the icmp mtu 8900 is working, but that tcp traffic is having sometimes problems with big frames.



Has any one experienced something similar? And how do you test MTU 8900 with just a tcp test?



PS. I don't have control over this connection







share|improve this question



















  • Jumbo frames are only supposed to be used in a network where all the NICs are operating at jumbo frames, and mostly for a LAN network.
    – Rui F Ribeiro
    Apr 28 at 18:54











  • Have you tried reducing the MTU to see if the issue goes away? And/or have you tried doing a tcpdump on both sides when the issue is occurring to see if packets are making it through?
    – Patrick
    Apr 28 at 19:39







  • 1




    On a few *NIXes (Linux, some *BSD) it should even be possible to lower the MSS (which usually derives from MTU) for TCP without changing the jumbo frame settings: with iptables + TCPMSS on Linux, and pf + scrub max-mss on *BSD.
    – A.B
    Apr 28 at 20:13







  • 1




    @RuiFRibeiro, it is configured like this
    – f1 outsourcing
    May 2 at 8:01






  • 1




    @f1outsourcing If dropping the MTU fixed it, then yes, you should definitely do a packet capture. This smells like you have something in the mix which is dropping ICMP packets, which are critical to the operation of networks, especially when you have oversized frames.
    – Patrick
    May 2 at 11:11














up vote
0
down vote

favorite












I have a connection between two datacenters and rsync between them stalls often. I think it is related to the mtu 9000 (I actualy set it to 8900 because of some possible vlan use)



I have the impression that the icmp mtu 8900 is working, but that tcp traffic is having sometimes problems with big frames.



Has any one experienced something similar? And how do you test MTU 8900 with just a tcp test?



PS. I don't have control over this connection







share|improve this question



















  • Jumbo frames are only supposed to be used in a network where all the NICs are operating at jumbo frames, and mostly for a LAN network.
    – Rui F Ribeiro
    Apr 28 at 18:54











  • Have you tried reducing the MTU to see if the issue goes away? And/or have you tried doing a tcpdump on both sides when the issue is occurring to see if packets are making it through?
    – Patrick
    Apr 28 at 19:39







  • 1




    On a few *NIXes (Linux, some *BSD) it should even be possible to lower the MSS (which usually derives from MTU) for TCP without changing the jumbo frame settings: with iptables + TCPMSS on Linux, and pf + scrub max-mss on *BSD.
    – A.B
    Apr 28 at 20:13







  • 1




    @RuiFRibeiro, it is configured like this
    – f1 outsourcing
    May 2 at 8:01






  • 1




    @f1outsourcing If dropping the MTU fixed it, then yes, you should definitely do a packet capture. This smells like you have something in the mix which is dropping ICMP packets, which are critical to the operation of networks, especially when you have oversized frames.
    – Patrick
    May 2 at 11:11












up vote
0
down vote

favorite









up vote
0
down vote

favorite











I have a connection between two datacenters and rsync between them stalls often. I think it is related to the mtu 9000 (I actualy set it to 8900 because of some possible vlan use)



I have the impression that the icmp mtu 8900 is working, but that tcp traffic is having sometimes problems with big frames.



Has any one experienced something similar? And how do you test MTU 8900 with just a tcp test?



PS. I don't have control over this connection







share|improve this question











I have a connection between two datacenters and rsync between them stalls often. I think it is related to the mtu 9000 (I actualy set it to 8900 because of some possible vlan use)



I have the impression that the icmp mtu 8900 is working, but that tcp traffic is having sometimes problems with big frames.



Has any one experienced something similar? And how do you test MTU 8900 with just a tcp test?



PS. I don't have control over this connection









share|improve this question










share|improve this question




share|improve this question









asked Apr 28 at 17:53









f1 outsourcing

11




11











  • Jumbo frames are only supposed to be used in a network where all the NICs are operating at jumbo frames, and mostly for a LAN network.
    – Rui F Ribeiro
    Apr 28 at 18:54











  • Have you tried reducing the MTU to see if the issue goes away? And/or have you tried doing a tcpdump on both sides when the issue is occurring to see if packets are making it through?
    – Patrick
    Apr 28 at 19:39







  • 1




    On a few *NIXes (Linux, some *BSD) it should even be possible to lower the MSS (which usually derives from MTU) for TCP without changing the jumbo frame settings: with iptables + TCPMSS on Linux, and pf + scrub max-mss on *BSD.
    – A.B
    Apr 28 at 20:13







  • 1




    @RuiFRibeiro, it is configured like this
    – f1 outsourcing
    May 2 at 8:01






  • 1




    @f1outsourcing If dropping the MTU fixed it, then yes, you should definitely do a packet capture. This smells like you have something in the mix which is dropping ICMP packets, which are critical to the operation of networks, especially when you have oversized frames.
    – Patrick
    May 2 at 11:11
















  • Jumbo frames are only supposed to be used in a network where all the NICs are operating at jumbo frames, and mostly for a LAN network.
    – Rui F Ribeiro
    Apr 28 at 18:54











  • Have you tried reducing the MTU to see if the issue goes away? And/or have you tried doing a tcpdump on both sides when the issue is occurring to see if packets are making it through?
    – Patrick
    Apr 28 at 19:39







  • 1




    On a few *NIXes (Linux, some *BSD) it should even be possible to lower the MSS (which usually derives from MTU) for TCP without changing the jumbo frame settings: with iptables + TCPMSS on Linux, and pf + scrub max-mss on *BSD.
    – A.B
    Apr 28 at 20:13







  • 1




    @RuiFRibeiro, it is configured like this
    – f1 outsourcing
    May 2 at 8:01






  • 1




    @f1outsourcing If dropping the MTU fixed it, then yes, you should definitely do a packet capture. This smells like you have something in the mix which is dropping ICMP packets, which are critical to the operation of networks, especially when you have oversized frames.
    – Patrick
    May 2 at 11:11















Jumbo frames are only supposed to be used in a network where all the NICs are operating at jumbo frames, and mostly for a LAN network.
– Rui F Ribeiro
Apr 28 at 18:54





Jumbo frames are only supposed to be used in a network where all the NICs are operating at jumbo frames, and mostly for a LAN network.
– Rui F Ribeiro
Apr 28 at 18:54













Have you tried reducing the MTU to see if the issue goes away? And/or have you tried doing a tcpdump on both sides when the issue is occurring to see if packets are making it through?
– Patrick
Apr 28 at 19:39





Have you tried reducing the MTU to see if the issue goes away? And/or have you tried doing a tcpdump on both sides when the issue is occurring to see if packets are making it through?
– Patrick
Apr 28 at 19:39





1




1




On a few *NIXes (Linux, some *BSD) it should even be possible to lower the MSS (which usually derives from MTU) for TCP without changing the jumbo frame settings: with iptables + TCPMSS on Linux, and pf + scrub max-mss on *BSD.
– A.B
Apr 28 at 20:13





On a few *NIXes (Linux, some *BSD) it should even be possible to lower the MSS (which usually derives from MTU) for TCP without changing the jumbo frame settings: with iptables + TCPMSS on Linux, and pf + scrub max-mss on *BSD.
– A.B
Apr 28 at 20:13





1




1




@RuiFRibeiro, it is configured like this
– f1 outsourcing
May 2 at 8:01




@RuiFRibeiro, it is configured like this
– f1 outsourcing
May 2 at 8:01




1




1




@f1outsourcing If dropping the MTU fixed it, then yes, you should definitely do a packet capture. This smells like you have something in the mix which is dropping ICMP packets, which are critical to the operation of networks, especially when you have oversized frames.
– Patrick
May 2 at 11:11




@f1outsourcing If dropping the MTU fixed it, then yes, you should definitely do a packet capture. This smells like you have something in the mix which is dropping ICMP packets, which are critical to the operation of networks, especially when you have oversized frames.
– Patrick
May 2 at 11:11















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f440614%2fmtu-9000-issues-only-on-tcp-and-not-icmp-possible%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f440614%2fmtu-9000-issues-only-on-tcp-and-not-icmp-possible%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay