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
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
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
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
(originally posted to hackers@ but on second thoughts this ML is
more relevant)
Hi,
Is it sufficient to
EITHER
1. # sysctl net.inet.tcp.drop_synfin=1
OR
2. # sysrc tcp_drop_synfin=YES
or
3. must one do both ?
--