Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 Feb 2008 18:52:11 -0800 (PST)
From:      steve13th <anderssl@purdue.edu>
To:        freebsd-ipfw@freebsd.org
Subject:   IPFW Established and Outside Traffic Problem
Message-ID:  <15704943.post@talk.nabble.com>

next in thread | raw e-mail | index | archive | help

Given: 
Running FREEBSD

What I want to do:
I am attempting to disable the following things:
Note H= host octet
1. disable pings
2. disable traffic originating from networks other than HHH.HH.HHH.0/24
3. allow traffic to originate from HHH.HH.HHH.11 and go back and forth with
the internet
Status:
I am able to block pings, but I can't have traffic with the internet

My rules

ipfw add 1 icmp from any to any icmp 0,8
ipfw add 2 allow tcp any to any established
ipfw add 3 allow all from HHH.HH.HHH.11/24 to any


-- 
View this message in context: http://www.nabble.com/IPFW-Established-and-Outside-Traffic-Problem-tp15704943p15704943.html
Sent from the freebsd-ipfw mailing list archive at Nabble.com.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?15704943.post>