Re: drop synfin

2024-08-12 Thread Chris
On 2024-08-11 07:00, void wrote: Hi, thank you for your response On Sun, Aug 11, 2024 at 09:47:28AM -0400, Michael Sierchio wrote: sysrc is for editing rc files, and that's not what you want to do. you may manually set the MIB with sysctl net.inet.tcp.drop_synfin=1 or you can put this line in

Re: drop synfin

2024-08-11 Thread Patrick M. Hausen
Hi all, > Am 11.08.2024 um 16:00 schrieb void : > > Hi, thank you for your response > > On Sun, Aug 11, 2024 at 09:47:28AM -0400, Michael Sierchio wrote: >> sysrc is for editing rc files, and that's not what you want to do. >> >> you may manually set the MIB with sysctl net.inet.tcp.drop_synfin

Re: drop synfin

2024-08-11 Thread void
Hi, thank you for your response On Sun, Aug 11, 2024 at 09:47:28AM -0400, Michael Sierchio wrote: sysrc is for editing rc files, and that's not what you want to do. you may manually set the MIB with sysctl net.inet.tcp.drop_synfin=1 or you can put this line in /etc/sysctl.conf net.inet.tcp.dro

Re: drop synfin

2024-08-11 Thread Michael Sierchio
sysrc is for editing rc files, and that's not what you want to do. you may manually set the MIB with sysctl net.inet.tcp.drop_synfin=1 or you can put this line in /etc/sysctl.conf net.inet.tcp.drop_synfin=1 On Sun, Aug 11, 2024 at 9:24 AM void wrote: > (originally posted to hackers@ but on sec