From owner-freebsd-questions@FreeBSD.ORG Wed Apr 16 17:02:47 2003 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 303A137B401 for ; Wed, 16 Apr 2003 17:02:47 -0700 (PDT) Received: from smtp.acd.net (smtp.acd.net [207.179.102.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37B9043FCB for ; Wed, 16 Apr 2003 17:02:46 -0700 (PDT) (envelope-from taxman@ACD.NET) Received: from 207.179.85.164 ([207.179.85.164]) by smtp.acd.net with Microsoft SMTPSVC(5.0.2195.5329); Wed, 16 Apr 2003 20:03:36 -0400 From: taxman To: Dave Eck , questions@freebsd.org Date: Wed, 16 Apr 2003 20:06:40 -0400 User-Agent: KMail/1.5 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200304162006.40036.taxman@acd.net> X-OriginalArrivalTime: 17 Apr 2003 00:03:36.0866 (UTC) FILETIME=[CB37E020:01C30474] Subject: Re: network card 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: Thu, 17 Apr 2003 00:02:47 -0000 On Wednesday 16 April 2003 07:01 pm, Dave Eck wrote: > I just change kernel and having truble with networdk card. > when I run ping all get is [ping: sendto: Permission denied] > can you help me? well you haven't told us much of what you've done, so that we can help you, but I happen to be semi-clairvoyant. One of your changes didn't happen to be adding ipfw was it? If so try as root: sysctl net.inet.ip.fw.enable=0 Then try pinging again. If that works then you've improperly set up your firewall. I didn't think that ipfw defaulted to a closed firewall, so you must have set a default deny. see man firewall Tim