Re: native recording of all network connections on freebsd

2022-12-28 Thread Bakul Shah
On Dec 28, 2022, at 6:21 AM, Dan Mack wrote: > > I'm wondering if anyone can help point me at a good way to continously > capture every inbound and outbound connection made to a freebsd system. I'd > prefer a way that is native in base if possible. I don't really want to > record all the

Re: native recording of all network connections on freebsd

2022-12-28 Thread Damjan Jovanovic
On Wed, Dec 28, 2022 at 4:21 PM Dan Mack wrote: > > I'm wondering if anyone can help point me at a good way to continously > capture every inbound and outbound connection made to a freebsd system. > I'd prefer a way that is native in base if possible. I don't really want > to record all the

Re: native recording of all network connections on freebsd

2022-12-28 Thread Lyndon Nerenberg (VE7TFX/VE6BBM)
Dan Mack writes: > I'm wondering if anyone can help point me at a good way to continously > capture every inbound and outbound connection made to a freebsd system. Assuming "connection" means "log every TCP connection setup" probably the quickest way is to tcpdump every TCP packet with both

Re: Kerberos doc needs an update

2022-12-28 Thread Rick Macklem
Nope, I don't have the time/resources to do doc stuff. (My development laptop doesn't have the space for a doc repo. I know nothing about the doc tools, etc...) I currently have the following raw text files that would be nice to have in the handbook, but I won't be doing it:

Re: 14.0-CURRENT panic on boot, i386 VirtualBox client

2022-12-28 Thread Ronald Klop
On 12/28/22 17:45, Paul Floyd wrote: Hi For quite a few weeks I've been unable to boot 14.0-CURRENT i386 in a VirtualBox VM. I've tried both booting from iso image and the vmdk image. I get a kernel panic The host is running 13.1-RELEASE-p3 amd64 No problems with 14.0-CURRENT amd64 guests.

Re: 14.0-CURRENT panic on boot, i386 VirtualBox client

2022-12-28 Thread Paul Floyd
On 28-12-22 18:05, Graham Perrin wrote: If the guest has more than CPU, try reducing to one. A step further: try booting the guest in safe mode. Neither of those changed anything (I was using 2 CPUs) A+ Paul

Re: 14.0-CURRENT panic on boot, i386 VirtualBox client

2022-12-28 Thread Graham Perrin
On 28/12/2022 16:45, Paul Floyd wrote: … I haven't been able to see the last message before the panic as it scrolls past too quickly. Any suggestions for a working either how to get more info or what vbox settings to use? If the guest has more than CPU, try reducing to one. A step

14.0-CURRENT panic on boot, i386 VirtualBox client

2022-12-28 Thread Paul Floyd
Hi For quite a few weeks I've been unable to boot 14.0-CURRENT i386 in a VirtualBox VM. I've tried both booting from iso image and the vmdk image. I get a kernel panic The host is running 13.1-RELEASE-p3 amd64 No problems with 14.0-CURRENT amd64 guests. I haven't been able to see the last

Re: native recording of all network connections on freebsd

2022-12-28 Thread Dan Mack
Thank you, Oh how dumb I am - I'll just have pf do it using 'log all'. Dan On Wed, 28 Dec 2022, Sami Halabi wrote: using firewall ike ipfw with rule to log any to any would be a start.. for advanced use, stateful fw so You can log start of connections ?? ??? ??, 28 ? 2022, 16:21,

Re: native recording of all network connections on freebsd

2022-12-28 Thread Sami Halabi
using firewall ike ipfw with rule to log any to any would be a start.. for advanced use, stateful fw so You can log start of connections בתאריך יום ד׳, 28 בדצמ׳ 2022, 16:21, מאת Dan Mack ‏: > > I'm wondering if anyone can help point me at a good way to continously > capture every inbound and

native recording of all network connections on freebsd

2022-12-28 Thread Dan Mack
I'm wondering if anyone can help point me at a good way to continously capture every inbound and outbound connection made to a freebsd system. I'd prefer a way that is native in base if possible. I don't really want to record all the packets, just the src:dest:rport:dport stats. Happy to