Sending ICMP messages of type 3 when packet size exceeds MTU of the interface
Linux - NetworkingThis forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I have configured an interface with a MTU of 1200. Now, if i send a ping with Don' fragment bit set (ping -s 1400 -M do), the linux box silently drops this packet rather than sending ICMP messages of type 3, code 4 (Destination Unreachable, Fragmentation required, and DF set) when packet size exceeds MTU of the interface. Is there a way, I can get the linux box to send an ICMP type 3, code 4 message when it gets a packet crossing the MTU of the interface.
Last edited by nmb1081; 04-11-2008 at 05:23 AM..
Reason: For clarity
I have configured an interface with a MTU of 1200. Now, if i send a ping with Don' fragment bit set (ping -s 1400 -M do), the linux box silently drops this packet rather than sending ICMP messages of type 3, code 4 (Destination Unreachable, Fragmentation required, and DF set) when packet size exceeds MTU of the interface. Is there a way, I can get the linux box to send an ICMP type 3, code 4 message when it gets a packet crossing the MTU of the interface.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.