From owner-freebsd-current@FreeBSD.ORG Sat Nov 22 07:11:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B0E7E16A4CE for ; Sat, 22 Nov 2003 07:11:08 -0800 (PST) Received: from sccmmhc02.asp.att.net (sccmmhc02.asp.att.net [204.127.203.184]) by mx1.FreeBSD.org (Postfix) with ESMTP id EAC2143FCB for ; Sat, 22 Nov 2003 07:11:06 -0800 (PST) (envelope-from steve@energistic.com) Received: from energistic.com (12-223-237-12.client.insightbb.com[12.223.237.12]) by sccmmhc02.asp.att.net (sccmmhc02) with ESMTP id <20031122151106mm200es1dne>; Sat, 22 Nov 2003 15:11:06 +0000 Received: from energistic.com (steve@12-223-237-12.client.insightbb.com [12.223.237.12]) by energistic.com (8.12.10/8.12.10) with ESMTP id hAMFB5pi043480; Sat, 22 Nov 2003 10:11:05 -0500 (EST) (envelope-from steve@energistic.com) Received: (from steve@localhost) by energistic.com (8.12.10/8.12.10/Submit) id hAMFB4g0041534; Sat, 22 Nov 2003 10:11:04 -0500 (EST) (envelope-from steve) Date: Sat, 22 Nov 2003 10:11:04 -0500 From: Steve Ames To: Matt Smith Message-ID: <20031122151104.GA6000@energistic.com> References: <3FBF76DE.4020706@xtaz.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3FBF76DE.4020706@xtaz.co.uk> User-Agent: Mutt/1.5.5.1i cc: current@freebsd.org Subject: Re: What's changed relating to localhost then? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Nov 2003 15:11:08 -0000 I noticed the same thing yesterday when postgresql stopped working properly because there wasn't an entry for my public IP in the pg_hba.conf file. If you telnet to 127.0.0.1 the system still believes you are coming from your public IP. Bizarre that. Other IPs don't act that way. My system has two public IPs and 127.0.0.1. If I telnet to myself on either of the public IPs then I appear from the correct IP. However 127.0.0.1 no longer seems to work that way and that does break a number of things that expect to be connected to by 127.0.0.1 -Steve On Sat, Nov 22, 2003 at 02:46:54PM +0000, Matt Smith wrote: > I've just updated to 5.2-BETA today and have noticed that my spamd is > now rejecting all connections from spamc because they are not coming > from 127.0.0.1 any more. It's now using my public IP address of 82.x.x.x: > > Nov 22 14:38:30 womble spamd[657]: unauthorized connection from > 82-32-25-111.cable.ubr04.azte.blueyonder.co.uk [82.32.25.111] at port 49167 > > I noticed somebody reported a similar thing earlier. > > I'm actually in the process of reverting to a -current of > 2003.11.14.00.00.00 because my xl0 ethernet card is acting up as > mentioned in another thread so I want to see if it works with that > kernel. (Can't go further back due to statfs). > > Also one of my machines running 5.2-BETA just hung dead within 5 minutes > of booting. I don't have DDB etc configured though so can't tell why. > > Matt. > > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"