Hi,
How can I configure RouterOS, to not automatically send RST/ACK to a remote host which is trying to connect to an closed port?
P.S.
I don't want to use an additional drop rule in the firewall.
Thanks
tarpit - captures and holds TCP connections (replies with SYN/ACK to the inbound TCP SYN packet)
Maybe you are looking for action=tarpit?
tarpit - captures and holds TCP connections (replies with SYN/ACK to the inbound TCP SYN packet)
even more: it will send ACK =)Tarpit does not send RST, it will silently drop the connection, when initiator would think that connection is actually open.