SirDice said:Yes, just add the keyword log to your allow rule.
ipfw add 10 allow log all from any to 192.168.1.3
ipfw add 10 allow all from 192.168.1.3 to any
Handbook: IPFW; 31.6.2 Kernel OptionsCode:options IPFIREWALL_VERBOSE
Enables logging of packets that pass through IPFW and have the log keyword specified in the ruleset.
SirDice said: