From owner-freebsd-questions@FreeBSD.ORG Wed Sep 14 10:15:37 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 66C661065674 for ; Wed, 14 Sep 2011 10:15:37 +0000 (UTC) (envelope-from ml@my.gd) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id F25948FC14 for ; Wed, 14 Sep 2011 10:15:36 +0000 (UTC) Received: by bkbzs8 with SMTP id zs8so1689379bkb.13 for ; Wed, 14 Sep 2011 03:15:36 -0700 (PDT) Received: by 10.204.130.131 with SMTP id t3mr2810166bks.360.1315995335810; Wed, 14 Sep 2011 03:15:35 -0700 (PDT) Received: from dfleuriot-at-hi-media.com ([83.167.62.196]) by mx.google.com with ESMTPS id m18sm3361913bkt.12.2011.09.14.03.15.33 (version=SSLv3 cipher=OTHER); Wed, 14 Sep 2011 03:15:34 -0700 (PDT) Message-ID: <4E707EC4.8000706@my.gd> Date: Wed, 14 Sep 2011 12:15:32 +0200 From: Damien Fleuriot User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <00a701cc71b8$18472a60$48d57f20$@vagner.com> <4E6F2407.6040307@my.gd> <008e01cc720e$ab9f3c70$02ddb550$@com> In-Reply-To: <008e01cc720e$ab9f3c70$02ddb550$@com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: ssh with bridged ap 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, 14 Sep 2011 10:15:37 -0000 Again, your /var/log/auth.log should be very helpful in this matter. Connect on your server with WIFI then do this: tail -f /var/log/auth.log Then, try to connect using the wired connection and see if you get any logs. If you do, post them here :) If you're connecting from a non-windows box, please pass the -v flag to your ssh client to toggle verbose output and post that here too. On 9/13/11 2:14 PM, George Vagner wrote: > I was thinking that maybe because the wired interface doesn't actually have > An IP address it is a reverse lookup thing. > > > > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Damien Fleuriot > Sent: Tuesday, September 13, 2011 5:36 AM > To: freebsd-questions@freebsd.org > Subject: Re: ssh with bridged ap > > On 9/13/11 3:54 AM, george vagner wrote: >> I have set up wireless AP with a static IP and bridged it to my internal >> wired network on RE0. >> >> I can successfully connect with WPA to the wireless network and browse > other >> computers on the wired net fine, >> I can log into the freebsd machine using ssh no problem as long as if I >> connect via the wireless network. >> >> If I try and log into the freebsd machine using the wired network I get a >> log in prompt for username >> Then I get the password prompt but after typing in my password it always >> says login incorrect, it don't do this if I am on the wireless net. >> >> Maybe something in the sshd config about bridged connections? >> > > Maybe an excerpt from your /var/log/auth.log at that time, too... > > Might turn out that you don't get anything in /var/log/auth.log which > would indicate that, when using the wired IP of the machine, you're > actually connecting to another host. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"