From owner-freebsd-questions@FreeBSD.ORG Mon Aug 15 21:19:50 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 C0F6E16A41F for ; Mon, 15 Aug 2005 21:19:50 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5719943D45 for ; Mon, 15 Aug 2005 21:19:50 +0000 (GMT) (envelope-from hornetmadness@gmail.com) Received: by rproxy.gmail.com with SMTP id 34so3422rns for ; Mon, 15 Aug 2005 14:19:49 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=GOJijUeCebQp6vC6jKAkL/AgD7OKZPhFuBRu0QSJCP25rJ5nFvKihtCez+Z8S/lKIOSWL1eUuvZvPsY1ciYDIylHTcsqf1N5fjXmWKJzbx94X0Bi0lSPn9T7KPV8u6vR3cDp2Jv8gUKbm4ZVZ3rj5LlP/hGlourH7g1unnJTg8s= Received: by 10.38.4.77 with SMTP id 77mr108012rnd; Mon, 15 Aug 2005 14:19:49 -0700 (PDT) Received: by 10.38.8.23 with HTTP; Mon, 15 Aug 2005 14:19:49 -0700 (PDT) Message-ID: Date: Mon, 15 Aug 2005 17:19:49 -0400 From: Hornet To: vladone In-Reply-To: <534500571.20050815232810@spaingsm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <534500571.20050815232810@spaingsm.com> Cc: freebsd-questions@freebsd.org Subject: Re: i can't block win98 computers 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: Mon, 15 Aug 2005 21:19:50 -0000 On 8/15/05, vladone wrote: > Hi! > I try to block some computers to acces my gateway based on MAC > address. > I use this ipfw rule: > ipfw add 100 deny mac any xx:yy:aa:bb:cc:dd in via $private_interface > With this i can block XP computers but not work with Win98. I dont > understand what is happened! > I try against different computer with win98 OS and i can't block it. > Only messenger is blocked but navigation work well. Computers with > WinXP OS is blocked succesfull. > I believe as is an problem with TCP packets that comming from Win98 > computers but i dont know how i can resolv this. >=20 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.o= rg" >=20 IIRC, 98 had a hacked down version of the TCP/IP stack opposed to the normal unix stack. All though I don't think this would be a issue, as 98 boxes would not be able to use any type of switch if the TCP/IP stack did not have some type of MAC header in it. Clear your arp table and look to see if you get an arp address for the 98 b= oxes. You might find that you have a typo in the address, or pull the MAC right off the card it self.