https://testerhome.com/topics/15824

[踩坑总结] nf_conntrack: table full, dropping packet [新] · TesterHome
testerhome.com

[踩坑总结] nf_conntrack: table full, dropping packet [新] · TesterHome

不跟踪本地连接:
sudo iptables -t raw -A PREROUTING -i lo -j NOTRACK
sudo iptables -t raw -A OUTPUT -o lo -j NOTRACK