When port is closed, kernel sends RST flag to the client, which prevents me from seding my syn-ack packet back. Is there any way to disable/block it, I am a bit clueless about how to do it in pf while net.inet.tcp.blackhole blocks all outgoing packets (also mine).
This works fine on linux: `iptables -A OUTPUT -p tcp --source-port xxx --tcp-flags RST RST -j DROP ` but I am unable to do it on freebsd
This works fine on linux: `iptables -A OUTPUT -p tcp --source-port xxx --tcp-flags RST RST -j DROP ` but I am unable to do it on freebsd
