From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 03:22:26 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 564AC16A41C for ; Mon, 27 Jun 2005 03:22:26 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from mail.freebsd-corp-net-guide.com (mail.freebsd-corp-net-guide.com [65.75.192.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id DE8B443D1D for ; Mon, 27 Jun 2005 03:22:25 +0000 (GMT) (envelope-from tedm@toybox.placo.com) Received: from tedwin2k (nat-rtr.freebsd-corp-net-guide.com [65.75.197.130]) by mail.freebsd-corp-net-guide.com (8.11.1/8.11.1) with SMTP id j5R3NQb50571; Sun, 26 Jun 2005 20:23:30 -0700 (PDT) (envelope-from tedm@toybox.placo.com) From: "Ted Mittelstaedt" To: "Gerard Seibert" , "freebsd-questions" Date: Sun, 26 Jun 2005 20:22:19 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.6604 (9.0.2911.0) In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478 Importance: Normal Cc: Subject: RE: Still trying to get my site up! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 03:22:26 -0000 >-----Original Message----- >From: owner-freebsd-questions@freebsd.org >[mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gerard Seibert >Sent: Sunday, June 26, 2005 4:07 PM >To: freebsd-questions >Subject: Still trying to get my site up! > > >Thanks to several individuals, I have almost gotten my Apache2 server >working. Almost, but not quite. > >My ISP blocks port 80; therefore I am using a redirect from >DynDNS.org to >redirect to an alias using port 9545. > No, you are not. You cannot redirect to a specific port using the DNS system. Currently dydns.org has beerstud.us pointing to IP address 63.208.196.110 If that is your IP address then hosts on the Internet that query www.beerstud.us will go to port 80 on that IP address. If that isn't your IP number then it must be an IP address of a webhost that will issue a HTTP redirect when it gets a query to port 80 on your beerstud.us URL. >The 'beerstud.us' redirects to 'www2.beerstud.us:9545' > >>From my FreeBSD box, if I type: lynx http://beerstud.us, I see the >following message: Using http://www2.beerstud.us:9545/. The >connection is >made and the index.htm file is displayed. > >However, I am unable to reach this site from any other computer. >Eventually, the request will time out and I receive an error message >telling me that the site is not available. > >I am not sure what I am doing wrong at this point. You need to contact the support department of your ISP. I don't understand why you think that your ISP is just blocking port 80 and not any other port. There are firewalls out there nowadays smart enough to see an incoming HTTP request and block it no matter what port it's coming in on. If your ISP is blocking port 80 that probably means you haven't paid for an enhanced account that will allow you to run a server. If that is the case and your ISP is making money off allowing ports to be open for customers, then I would think that they probably have one of those firewalls setup that blocks incoming HTTP get requests no matter what port they come in on. Ted