From owner-freebsd-questions@FreeBSD.ORG Mon Jun 2 13:24:20 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 4463F37B401 for ; Mon, 2 Jun 2003 13:24:20 -0700 (PDT) Received: from pop015.verizon.net (pop015pub.verizon.net [206.46.170.172]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6930243F3F for ; Mon, 2 Jun 2003 13:24:19 -0700 (PDT) (envelope-from cswiger@mac.com) Received: from mac.com ([129.44.60.214]) by pop015.verizon.net (InterMail vM.5.01.05.33 201-253-122-126-133-20030313) with ESMTP id <20030602202418.YKHN20810.pop015.verizon.net@mac.com> for ; Mon, 2 Jun 2003 15:24:18 -0500 Message-ID: <3EDBB278.9040302@mac.com> Date: Mon, 02 Jun 2003 16:24:24 -0400 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4b) Gecko/20030507 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions References: <003a01c32942$6a081200$0100a8c0@ibac> In-Reply-To: <003a01c32942$6a081200$0100a8c0@ibac> X-Enigmail-Version: 0.75.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Authentication-Info: Submitted using SMTP AUTH at pop015.verizon.net from [129.44.60.214] at Mon, 2 Jun 2003 15:24:18 -0500 Subject: Re: DNS and natd 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: Mon, 02 Jun 2003 20:24:20 -0000 Alfonso Romero wrote: > Iīm using natd on a FreeBSD 4.8 box as a gateway, so my internal LAN can > access Internet. Iīve configured a web server, but the local LAN machines > canīt access the server by itīs domain name. If I setup my FreeBSD gateway to > also act as a DNS server, are my local LAN machines going to be able to > access my web server with www.ibacsoft.dynu.com, instead of 192.168.0.2? 10-bjork# nslookup www.ibacsoft.dynu.com Name: www.ibacsoft.dynu.com Address: 200.67.41.134 What happens when you do a "traceroute 200.67.41.134" from an internal machine...does it get to the web server as you expect? If the webserver is the same system as the NAT box, you'll have to add that IP to the natd flags and maybe apache's config file, I believe... -Chuck