From owner-freebsd-questions@FreeBSD.ORG Thu May 8 20:31:33 2003 Return-Path: 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 9DF6737B401 for ; Thu, 8 May 2003 20:31:33 -0700 (PDT) Received: from mail.munk.nu (213-152-51-194.dsl.eclipse.net.uk [213.152.51.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECA2C43F3F for ; Thu, 8 May 2003 20:31:32 -0700 (PDT) (envelope-from munk@mail.munk.nu) Received: from munk by mail.munk.nu with local (Exim 4.14) id 19Dybb-0006wE-Rj for freebsd-questions@freebsd.org; Fri, 09 May 2003 04:31:31 +0100 Date: Fri, 9 May 2003 04:31:31 +0100 From: Jez Hancock To: freebsd-questions@freebsd.org Message-ID: <20030509033131.GB26108@users.munk.nu> Mail-Followup-To: freebsd-questions@freebsd.org References: <3EB8E570.5774.8DA49D3@localhost> <3EB92A88.26420.9E82D02@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3EB92A88.26420.9E82D02@localhost> User-Agent: Mutt/1.4.1i Sender: User Munk Subject: Re: no route to host X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 May 2003 03:31:33 -0000 On Wed, May 07, 2003 at 03:47:20PM +0200, Ronald Weinrich wrote: > thank you Jez, > could you please tell me what I have to do that my intranet can reach the dns on > 213.47.28.160/28 the dns has 213.47.28.162 and also the router 213.47.28.161 Perhaps post your nat configuration, the network diagram, the netstat -ran output and ifconfig output again so it's all in one mail. In fact it might be better for everyone (mainly you!) if you document your network fully first - that way you'll understand better what you currently have and what you want to achieve. You can then show that you've made every effort to fix/understand it first (people like that:) and post the document for others to help you. I can't remember off the top of my head which freebsd documents you need to read for NAT - for a start obviously there's the handbook, then have a good look under /usr/share/doc/en/ - you might want to try: grep " nat " /usr/share/doc/en -ri That should give you a few ideas of the docs that include info on NAT - by the looks of it it's mainly references in the handbook, although there seems to be instances of 'nat' in the faq as well... have a looksee :) Regards, Jez