From owner-freebsd-questions Fri Apr 19 15:37:42 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id PAA08670 for questions-outgoing; Fri, 19 Apr 1996 15:37:42 -0700 (PDT) Received: from smople.thehub.com.au (smople.thehub.com.au [203.17.162.10]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id PAA08663 for ; Fri, 19 Apr 1996 15:37:37 -0700 (PDT) Received: (from richard@localhost) by smople.thehub.com.au (8.6.12/8.6.9) id IAA07410; Sat, 20 Apr 1996 08:35:17 +1000 Date: Sat, 20 Apr 1996 08:35:17 +1000 (EST) From: Richard J Uren To: Ben Black cc: questions@FreeBSD.ORG Subject: Re: weird ethernet and router problem In-Reply-To: <199604191511.KAA17734@galileo.mr.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, 19 Apr 1996, Ben Black wrote: > > and when pinging from my freebsd machine to the ethernet interface on the router > (or anything past the router) i get this: > > black: {6} ping 206.145.117.1 > PING 206.145.117.1 (206.145.117.1): 56 data bytes > 64 bytes from 206.145.117.1: icmp_seq=0 ttl=255 time=970.341 ms > 64 bytes from 206.145.117.1: icmp_seq=1 ttl=255 time=960.338 ms > 64 bytes from 206.145.117.1: icmp_seq=2 ttl=255 time=950.339 ms > 64 bytes from 206.145.117.1: icmp_seq=3 ttl=255 time=940.398 ms > 64 bytes from 206.145.117.1: icmp_seq=4 ttl=255 time=930.369 ms > > this 10ms per ping decerement continues until the ping time is 10ms, at which > time it starts over again at 1000ms. > I had this as well. Its the IRQ, its mismatched in your config file. You can change it at boot time with the '-c' flag (i think). Cheers Richard