Re: ipfw and MAC Addresses

2003-10-15 Thread Lowell Gilbert
[EMAIL PROTECTED] 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

ipfw and MAC Addresses

2003-10-13 Thread traore
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? Rgards! ___

Re: ipfw and MAC Addresses

2003-07-11 Thread Matthew Seaman
On Fri, Jul 11, 2003 at 04:15:09PM -0400, Dan Mahoney, System Admin wrote: > I'm running 4.7-Release, and I have compiled the firewall into the kernel > but I can't seem to figure out the syntax for mac address based firewalls > . > > I'm trying: > > box#ipfw add 5 allow ip from any to any i

ipfw and MAC Addresses

2003-07-11 Thread Dan Mahoney, System Admin
Hi, I'm running 4.7-Release, and I have compiled the firewall into the kernel but I can't seem to figure out the syntax for mac address based firewalls . I'm trying: box#ipfw add 5 allow ip from any to any in mac any any ipfw: unknown argument ``mac'' If there's some secret to getting this