Re: Bouncing messages from freebsd-net@FreeBSD.org

2023-08-02 Thread Herbert J. Skuhra
On Thu, Aug 03, 2023 at 06:45:04AM +0200, Matthias Apitz wrote: > El día jueves, agosto 03, 2023 a las 02:50:51 +, > freebsd-net+ow...@freebsd.org escribió: > > > Hi, this is the Mlmmj program managing the > > mailing list. > > > > Some messages to you could not be delivered. If you're seei

Re: Bouncing messages from freebsd-net@FreeBSD.org

2023-08-02 Thread Matthias Apitz
El día jueves, agosto 03, 2023 a las 02:50:51 +, freebsd-net+ow...@freebsd.org escribió: > Hi, this is the Mlmmj program managing the > mailing list. > > Some messages to you could not be delivered. If you're seeing this > message it means things are back to normal, and it's merely for your

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-02 Thread Tino Engel
Btw I think 'netcat' (https://www.freshports.org/net/netcat/ ) should be in the list, not?Rgds, TinoAm 02.08.2023 um 10:13 schrieb Zane C B-H :On 2023-08-01 19:39, Mark Saad wrote:On Aug 1, 2023, at 7:57 PM, Zane C B-H wrote:On 2023-08-01 18:44, Mark Saad wrote:On Aug 1, 2023, at 4:39 PM, Zane C

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-02 Thread Zane C B-H
On 2023-08-01 18:44, Mark Saad wrote: On Aug 1, 2023, at 4:39 PM, Zane C B-H wrote: So what is a good way to get all packets passing through that the kernel currently sees? Apparently any is not support on non-Linux systems and pflog would require adding log to all rules. Similarly only lo

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-02 Thread Zane C B-H
On 2023-08-01 19:39, Mark Saad wrote: On Aug 1, 2023, at 7:57 PM, Zane C B-H wrote: On 2023-08-01 18:44, Mark Saad wrote: On Aug 1, 2023, at 4:39 PM, Zane C B-H wrote: So what is a good way to get all packets passing through that the kernel currently sees? Apparently any is not support on

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-02 Thread Mark Saad
> > On Aug 1, 2023, at 4:39 PM, Zane C B-H wrote: > > So what is a good way to get all packets passing through that the kernel > currently sees? Apparently any is not support on non-Linux systems and pflog > would require adding log to all rules. Similarly only logs packets that match > a

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-02 Thread Graham Perrin
maybe. HTH OpenPGP_signature Description: OpenPGP digital signature

Re: Is there a FreeBSD equivalent of 'tcpdump -i any' from Linux?

2023-08-02 Thread Mark Saad
On Aug 1, 2023, at 7:57 PM, Zane C B-H wrote: > > On 2023-08-01 18:44, Mark Saad wrote: On Aug 1, 2023, at 4:39 PM, Zane C B-H wrote: >>> So what is a good way to get all packets passing through that the kernel >>> currently sees? Apparently any is not support on non-Linux systems and