From owner-freebsd-questions@FreeBSD.ORG Sat Jun 14 07:37:39 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 80ADB1065686 for ; Sat, 14 Jun 2008 07:37:39 +0000 (UTC) (envelope-from ehl@dewey.soe.berkeley.edu) Received: from dewey.soe.berkeley.edu (dewey.SoE.Berkeley.EDU [128.32.157.3]) by mx1.freebsd.org (Postfix) with ESMTP id 7238E8FC25 for ; Sat, 14 Jun 2008 07:37:39 +0000 (UTC) (envelope-from ehl@dewey.soe.berkeley.edu) Received: from dewey.soe.berkeley.edu (localhost [127.0.0.1]) by dewey.soe.berkeley.edu (8.12.8p1/8.12.8) with ESMTP id m5E7Zr4t022327 for ; Sat, 14 Jun 2008 00:35:53 -0700 (PDT) Received: (from ehl@localhost) by dewey.soe.berkeley.edu (8.12.8p1/8.12.8/Submit) id m5E7Zr2t019325 for freebsd-questions@freebsd.org; Sat, 14 Jun 2008 00:35:53 -0700 (PDT) Date: Sat, 14 Jun 2008 00:35:53 -0700 (PDT) From: Edward Lay Message-Id: <200806140735.m5E7Zr2t019325@dewey.soe.berkeley.edu> To: freebsd-questions@freebsd.org Subject: Re: Unable to reach hosts outside my subnet after initial installation 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: Sat, 14 Jun 2008 07:37:39 -0000 >From: Derek Ragona >Check and/or create /etc/nsswitch.conf so you are looking in files and >dns for hosts. >Check or create /etc/resolv.conf make sure your upsteam DNS servers >are listed in this file along with any local caching DNS servers. Thanks for the suggestion. Those files already exist with valid entries though. In any event, it doesn't seem like a hostname problem as I can nslookup arbitrary hosts and then try and then ping the IP numbers directly which fails for hosts beyond the local subnet. It seems more like a router/gateway network configuration type of problem. I've just discovered that when I ping the gateway's IP address, I get no answer. Now I know the gateway is functioning as every other host on the network can reach the rest of the internet and in fact, I've just successfully ping'd the gateway from the machine where I'm writing this message. So I'm wondering what could cause this or at least some way of approaching the problem. thanks ed