From owner-freebsd-questions@FreeBSD.ORG Mon Jun 27 00:47:38 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 85F0B16A41C for ; Mon, 27 Jun 2005 00:47:38 +0000 (GMT) (envelope-from john@day-light.com) Received: from joseph.day-light.net (gabriel.day-light.net [209.145.160.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 38BB443D4C for ; Mon, 27 Jun 2005 00:47:38 +0000 (GMT) (envelope-from john@day-light.com) Received: from w1 (unknown [10.1.5.36]) by joseph.day-light.net (Postfix) with SMTP id 3D81D4F40B; Sun, 26 Jun 2005 19:47:37 -0500 (CDT) From: "John Brooks" To: "Gerard Seibert" Date: Sun, 26 Jun 2005 19:47:41 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" 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.1441 Importance: Normal Cc: freebsd-questions@freebsd.org Subject: RE: Still trying to get my site up! X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: john@day-light.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Jun 2005 00:47:38 -0000 do you have any kind of firewall? from the outside world port 9545 is closed. so either it is being blocked, you are not actually listening on it, or there is no port forwarding on your gateway. run this on the box itself and post the output: netstat -na | grep LISTEN try to connect from another host on your network: http://192.168.0.4:9545 then try: http://192.168.0.4:80 -- John Brooks john@day-light.com > -----Original Message----- > From: owner-freebsd-questions@freebsd.org > [mailto:owner-freebsd-questions@freebsd.org]On Behalf Of Gerard Seibert > Sent: Sunday, June 26, 2005 6: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. > > 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. I have posted the > following files if anyone feels ambitious enough to look them over for me. > > httpd.conf = http://www.seibercom.us/FreeBSD/httpd.conf > > hosts = http://www.seibercom.us/FreeBSD/hosts > > This is the output from ifconfig -a > net-card.txt = http://www.seibercom.us/FreeBSD/net-card.txt > > resolv.conf = http://www.seibercom.us/FreeBSD/resolv.conf > > The 'hosts' file has a pretty good description of my network in it. I > double checked my router, and I believe it is configured > correctly to pass > port 9545 through. > > -- > Thanks! > > Gerard Seibert > Gerard-seibert@suscom.net > > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" >