From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 21:45:23 2004 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 930F816A4CE for ; Sat, 30 Oct 2004 21:45:23 +0000 (GMT) Received: from darkness-is.com (adsl247-146.incentre.net [207.216.247.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C45443D46 for ; Sat, 30 Oct 2004 21:45:23 +0000 (GMT) (envelope-from cculver@darkness-is.com) Received: from darknessws1 (S0106004005da67a3.rd.shawcable.net [24.64.12.138]) by darkness-is.com (darkness-is.com [207.216.247.146]) (MDaemon.PRO.v6.8.5.R) with ESMTP id 34-md50000000049.tmp for ; Sat, 30 Oct 2004 15:42:08 -0600 From: "Clay" To: "'Danny MacMillan'" Date: Sat, 30 Oct 2004 15:44:39 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Office Outlook, Build 11.0.5510 In-Reply-To: <20041030064838.GA1323@procyon.nekulturny.org> Thread-Index: AcS+TFQKB0aa8H1/TrKvuN2lEcdlaAAfLIFQ X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 X-MDRemoteIP: 24.64.12.138 X-Return-Path: cculver@darkness-is.com X-MDaemon-Deliver-To: freebsd-questions@freebsd.org X-Spam-Status: No, hits=3.1 required=5.0 tests=FORGED_MUA_OUTLOOK,IN_REP_TO,MISSING_OUTLOOK_NAME, QUOTED_EMAIL_TEXT version=2.55 X-Spam-Level: *** X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-Spam-Report: ---- Start SpamAssassin results 3.10 points, 5 required; Message preview: > Content analysis details: IN_REP_TO (-0.5 points) Has a In-Reply-To header quoted email textMS Outlookisn't ---- End SpamAssassin results X-Spam-Processed: darkness-is.com, Sat, 30 Oct 2004 15:42:10 -0600 Message-Id: <20041030214523.2C45443D46@mx1.FreeBSD.org> cc: "'Aaron P. Martinez'" cc: freebsd-questions@freebsd.org Subject: RE: Apache 2.0.52 help 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: Sat, 30 Oct 2004 21:45:23 -0000 > -----Original Message----- > From: owner-freebsd-questions@freebsd.org [mailto:owner-freebsd- > questions@freebsd.org] On Behalf Of Danny MacMillan > Sent: Saturday, October 30, 2004 12:49 AM > To: Clay > Cc: 'Aaron P. Martinez'; freebsd-questions@freebsd.org > Subject: Re: Apache 2.0.52 help > > On Fri, Oct 29, 2004 at 11:33:12PM -0600, Clay wrote: > > It is not a DSL Router/Modem, just a straight old school ADSL > > modem. I have three static IP addresses. One is being used for the > > current web server, one is on the machine I am typing this on, and > > the third is being used for this server for testing. > > You know, one thing that occurs to me is: are you obtaining your IP > addresses from (your ISP's) DHCP server? If not, are you sure you are > giving your new FreeBSD web server the right address? If the address you > are using is incorrect, it's quite possible that the machine you are > (successfully) pinging isn't the FreeBSD machine, just another unrelated > host that responds to ping, as most hosts do, but doesn't have a web > server running. If your machines are connected to the ADSL modem via a > switch (which is how it sounds like you have things set up), the FreeBSD > web server would still see and respond to the traffic addressed to its > (incorrect) IP from your two other machines. > > I can think of two ways to test this: One, ping the host from the > external non-working machine and monitor the FreeBSD machine to see if > it is being pinged. I'm sure there's a way to do that, I just don't > know what it is :) The other is to temporarily switch IP addresses > with one of your other known working machines and see if you can access > the web server via that address. > > -- > Danny > _______________________________________________ > 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" Well looks like playing the IP game got it fixed. Changed the IP's of this machine and the FreeBSD machine around and rebooted the FreeBSD machine and it works now. Not sure what was up oh well, glad it is working anyways. Thanks for all the help everyone, a lot of insight for me on how FreeBSD works. Clay