From owner-freebsd-current Fri Mar 15 22:15:22 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id WAA04466 for current-outgoing; Fri, 15 Mar 1996 22:15:22 -0800 (PST) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id WAA04461 Fri, 15 Mar 1996 22:15:20 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by time.cdrom.com (8.6.12/8.6.9) with SMTP id WAA01095; Fri, 15 Mar 1996 22:13:07 -0800 To: current@freebsd.org cc: peter@freebsd.org Subject: Very strange packet-forwarding behavior! Date: Fri, 15 Mar 1996 22:13:06 -0800 Message-ID: <1093.826956786@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I have an ISDN line hanging off of whisker.cdrom.com, my little 486 DX2 based router. It runs an older (pre-instabilities) version of -current and has been happy in its role as a router for my internal net for some time. I routinely ftp huge files across it, run sups, you name it. All of this came to a screeching halt this evening when I started using ssh with `remote cvs' to check out a tree straight from freefall's ncvs tree onto my development box (time.cdrom.com). The ISDN TA's receive light is fairly well pegged solid, which has always generally been the case while receiving large files and such - I routinely get 10.5K/sec from ftp, which is pretty much the theoretical max for an async 115.2K ISDN link. With ssh eating the line, however, everything else grinds to a screeching halt. I can't even *ping* any other hosts through whisker, nor do DNS queries or any other forms of traffic get through. It's like ssh is not only eating all the bandwidth, it's eating it at such a "high priority" that absolutely nothing else can get through, not even pings. If I ^Z the cvs op that's using ssh, everything suddently starts working again. Once I foreground it, it's wedge city again. I dunno, I've never had to suspend a process just to get name lookups to work before! :-) Any ideas? Jordan