View Single Post
  #3   (View Single Post)  
Old 15th January 2009
marcolino's Avatar
marcolino marcolino is offline
Real Name: Mark
Custom Title Maker
 
Join Date: May 2008
Location: At the Mountains of Madness
Posts: 128
Default

Quote:
Originally Posted by TerranAce007 View Post
# Allow all internal-internal traffic
pass quick on $IntIF from $IntIF/24 to $IntIF/24
Since traffic from one machine to another on the same network does not go through your router, this line is unnecessary.
Quote:
Originally Posted by TerranAce007 View Post
# Allowed Outbound
pass out quick on $IntIF proto $OB_proto from $IntIF/24 to any port $OB_ports

# Allowed Inbound
pass in log quick on $ExtIF proto $IB_proto from any to $ExtIF port $IB_ports flags S/SA
Add keep state to the end of these lines, after adustment per J65nko's post above.
__________________
That's nothing a couple o' pints wouldn't fix.
Reply With Quote