用于mac os x的iptables等效命令

时间:2015-11-08 11:04:24

标签: macos tcp iptables scapy

我试图编写一个Scapy程序来启动TCP握手。但是当我得到一个SYNACK时,内核正在发送RST。要在Linux上禁用这些RST,https://www.fir3net.com/Programming/Python/how-to-build-a-tcp-connection-in-scapy.html建议使用以下iptables命令,

iptables -A OUTPUT -p tcp --tcp-flags RST RST -j DROP

使用pfctl的mac OS X的等效命令是什么?

0 个答案:

没有答案