Hello,
I'm planning to upgrade some of our servers to 4.1.8, and while testing, found that icmp doesn't work with our current rule set. We've got

# start of file
# outbound connections
pass out quick all keep state
# allow ping
pass in quick proto icmp all
# rest of file is port and IP-based ACLS

I found switching to this, worked
# allow ping
pass out quick proto icmp all
pass in quick proto icmp all

# outbound connections
pass out quick all keep state

Did something change between ipf 3.4.31 to 4.1.8 that would cause this behaviour? Am I correct in guessing I'll have to tweak the rule sets as I roll out the upgrade?

--
Erik Huizing
Regional Services
(403)-781-4906

Reply via email to