Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Jul 2019 03:13:14 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 239506] ipfw logging doesn't work
Message-ID:  <bug-239506-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D239506

            Bug ID: 239506
           Summary: ipfw logging doesn't work
           Product: Base System
           Version: 12.0-STABLE
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: yuri@freebsd.org

/etc/rc.conf has:
> firewall_enable=3D"YES"
> firewall_type=3D"open"
> firewall_logif=3D"YES"

I know for a fact that the 'nat' ipfw rule with a "log" keyword works:
> ipfw -q nat 59000 config ip 192.168.5.3 reset log

But tcpdump complains about the promiscuous mode and doesn't log anything:
> # tcpdump -t -n -i ipfw0
> tcpdump: WARNING: ipfw0: That device doesn't support promiscuous mode
> (BIOCPROMISC: Invalid argument)
> tcpdump: verbose output suppressed, use -v or -vv for full protocol decode
> listening on ipfw0, link-type EN10MB (Ethernet), capture size 262144 bytes

FreeBSD 12.0-STABLE r347548

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-239506-227>