On Fri, Jan 09, 2004 at 03:30:37PM +0100, Laurent Cheylus wrote: > Hi, > > On Fri, 9 Jan 2004, Daniel Hartmeier wrote: > > > Why do you assume those are incoming packets? Might as well be > > _outgoing_ packets, with you being the one sending out packets with > > unroutable source addresses. That would explain all inconsistencies you > > mention, assuming you're passing such packets out or drop them without > > logging. > > > > Run tcpdump with additional flag -e, so you see the MAC addresses > > involved, and compare source MAC address with your own NIC. > > Sorry Daniel but those packets are incoming packets from 127.0.0.1 for my > external interface.
Perhaps they are dropped during scrubbing? You can try by removing the scrub rule, or (possibly) increasing the pf debug level: pfctl -x loud and checking the logs. Can
