Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Jan 2005 21:58:09 +0800
From:      "heath, Chia Hui Chen" <heath0504@gmail.com>
To:        <freebsd-questions@freebsd.org>
Subject:   Re: ipfw + MAC nothing happens?
Message-ID:  <008f01c4f58a$1849d3c0$f8813b3d@linuxlmx20ji5l>

next in thread | raw e-mail | index | archive | help
my ipfw rules is:

00050 divert 8668 ip from any to any via fxp0
00100 allow ip from any to any via lo0
00200 deny ip from any to 127.0.0.0/8
00300 deny ip from 127.0.0.0/8 to any
00500 deny tcp from any to any dst-port 443 MAC any 00:e0:18:62:xx:xx
65000 allow ip from any to any
65535 deny ip from any to any

----- Original Message ----- 
From: heath, Chia Hui Chen 
To: freebsd-questions@freebsd.org 
Sent: Saturday, January 08, 2005 9:22 PM
Subject: ipfw + MAC nothing happens?


Hello,
I use FreeBSD 5.2.1 as NAT.
I wanna limit the 443 port of a computer based on MAC address.
So I use ipfw.
# ipfw add 500 deny tcp from any to any 443 MAC any 00:e0:18:62:xx:xx
But nothing happens, can anybody tells me why?
Thanks for your response.

Best Regards,
- heath



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008f01c4f58a$1849d3c0$f8813b3d>