From owner-freebsd-questions@FreeBSD.ORG Sun Sep 11 20:02:06 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 217E616A41F for ; Sun, 11 Sep 2005 20:02:06 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BE8543D45 for ; Sun, 11 Sep 2005 20:02:05 +0000 (GMT) (envelope-from tdimson@gmail.com) Received: by zproxy.gmail.com with SMTP id z31so137561nzd for ; Sun, 11 Sep 2005 13:02:05 -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:references; b=D+IPv9N2vxAqBeCM0p5o0Jd33o66YOmgqo5SRy7Klag7tfiqYHh6iIlrH5hUQCchq77a+SZgzaz9e6PpQWEV8Nk4xHw12NL1DR7CbAeQScN5NOcRmJDwTm00NCYxe4Ay7MkMRjiTqKGJDOihj4pU+3bxxwzbY/fSOjAji+Tc3VE= Received: by 10.36.10.2 with SMTP id 2mr2258583nzj; Sun, 11 Sep 2005 13:02:05 -0700 (PDT) Received: by 10.36.23.11 with HTTP; Sun, 11 Sep 2005 13:02:05 -0700 (PDT) Message-ID: Date: Sun, 11 Sep 2005 16:02:05 -0400 From: Thomas Dimson To: freebsd-questions@freebsd.org In-Reply-To: <6.2.3.4.2.20050911013708.03a99d80@cobalt.antimatter.net> Mime-Version: 1.0 References: <6.2.3.4.2.20050911013708.03a99d80@cobalt.antimatter.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Strange (newbie) Gateway Errors X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: tdimson@gmail.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 11 Sep 2005 20:02:06 -0000 Hi, I solved most of my problem, but thank you for asking. I have it running on= =20 the internal network simply by enabling (and configuring a little bit) natd= =20 on the university network. Now the only problem left: I am running a server on both machines, but on my windows box it is port 82= .=20 I have it configured so that the freebsd box will forward port 82 to the=20 windows machine, and the router will forward port 82 to the windows machine= .=20 It works fine, provided a person on the internal network uses the internal= =20 IP, and a person on the external network uses the external IP. The problem= =20 arrises when a person on the internal network decides to use the external I= P=20 (of my cable modem). I ran a tracert from a person's machine, and although= =20 the request travels through the internal network, it dies on the last hop.= =20 Is there someway I can wrap it around so that my Freebsd box will be able t= o=20 server the internal network quickly even though a person may connect to an= =20 external IP? I suppose an easy solution would be just to put a PHP script= =20 that directs a person to the right IP depending on their config, but I am= =20 looking for a more transparent solution. Thanks a lot guys, I really appreciate it, Thomas Dimson tdimson@gmail.com On 9/11/05, Glenn Dawson wrote: >=20 > Did you already solve your problem? If not, I think I know why > things are working for you, just didn't want to type out the details > if you had already figured things out. Let me know if you haven't > and I'll send you the details. >=20 > -Glenn >=20 >