From owner-freebsd-questions@FreeBSD.ORG Fri Sep 23 17:51:32 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 D939C16A41F for ; Fri, 23 Sep 2005 17:51:32 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6828D43D46 for ; Fri, 23 Sep 2005 17:51:32 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so241149nzd for ; Fri, 23 Sep 2005 10:51:31 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=BKKgqA38g3uGJ2/kaLvNiDxHWEIZOAjguOvROGH0SefXiLGQTRgaWsCGPDbMatrkQe9U4HhdySWgzUdFpqslPaCHQGCq7qxO6IARu1vhp7hxv5ZiBUz5J6HJw9F0KzOvkyWVBETVOO69cd5hd74WoVNTAAyngZ3I8uZAfE7/Zqc= Received: by 10.36.10.10 with SMTP id 10mr3569242nzj; Fri, 23 Sep 2005 10:51:31 -0700 (PDT) Received: by 10.36.23.11 with HTTP; Fri, 23 Sep 2005 10:51:31 -0700 (PDT) Message-ID: Date: Fri, 23 Sep 2005 13:51:31 -0400 From: Thomas Dimson To: freebsd-questions@freebsd.org In-Reply-To: <44u0gftz7i.fsf@be-well.ilk.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <44u0gftz7i.fsf@be-well.ilk.org> Subject: Re: Intranet/Internet Gateway - Intranet requests to Internet ip time out X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Thomas Dimson List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Sep 2005 17:51:33 -0000 Hey, thanks for the replies, I'll see if I can clarify a little bit. On 20 Sep 2005 13:40:17 -0400, Lowell Gilbert wrote: > Are you sure that is *is* returning through the university network? > I would not expect it to do so. I'm not sure, just a hypothesis. What I meant is that my server is probably seeing that a request is coming from a 129.97.x.x address, and then deciding to return through NIC #2, and that possibly the client machine isn't expecting that, so never recieves the packet. I don't really much about the innards of networking, so it probably works nothing like that On 9/20/05, Peter Clutton wrote: > You need to have DNS set up correctly on your internal network, tha's why= IP > works but domain name doesn't. To what extent do I need to set up DNS? Are we talking about making a full BIND server and making sense out of that? Can you point me in the direction of a good guide, the handbook is awfully confusing on that subject. Right now, I am using a third-party DNS server (www.no-ip.org) with a registered domain name because on my old connection I was using a dynamic IP. Is my best bet just to contact them and see if they can set up entries that redirect certain IPs?