When i compile my kernel with ipfw2 and add the follow rule:
ipfw add 200 deny mac 12:2d:00:25:23:14 any
the folow message appers:
ipfw: getsocketopt(IP_FW_ADD): Invalid argument
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/lis
"Michael L. Hostbaek" <[EMAIL PROTECTED]> writes:
> [EMAIL PROTECTED] (traore) writes:
> from 'man ipfw' :
> { MAC | mac } dst-mac src-mac
But note that this is only available in ipfw2, which is not the
default in FreeBSD 4.x. The same manual page describes how to compile
it into your kernel.
_
[EMAIL PROTECTED] (traore) writes:
>
> Pls
> Let me know how use ipfw with adress MAC bloking syntaxe.
>
from 'man ipfw' :
{ MAC | mac } dst-mac src-mac
Match packets with a given dst-mac and src-mac addresses,
specified as the any keyword (matching any MAC address), or six
groups of hex digit
Pls
Let me know how use ipfw with adress MAC bloking syntaxe.
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"