From owner-freebsd-questions@FreeBSD.ORG Wed Jul 13 13:09:27 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 5B47616A41C for ; Wed, 13 Jul 2005 13:09:27 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1CB9643D46 for ; Wed, 13 Jul 2005 13:09:27 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.33.9]) by mxout1.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j6DD9QpR004721 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Wed, 13 Jul 2005 06:09:26 -0700 Received: from [127.0.0.1] (eli-13-204.gnrac.net [208.187.13.204]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j6DD9Krw029267 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 13 Jul 2005 06:09:22 -0700 Message-ID: <42D51266.2010007@u.washington.edu> Date: Wed, 13 Jul 2005 06:08:54 -0700 From: Garrett Cooper User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050319 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Andrew Budiwaluyo , freebsd-questions@freebsd.org References: <20050713105023.68541.qmail@web30502.mail.mud.yahoo.com> In-Reply-To: <20050713105023.68541.qmail@web30502.mail.mud.yahoo.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: SSH X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 13 Jul 2005 13:09:27 -0000 Andrew Budiwaluyo wrote: >I can ssh (and access http) to my server from the >internet, but not from my internal network. > >if i turn off the firewall it still won't work so i >think it's no from ipf.rules. > >Help! > >If I ssh from an internal machine, I get the login >prompt, but after typing a username, I am never asked >for a password... > > Ok. So assumably you can login to your machine locally first off, correct? Second off, are you operating between two interfaces or just one? I would assume 2 since you're talking about external and internal networks. So, you might want to check how your packets are being routed between the interfaces and the 'static' routes setup between your machine where you are currently located and the server. As for the SSH... that's fishy... logging in locally would be the first step I would try in determining the issue at hand. Then check the CPU usage of all of your processes to make sure you don't have a runaway task such that your authentication is being effectively blocked. Also, did you comment out some of the lines in /etc/ttys? -Garrett