Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 25 Feb 2000 13:53:55 -0600 (CST)
From:      Ryan Thompson <ryan@sasknow.com>
To:        Bart Brinkhuis <bartdesign@hotmail.com>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: 3Com 509 Problem
Message-ID:  <Pine.BSF.4.21.0002251348520.98826-100000@ntstn.sasknow.com>
In-Reply-To: <20000225191551.79664.qmail@hotmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Bart Brinkhuis wrote to freebsd-questions@FreeBSD.ORG:

> Hi,
> 
> i have a problem with my 3com 509 card. i've disabeld the PNP mode.
> But when i ping somebody within my network ill get a ping of 1105.75 ms. i 
> think i know where the problem is my mtu speed is set to 1500
> but i can't set it higher.

I have a 509 with MTU set to 1500 as well.  Note MTU is not a "speed", as
you say, but rather stands for "maximum transfer unit", which, as the name
might suggest, is the maximum size of a transferred block of data (roughly
equivalent to a single packet size limitation).  Playing with your MTU is
usually not necessary.

# ifconfig ep0

ep0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
	<.. SNIPPED IP, aliases and ether ..>

# ping -c 5 10.0.0.2

PING 10.0.0.2 (10.0.0.2): 56 data bytes
64 bytes from 10.0.0.2: icmp_seq=0 ttl=255 time=0.201 ms
64 bytes from 10.0.0.2: icmp_seq=1 ttl=255 time=0.196 ms
64 bytes from 10.0.0.2: icmp_seq=2 ttl=255 time=0.194 ms
64 bytes from 10.0.0.2: icmp_seq=3 ttl=255 time=0.209 ms
64 bytes from 10.0.0.2: icmp_seq=4 ttl=255 time=0.207 ms

--- 10.0.0.2 ping statistics ---
5 packets transmitted, 5 packets received, 0% packet loss
round-trip min/avg/max/stddev = 0.194/0.201/0.209/0.006 ms

-- 
  Ryan Thompson <ryan@sasknow.com>
  Systems Administrator, Accounts
  Phone: +1 (306) 664-1161

  SaskNow Technologies     http://www.sasknow.com
  #106-380 3120 8th St E   Saskatoon, SK  S7H 0W2



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0002251348520.98826-100000>