From owner-freebsd-questions@FreeBSD.ORG Thu Mar 29 17:29:11 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 5DE5116A405 for ; Thu, 29 Mar 2007 17:29:11 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by mx1.freebsd.org (Postfix) with ESMTP id 1DDEE13C46C for ; Thu, 29 Mar 2007 17:29:10 +0000 (UTC) (envelope-from michael.grant@gmail.com) Received: by an-out-0708.google.com with SMTP id c24so235159ana for ; Thu, 29 Mar 2007 10:29:10 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=XaZkHEs2gDS2BxoOv6WkaVMtFx5Vxhx26O7V9DC3Z1QJzVwqOlAk3y0o99T/oFDe51vEVBxfqFvxLq+rG6QXIqxrGVznn9LyeXaiDQNPhzQJUmgDJ8Hb06JxfImmyCmpzh+NGEBoNviuYGrf/FxqQI3PGZv51FMFPkXnTFZIG8g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition:x-google-sender-auth; b=JZLo/zH/PkIuh89f3QEGpc9rZFfwmxx6Y+0TGKQK7d4B1rSbbYzb29tvwNsQm42KDwlBPs91UfIZQAeXSCxJRd7fV3coMrcQdINNaXgC3ngz+6ec36FRePm7Nvmuum6uXM8a435Qteag2WKbc0eHJd/KNKZTjgEyiJRqz8jg1iE= Received: by 10.100.125.5 with SMTP id x5mr635081anc.1175189349868; Thu, 29 Mar 2007 10:29:09 -0700 (PDT) Received: by 10.100.110.6 with HTTP; Thu, 29 Mar 2007 10:29:09 -0700 (PDT) Message-ID: <62b856460703291029m23a33b2dt1f2453f74bf6cf4a@mail.gmail.com> Date: Thu, 29 Mar 2007 19:29:09 +0200 From: "Michael Grant" Sender: michael.grant@gmail.com To: "FreeBSD Questions" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Google-Sender-Auth: 1eda25d01a8e0ef0 Subject: ping 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: Thu, 29 Mar 2007 17:29:11 -0000 A while ago I installed 6.1 on a box. I noticed that I cannot ping this box even though I can log into it. The pings are arriving at the box because I can see them with tcp dump. They're not being blocked by ipf because nothing shows up in ipmon. I added rules specifically to allow icmp in ipfw, even though ipfw was wide open allowing everything in and out. My box still does not respond to pings. Is there something I need to do to manually enable pings on freebsd 6? Michael Grant