From owner-freebsd-newbies@FreeBSD.ORG Sat Oct 25 16:57:26 2003 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C20C16A4B3 for ; Sat, 25 Oct 2003 16:57:26 -0700 (PDT) Received: from imhotep.yuckfou.org (cust.89.117.adsl.cistron.nl [195.64.89.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id DD56443FB1 for ; Sat, 25 Oct 2003 16:57:24 -0700 (PDT) (envelope-from nivo+sender+3564cf@yuckfou.org) Received: from localhost (localhost [127.0.0.1]) by imhotep.yuckfou.org (Postfix) with ESMTP id 92091C3 for ; Sun, 26 Oct 2003 01:57:23 +0200 (CEST) Received: from imhotep.yuckfou.org ([127.0.0.1]) by localhost (imhotep.yuckfou.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 34032-07 for ; Sun, 26 Oct 2003 01:57:23 +0200 (CEST) Received: from localhost.yuckfou.org (localhost [IPv6:::1]) by imhotep.yuckfou.org (Postfix) with ESMTP id 2A7DC39 for ; Sun, 26 Oct 2003 01:57:23 +0200 (CEST) Received: from yuckfou.org (turbata-xp [192.168.2.236]) by localhost.yuckfou.org (tmda-ofmipd) with ESMTP; Sun, 26 Oct 2003 01:57:19 +0200 (CEST) Message-ID: <3F9B0DDF.2070309@yuckfou.org> Date: Sun, 26 Oct 2003 01:57:19 +0200 User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5b) Gecko/20030912 Thunderbird/0.3a X-Accept-Language: en-us, en MIME-Version: 1.0 Cc: freebsd-newbies@freebsd.org References: <007801c38b45$73264cc0$c90e5e3e@computer> In-Reply-To: <007801c38b45$73264cc0$c90e5e3e@computer> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit From: Nils Vogels X-Delivery-Agent: TMDA/0.86 (Venetian Way) X-TMDA-Fingerprint: d6SZWcAVLtBnxT1MbtlibNKIvE0 X-Virus-Scanned: by amavisd-new at yuckfou.org Subject: Re: Ping response: sendto: Permission denied X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Nils Vogels List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Oct 2003 23:57:26 -0000 Brunoc@quipo.it wrote: >root# ping localhost > >PING localhost.singles.it (127.0.0.1): 56 data bytes > >ping: sendto: Permission denied > >ping: sendto: Permission denied > > > > >THE MESSAGES OF THE KERNEL AT BOOT TIME (OUTPUT OF 'DMESG') >Copyright (c) 1992-2000 The FreeBSD Project. >Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 > The Regents of the University of California. All rights reserved. >FreeBSD 4.2-RELEASE #0: Sun Mar 9 19:00:35 CET 2003 > root@presto.example.org:/usr/src/sys/compile/CURRENT_WINE > > >IP packet filtering initialized, divert disabled, rule-based forwarding disabled, default to deny, logging disabled > > I suspect your firewall is blocking this. Can you send the output of "ipfw show" and "ipfstat -hio" Grtz, Nils.