From owner-freebsd-questions@FreeBSD.ORG Tue Oct 21 12:33:02 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 C5F8916A4B3 for ; Tue, 21 Oct 2003 12:33:02 -0700 (PDT) Received: from Valuedj.com (adsl-216-100-130-20.dsl.snfc21.pacbell.net [216.100.130.20]) by mx1.FreeBSD.org (Postfix) with ESMTP id E83CE43FDF for ; Tue, 21 Oct 2003 12:32:59 -0700 (PDT) (envelope-from whizkid@valuedj.com) Received: from www.valuedj.com (localhost.localdomain [127.0.0.1]) by Valuedj.com (Postfix) with SMTP id 0343CC9CC; Tue, 21 Oct 2003 12:24:35 -0400 (EDT) Received: from 208.253.246.93 (proxying for unknown) (SquirrelMail authenticated user whizkid) by www.valuedj.com with HTTP; Tue, 21 Oct 2003 12:24:35 -0400 (EDT) Message-ID: <48926.208.253.246.93.1066753475.squirrel@www.valuedj.com> In-Reply-To: <20031021184148.76057.qmail@web14502.mail.yahoo.com> References: <20031021184148.76057.qmail@web14502.mail.yahoo.com> Date: Tue, 21 Oct 2003 12:24:35 -0400 (EDT) From: whizkid@valuedj.com To: "Micke P" User-Agent: SquirrelMail/1.4.1 MIME-Version: 1.0 Content-Type: text/plain;charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Priority: 3 Importance: Normal cc: freebsd-questions@freebsd.org Subject: Re: Trying to see website from the Internet 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: Tue, 21 Oct 2003 19:33:02 -0000 > > Hi, > > I'm having all kinds of trouble trying to get things > set up to see my website on the Internet. I know > people like to claim to be newbies, but I actually am. > :-) > > My machine (ethernet card) IP is 192.168.254.25 and > I'm serving on port 8080. I can bring up the site no > problem on my LAN- http://192.168.254.25:8080/, but > not outside. > > My ISP is earthlink and it's a dynamic IP account. > Right now the WAN IP is: 68.164.84.178. Trying > http://68.164.84.178:8080/ doesn't work. I've opened > the port, 8080, on the router. When you say you have opened the port on your firewall, are you speaking of the firewall on your FreeBSD box or a Hardware firewall? For example, if you have a linksys router you would have to Forward your TCP port 8080 to the 192.168.254.25 box. > What should I look at to solve this? I have > unsuccessfully scoured the complete freebsd book, > handbook, and archives. But haven't found anything to > address this specific problem yet, although it seems > straightforward. If you think I don't understand > networks exactly, you are correct; but it's not for > lack of trying. if you can get to the website from inside your firewall then it is a routing issue. Just check above and make sure your firewall is routing to the correct box. > Thanks for help, > Micke