Skip site navigation (1)Skip section navigation (2)
Date:      15 Oct 2003 10:05:10 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        traore@afribone.net.gn
Cc:        "freebsd-questions@freebsd.org" <freebsd-questions@freebsd.org>
Subject:   Re: ipfw and MAC Addresses
Message-ID:  <44k776ha09.fsf@be-well.ilk.org>
In-Reply-To: <1066047798.3f8a993698f53@mail.afribone.net.gn>
References:  <1066047798.3f8a993698f53@mail.afribone.net.gn>

next in thread | previous in thread | raw e-mail | index | archive | help
traore@afribone.net.gn writes:

> I'm using Freebsd 5.0 Release.
> And i want to use ipfw with Mac adresses fitering. But its not working.
> When i add a rule like:
> ipfw add 49 deny mac any 00:E0:18:F1:57:94 
> 
> the kernel change it to be:
> ipfw add 49 deny ip from any to any mac any 00:E0:18:F1:54:94 
> 
> Can you help me?

Makes sense so far.
Perhaps you wanted:
ipfw add 49 deny ip from any mac any 00:E0:18:F1:54:94 to any
?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44k776ha09.fsf>