LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Inquiry:What is the equivalent of "ping -f -l" on the Linux server? (https://www.linuxquestions.org/questions/linux-newbie-8/inquiry-what-is-the-equivalent-of-ping-f-l-on-the-linux-server-769922/)

hadimotamedi 11-18-2009 06:21 AM

Inquiry:What is the equivalent of "ping -f -l" on the Linux server?
 
Dear All
To find the optimum MTU size , on the MS Windows client , we need to try for "C:\ping www.google.com -f -l 1472" and then do for trial and error to find the optimum size . Can you please do me favor and let me know what is the equivalent of "ping -f -l" on the Linux server ?
Let me thank you in advance

DaveQB 11-18-2009 06:27 AM

Ok I give up, what are the -f and -l switches on the MS ping command do?

Looks like -l might be packet size...so you might be after this:

-s packetsize
Specifies the number of data bytes to be sent. The default is 56, which translates into 64 ICMP data bytes when combined
with the 8 bytes of ICMP header data.

But just run ping --help and read....

adm1329 11-18-2009 07:11 AM

in Windows -l is send buffer size and -F is set don't fragment flag in packet

chrism01 11-18-2009 05:16 PM

Try here http://linux.die.net/man/8/ping, probably '-M hint'


All times are GMT -5. The time now is 04:03 PM.