View Single Post
  #1   (View Single Post)  
Old 16th November 2009
s2scott's Avatar
s2scott s2scott is offline
Package Pilot
 
Join Date: May 2008
Location: Toronto, Ontario Canada
Posts: 198
Default Firefox 3.5.5 FAILS with pf v4.6 and "flags S/FSRA"

Using the following rule,
Code:
pass in on inside inet proto tcp \
 from (inside:network) to any \
 tag OK2OUT flags S/FSRA keep state

pass out on outside inet \
 tagged OK2OUT modulate state
FIREFOX 3.5.5 fails to open new sessions. IE opens sessions just fine.

Using,
Code:
pass in on inside inet proto tcp \
 from (inside:network) to any \
  tag OK2OUT flags S/SA modulate state
FIREFOX succeeds (IE as well).

Upgraded to pf v4.6 over the weekend. It was working under pf v4.5.

Has anyone else stubbed their toe on this or its like?

/S
__________________
Never argue with an idiot. They will bring you down to their level and beat you with experience.
Reply With Quote