From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anders Fugmann Subject: Re: forward is not forwarding Date: Fri, 06 Sep 2002 08:40:16 +0200 Sender: netfilter-admin@lists.netfilter.org Message-ID: <3D784DD0.8010301@fugmann.dhs.org> References: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: Abraham Kim Cc: netfilter@lists.netfilter.org Abraham Kim wrote: > telnet from Linux to Solaris takes too long to be established > (it looks hung after the Escape character... message) This has been seen before, and is easy to fix if my assumption is correct. Try adding this to your firewall: $ iptables -A FORWARD -p tcp --dports auth -j REJECT \ --reject-with tcp-reset This will "reject" any packet destined for the auth port. My guess is that the Solaris box does not have a auth deamon running, and therefore Linux clients will "hang" while waiting for an answer from the port. Regards Anders Fugmann -- Author of FIAIF Fiaif is an intelligent firewall http://fiaif.fugmann.dhs.org