From owner-freebsd-questions Fri Feb 25 11:54: 6 2000 Delivered-To: freebsd-questions@freebsd.org Received: from ntstn.sasknow.com (h139-142-245-100.ss.fiberone.net [139.142.245.100]) by hub.freebsd.org (Postfix) with ESMTP id 6BD1537BAFC for ; Fri, 25 Feb 2000 11:53:58 -0800 (PST) (envelope-from ryan@sasknow.com) Received: from localhost (ryan@localhost) by ntstn.sasknow.com (8.9.3/8.9.3) with ESMTP id NAA01690; Fri, 25 Feb 2000 13:53:55 -0600 (CST) (envelope-from ryan@sasknow.com) Date: Fri, 25 Feb 2000 13:53:55 -0600 (CST) From: Ryan Thompson Reply-To: Ryan Thompson To: Bart Brinkhuis Cc: freebsd-questions@FreeBSD.ORG Subject: Re: 3Com 509 Problem In-Reply-To: <20000225191551.79664.qmail@hotmail.com> Message-ID: Organization: SaskNow Technologies [www.sasknow.com] MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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 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 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