Networking Forums

Networking Forums > Computer Networking > Linux Networking > Reduce Ethernet MTU

Reply
Thread Tools Display Modes

Reduce Ethernet MTU

 
 
kernel.lover
Guest
Posts: n/a

 
      02-06-2005, 06:04 PM
Hello,
I want to know if i set some linux machines with MTU 1492 and some
1500 in a LAN of 10 computers does they work?
I am using Redhat 9 with kernel 2.4.24. I will be setting MTU 1492 in
kernel source code.
regards,
cranium.
 
Reply With Quote
 
 
 
 
James Knott
Guest
Posts: n/a

 
      02-06-2005, 07:27 PM
kernel.lover wrote:

> Hello,
> I want to know if i set some linux machines with MTU 1492 and some
> 1500 in a LAN of 10 computers does they work?
> I am using Redhat 9 with kernel 2.4.24. I will be setting MTU 1492 in
> kernel source code.


They should be OK. Most computers these days, use MTU discovery, which
tells the originating computer the largest MTU, that will make it to the
other end. Failing that, packets can be fragmented, if allowed.

 
Reply With Quote
 
David Efflandt
Guest
Posts: n/a

 
      02-06-2005, 09:10 PM
On 6 Feb 2005 11:04:02 -0800, kernel.lover <(E-Mail Removed)> wrote:
> Hello,
> I want to know if i set some linux machines with MTU 1492 and some
> 1500 in a LAN of 10 computers does they work?
> I am using Redhat 9 with kernel 2.4.24. I will be setting MTU 1492 in
> kernel source code.


Why in kernel source code (you can change mtu on the fly with ifconfig)?

The first I had to mess with mtu was attempting to receive smtp mail
behind a hardware PPPoE router. Mail larger than packet size would not
arrive (timeout waiting for data transfer) until I set LAN nic of server
to mtu 1492.

But one thing I noticed even with LAN nic at mtu 1492 (which shows in
ifconfig), is that it still uses mtu 1500 within my LAN (confirmed by ping
-s 1472 -M do). But through the PPPoE connection that fails if -s is
greater than 1464 (ping data + 28 = mtu).
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Reduce WiFi Power? Mr User Wireless Internet 2 03-05-2007 02:11 PM
Chocolate may reduce clots joan@adeqres.po.my Broadband 2 11-21-2006 09:42 PM
Reduce ARP Traffic Bryan L Windows Networking 9 03-11-2006 12:28 AM
Does bridging reduce overall speed? Gregg Hill Wireless Networks 1 04-24-2005 07:36 PM
[UK-Bug] BTYahoo reduce their prices Andy M Jenkins Broadband 0 06-29-2004 09:51 PM



1 2 3 4 5 6 7 8 9 10 11