From owner-freebsd-questions@FreeBSD.ORG Sat Oct 30 06:49:37 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 C4F7616A4CE for ; Sat, 30 Oct 2004 06:49:37 +0000 (GMT) Received: from pd4mo3so.prod.shaw.ca (shawidc-mo1.cg.shawcable.net [24.71.223.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70E1943D5A for ; Sat, 30 Oct 2004 06:49:35 +0000 (GMT) (envelope-from flowers@nekulturny.org) Received: from pd2mr3so.prod.shaw.ca (pd2mr3so-qfe3.prod.shaw.ca [10.0.141.108]) by l-daemon (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I6D009KNXL4RY30@l-daemon> for freebsd-questions@freebsd.org; Sat, 30 Oct 2004 00:48:40 -0600 (MDT) Received: from pn2ml5so.prod.shaw.ca ([10.0.121.149]) by pd2mr3so.prod.shaw.ca (Sun ONE Messaging Server 6.0 HotFix 1.01 (built Mar 15 2004)) with ESMTP id <0I6D00D9RXL4HFE0@pd2mr3so.prod.shaw.ca> for freebsd-questions@freebsd.org; Sat, 30 Oct 2004 00:48:40 -0600 (MDT) Received: from procyon.nekulturny.org (S0106000c41b2b9a3.cg.shawcable.net [68.144.45.143]) by l-daemon (iPlanet Messaging Server 5.2 HotFix 1.18 (built Jul 28 2003)) with ESMTP id <0I6D007FRXL478@l-daemon> for freebsd-questions@freebsd.org; Sat, 30 Oct 2004 00:48:40 -0600 (MDT) Received: from procyon.nekulturny.org (localhost.nekulturny.org [127.0.0.1]) i9U6md9o001441; Sat, 30 Oct 2004 00:48:40 -0600 (MDT envelope-from flowers@nekulturny.org) Received: (from flowers@localhost) by procyon.nekulturny.org (8.12.10/8.12.10/Submit) id i9U6md1P001440; Sat, 30 Oct 2004 00:48:39 -0600 (MDT envelope-from flowers) Date: Sat, 30 Oct 2004 00:48:38 -0600 From: Danny MacMillan In-reply-to: <20041030053323.870E543D49@mx1.FreeBSD.org> To: Clay Message-id: <20041030064838.GA1323@procyon.nekulturny.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii Content-disposition: inline References: <1099113697.18749.329.camel@aaron.proficuous.com> <20041030053323.870E543D49@mx1.FreeBSD.org> User-Agent: Mutt/1.4.2.1i 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 06:49:37 -0000 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