From owner-freebsd-questions@FreeBSD.ORG Wed Dec 31 15:52:22 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 499E816A4CE for ; Wed, 31 Dec 2003 15:52:22 -0800 (PST) Received: from dns12.mail.yahoo.co.jp (dns12.mail.yahoo.co.jp [210.81.151.145]) by mx1.FreeBSD.org (Postfix) with SMTP id 0DEB843D2D for ; Wed, 31 Dec 2003 15:52:20 -0800 (PST) (envelope-from ayakokiko@ybb.ne.jp) Received: from unknown (HELO gorgon.near.this) (219.11.234.11 with poptime) by dns12.mail.yahoo.co.jp with SMTP; 31 Dec 2003 23:52:18 -0000 X-Apparently-From: Received: from ghost.near.this (ghost.near.this [10.0.3.9]) by gorgon.near.this (Postfix) with ESMTP id 3A66E7F81; Thu, 1 Jan 2004 08:52:14 +0900 (JST) Received: by ghost.near.this (Postfix, from userid 100) id E7C6719694; Thu, 1 Jan 2004 08:52:11 +0900 (JST) Date: Thu, 1 Jan 2004 08:52:05 +0900 From: horio shoichi To: John Von Essen In-Reply-To: References: <20031231095115.GA98228@happy-idiot-talk.infracaninophile.co.uk> X-Mailer: Sylpheed version 0.9.8claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Message-Id: <20031231.235211.44149af35cd3d08f.10.0.3.9@bugsgrief.net> cc: freebsd-questions@freebsd.org Subject: Re: (2) rsh and rcp problems between Solaris and FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Dec 2003 23:52:22 -0000 On Wed, 31 Dec 2003 10:20:23 -0500 (EST) John Von Essen wrote: > One more thing. Apparently, if I do 'rsh -n host cmd' on the Solaris box, > it no longer hangs, and I can do it back to back indefinitely. Say I do > ten of them, 5 secs apart. I still see the following 10 times in netstat: > > > This doesn't affect rcp, so those are still slow. The only other thing is > that I am going through a firewall, from an internal network to a dmz. > > > -John > A couple of comments: o The rcp in stock FreeBSD has changed its behavior somewhere 4.7 - 4.9, to as you see it. It has been behaving more 'standard' way before. Self installing krb4 or heimdal from kth seems provides better rcp. o How does the firewall treat backward connections ? (Ipfilter proxy ?) Depending on it, ports may not be properly 'diffused' (this again might be due to 'odd' rcp, though). As far as I can tell, rcp with said makes on both ends over ipfilter with r-* proxy works well (not very well, unfortunately). Closely watching FreeBSD's rcp behaviors at the connections would reveal something more. horio shoichi