SyntaxFix
Write A Post
Hire A Developer
Questions
Had the same problem. Turned out it was caused by iptables connection tracking on the upstream server. After removing --state NEW,ESTABLISHED,RELATED from the firewall script and flushing with conntrack -F the problem was gone.
--state NEW,ESTABLISHED,RELATED
conntrack -F