On Tuesday 13 January 2004 14:31, Daan Vreeken [PA4DAN] wrote:
> On Tuesday 13 January 2004 13:54, Malik Bülent wrote:
> > hello
> >
> > i use freebsd5.1 and i want to reject some computers  whose according to
> > "Mac Addresses" and i recompiled kernel with
> > options         IPFIREWALL
> >
> > then i made ipfw.sh with touch and wrote in ;
> > ipfw add deny MAC 00:60:67:28:0c:1e any
> > ipfw add deny MAC any 00:60:67:28:0c:1e
> >
> > but I couldn't reject above machine
> > What shall i do ?
>
> You have to it first with a sysctl :
Oops, typo, should have been :
You have to enable it first with a sysctl

> # sysctl -w net.link.ether.ipfw=1
>
> grtz,
> Daan
> _______________________________________________
> [EMAIL PROTECTED] mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
> "[EMAIL PROTECTED]"

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to