From owner-freebsd-questions@FreeBSD.ORG Thu Apr 17 10:18:49 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 71C8937B401 for ; Thu, 17 Apr 2003 10:18:49 -0700 (PDT) Received: from smaug.hobbiton.org (smaug.hobbiton.org [216.161.238.157]) by mx1.FreeBSD.org (Postfix) with ESMTP id 926F343FFD for ; Thu, 17 Apr 2003 10:18:48 -0700 (PDT) (envelope-from rex@smaug.hobbiton.org) Received: from smaug.hobbiton.org (rex@localhost [127.0.0.1]) by smaug.hobbiton.org (8.12.2/8.12.2) with ESMTP id h3HHc4LP010062; Thu, 17 Apr 2003 12:38:04 -0500 (CDT) Received: from localhost (rex@localhost)h3HHc3U6014170; Thu, 17 Apr 2003 12:38:03 -0500 (CDT) Date: Thu, 17 Apr 2003 12:38:03 -0500 (CDT) From: Dave Eck To: Ruben de Groot In-Reply-To: <20030417084516.GA18637@ei.bzerk.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: questions@freebsd.org 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 17:18:49 -0000 that command line that you gave me work thank you Dave On Thu, 17 Apr 2003, Ruben de Groot wrote: > On Wed, Apr 16, 2003 at 08:06:40PM -0400, taxman typed: > > 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. > > It does default to deny. > > > see man firewall > > dito > > > > > Tim > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >