Yes, should have at least tried to look first :)

Given (as below) the current MTU is 1500 and you're suggesting changing this to 576, what are the consequences I should be aware of?

Thanks again,

Patrick

**************

ifconfig
eth0 Link encap:Ethernet HWaddr 00:14:85:C5:91:F4 inet addr:192.168.0.4 Bcast:192.168.0.255 Mask:255.255.255.0 inet6 addr: fe80::214:85ff:fec5:91f4/64 Scope:Link UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:61763 errors:0 dropped:0 overruns:0 frame:0 TX packets:57594 errors:0 dropped:0 overruns:0 carrier:0
          collisions:26 txqueuelen:1000
RX bytes:44135687 (42.0 MiB) TX bytes:34685278 (33.0 MiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
RX packets:2801 errors:0 dropped:0 overruns:0 frame:0 TX packets:2801 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
RX bytes:118809 (116.0 KiB) TX bytes:118809 (116.0 KiB)


Michael Chesterton wrote:

On 25/07/2008, at 5:02 PM, elliott-brennan wrote:

Hi Michael,

I would...but I'm not sure exactly what you are asking me to do!

:)

Sorry for my lack of understanding. Could you please provide me with a bit more information?

PS. This problem exists on all three machines (desktop x2 and laptop x1) when the VOIP adapter is connected.

Regards.

Patrick

MTU I mean, sorry.

ifconfig mtu 576 eth0


you could also try

ping -s 1472 google.com
ping -s 512 google.com

etc


--
Registered GNU/Linux User 368634
--
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to