From owner-freebsd-questions Sun Oct 8 13:52:15 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mailhost01.reflexnet.net (mailhost01.reflexnet.net [64.6.192.82]) by hub.freebsd.org (Postfix) with ESMTP id E946B37B66C for ; Sun, 8 Oct 2000 13:52:13 -0700 (PDT) Received: from 149.211.6.64.reflexcom.com ([64.6.211.149]) by mailhost01.reflexnet.net with Microsoft SMTPSVC(5.5.1877.197.19); Sun, 8 Oct 2000 13:50:55 -0700 Received: (from cjc@localhost) by 149.211.6.64.reflexcom.com (8.11.0/8.11.0) id e98Kq9683731; Sun, 8 Oct 2000 13:52:09 -0700 (PDT) (envelope-from cjc) Date: Sun, 8 Oct 2000 13:52:09 -0700 From: "Crist J . Clark" To: Phil Mummert Cc: freebsd-questions@FreeBSD.ORG Subject: Re: recurring natd error message Message-ID: <20001008135209.Y25121@149.211.6.64.reflexcom.com> Reply-To: cjclark@alum.mit.edu References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: ; from the1600boy@hotmail.com on Sun, Oct 08, 2000 at 01:44:12PM -0400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sun, Oct 08, 2000 at 01:44:12PM -0400, Phil Mummert wrote: > I have a FreeBSD box with a dhcp connection to the net. > I am using natd to allow net access from my own lan, behind the bsd box. > It appears to be working properly. > However, I constantly receive the following message from BSD: > myhostname natd[133]: failed to write packet back (Host is down) > (This is followed by messages like, "last message repeated 319 times", etc) This error means that you are trying to send a packet that has been processed by natd to a machine on a local network. However, the destination machine does not seem to be alive (your machine is not able to get the MAC address), i.e. that host seems down. The easiest way to try to debug this that I am aware is to first determine what address your machine is trying to reach. Listen on the interfaces for ARP frames, # tcpdump -i arp And watch for ones from your machine that go unanswered. Then figure out why it is looking for that machine or why it is not getting a response from it. -- Crist J. Clark cjclark@alum.mit.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message