From owner-freebsd-questions@FreeBSD.ORG Tue Sep 16 12:14:25 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 41DB0106566B for ; Tue, 16 Sep 2008 12:14:25 +0000 (UTC) (envelope-from jamesoff@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id F3E5F8FC15 for ; Tue, 16 Sep 2008 12:14:19 +0000 (UTC) (envelope-from jamesoff@gmail.com) Received: by an-out-0708.google.com with SMTP id b33so259276ana.13 for ; Tue, 16 Sep 2008 05:14:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=F2GcnJA6DWbP9L4eqCXWj5fCVHt1gI/Ff//C90En+dA=; b=dCZk38hwvy9GOzgOmMktUOqwSF/dz9yIB6sFMcuX5CaxvhzSteT8BavE/YkDSORM/o iJ/Reu8HRC4dcxunI0wGKZ0occup74UZhleNFotFjyal2iPoBWKPSSYvaPa8nIYZSge0 Usiit5BimWsUa6nygkMMNwjFLVxvryCsuKofA= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=epjUTmMfNMO0hfmLQcZA7mGOtbxxg74fDi34KW3P/t8376nvLCgrWK4FFMoo/dr7Y8 HubMDMdCJnFUZfe5x7B0y3YrP1C+tpqAXBowflCcoEiRla6m0brl7jHh6CFNfoNCJDko 3PH85fyHSjTa8zDQqkP4TS6+uyMFbUf1tREDI= Received: by 10.65.22.11 with SMTP id z11mr1803339qbi.57.1221565728635; Tue, 16 Sep 2008 04:48:48 -0700 (PDT) Received: by 10.65.114.17 with HTTP; Tue, 16 Sep 2008 04:48:48 -0700 (PDT) Message-ID: <720051dc0809160448l4ed3a1cege51ba9f878192442@mail.gmail.com> Date: Tue, 16 Sep 2008 12:48:48 +0100 From: "James Seward" To: "Annelise Anderson" In-Reply-To: <20080915152233.W5940@andrsn.stanford.edu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080915152233.W5940@andrsn.stanford.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Apache 1.3 Problems 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: Tue, 16 Sep 2008 12:14:25 -0000 On Mon, Sep 15, 2008 at 11:25 PM, Annelise Anderson wrote: > What to do next? It's times like this tcptraceroute comes in handy (from ports): james@yomi:~ % tcptraceroute andrsn.stanford.edu 80 Selected device rl0, address 192.168.0.100, port 59204 for outgoing packets Tracing the path to andrsn.stanford.edu (171.66.112.163) on TCP port 80, 30 hops max 1 192.168.0.1 (192.168.0.1) 10.148 ms 9.853 ms 9.861 ms 2 cr1.wwextr.uk.easynet.net (87.87.252.254) 76.347 ms 96.552 ms 75.697 ms 3 ip-87-87-162-97.easynet.co.uk (87.87.162.97) 71.334 ms 71.400 ms 70.848 ms 4 be2.er10.txlon.ov.easynet.net (195.66.226.43) 77.594 ms 77.322 ms 77.191 ms 5 195.66.226.185 (195.66.226.185) 93.591 ms 77.896 ms 77.178 ms 6 te4-4.ccr02.bos01.atlas.cogentco.com (130.117.0.46) 147.806 ms 147.616 ms 147.713 ms 7 te4-4.ccr02.ord01.atlas.cogentco.com (154.54.24.58) 169.466 ms 171.240 ms 169.014 ms 8 te3-4.ccr02.mci01.atlas.cogentco.com (154.54.5.173) 180.411 ms 181.200 ms 181.000 ms 9 te8-4.ccr02.sfo01.atlas.cogentco.com (154.54.24.117) 217.245 ms 217.026 ms 216.939 ms 10 te4-4.mpd01.sjc04.atlas.cogentco.com (154.54.7.174) 217.982 ms 217.635 ms 217.001 ms 11 66.250.7.138 (66.250.7.138) 217.758 ms 217.986 ms 218.447 ms 12 bbrb-isp.Stanford.EDU (171.64.1.155) 218.480 ms 217.981 ms 218.178 ms 13 * * * brb-isp.Stanford.EDU is filtering port 80 to your machine. You need to talk nicely to the network people there :) /JMS