Date: Thu, 25 Nov 2004 00:50:55 +0530 From: "Akhthar Parvez. K" <akhthar@carmatec.com> To: freebsd-ipfw@freebsd.org Subject: block an IP for a particular port Message-ID: <200411250050.55960.akhthar@carmatec.com>
next in thread | raw e-mail | index | archive | help
Hi All, I just wanna block an IP range for a particular port. I used the following command. ipfw add 00150 drop tcp from 200.0.0.0/24 to any 80 I am able to see the following line in ipfw list 00150 deny tcp from 200.0.0.0/24 to any 80 But I don't think it's working. I am still getting the requests from that IP range. Do I need to do anything else to make it works? Thanks in advance. -- With Regards, Akhthar Parvez.K --------------------- NOTHING IS IMPOSSIBLE Because Impossible itself says I'M POSSIBLE
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411250050.55960.akhthar>