iptables -t mangle -N FLOW_EXPORTER_IN
iptables -t mangle -N FLOW_EXPORTER_OUT
iptables -t mangle -A INPUT -j FLOW_EXPORTER_IN
iptables -t mangle -A FORWARD -j FLOW_EXPORTER_IN
iptables -t mangle -A POSTROUTING -j FLOW_EXPORTER_OUT
iptables -t mangle -A FLOW_EXPORTER_IN -i ens33 -j NFLOG --nflog-prefix in_ens37 --nflog-group 100 --nflog-size 65535 --nflog-threshold 16384
iptables -t mangle -A FLOW_EXPORTER_IN -j RETURN
iptables -t mangle -A FLOW_EXPORTER_OUT -o ens33 -j NFLOG --nflog-prefix out_ens37 --nflog-group 100 --nflog-size 65535 --nflog-threshold 16384
iptables -t mangle -A FLOW_EXPORTER_OUT -j RETURN
iptables -t mangle -I INPUT -j NFQUEUE -s 192.168.132.10 --queue-num 1
iptables -t mangle -I FORWARD -j NFQUEUE -d 192.168.132.10 --queue-num 1
iptables -t mangle -I POSTROUTING -j NFQUEUE -d 192.168.132.10 --queue-num 1
iptables -t mangle -I OUTPUT -j NFQUEUE -d 192.168.132.10 --queue-num 1
iptables -t mangle -I FORWARD -j NFQUEUE -d 192.168.20.108 --queue-num 1
iptables -t mangle -I POSTROUTING -j NFQUEUE -d 192.168.20.108 --queue-num 1
iptables -t mangle -I OUTPUT -j NFQUEUE -d 192.168.20.108 --queue-num 1
iptables -t raw -I PREROUTING -j NFQUEUE --queue-num 1
iptables -t raw -I OUTPUT -j NFQUEUE --queue-num 1
iptables -t raw -I OUTPUT -j NFQUEUE --queue-balance 0:65534
iptables -t raw -I OUTPUT -j NFQUEUE -p tcp --queue-num 1
iptables -t raw -I OUTPUT -j NFQUEUE --queue-balance 0:65534
iptables -t raw -I PREROUTING -p tcp -j NFQUEUE --queue-num 1
iptables -t raw -I OUTPUT -p tcp -j NFQUEUE --queue-num 1