From owner-freebsd-questions@FreeBSD.ORG Wed May 25 15:55:21 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 DFA7116A41C for ; Wed, 25 May 2005 15:55:20 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.97]) by mx1.FreeBSD.org (Postfix) with ESMTP id A960643D1D for ; Wed, 25 May 2005 15:55:18 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from mac.com (smtpin02-en2 [10.13.10.147]) by smtpout.mac.com (Xserve/8.12.11/smtpout06/MantshX 4.0) with ESMTP id j4PFtGmI006425; Wed, 25 May 2005 08:55:17 -0700 (PDT) Received: from [192.168.1.6] (pool-68-161-53-96.ny325.east.verizon.net [68.161.53.96]) (authenticated bits=0) by mac.com (Xserve/smtpin02/MantshX 4.0) with ESMTP id j4PFtEP3029797; Wed, 25 May 2005 08:55:16 -0700 (PDT) In-Reply-To: <347676E8-FBF5-4146-BC53-ADC1DDA761E0@amadeus.demon.nl> References: <347676E8-FBF5-4146-BC53-ADC1DDA761E0@amadeus.demon.nl> Mime-Version: 1.0 (Apple Message framework v730) Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Charles Swiger Date: Wed, 25 May 2005 11:55:09 -0400 To: FreeBSD questions mailing list X-Mailer: Apple Mail (2.730) Cc: freebsd Subject: Re: ICMP redirect 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, 25 May 2005 15:55:21 -0000 On May 25, 2005, at 11:46 AM, FreeBSD questions mailing list wrote: > Lately i get a lot (really a lot) of these errors: > > icmp redirect from 127.0.0.1: => 127.0.0.1 > > I have no idea where they come from and better how to get rid of > them... > Can anyone point me in a direction to solve this problem? You are probably trying to access services on the localhost via the name of your outside IP, rather than via localhost. I would gather than you are running NAT somewhere. You can set up /etc/hosts so that name refers to the inside IP addr, or set up split DNS. Another way would be to add an alias of your outside IP on the machine... -- -Chuck