I notice TX performance issues while using REDIRECT rule in -t nat -I OUTPUT chain. To reproduce: First let's test network and HDD speed homecore ~ # scp PSA_schematique_07H.iso root@xxxxxxxxx:/tmp PSA_schematique_07H.iso 7% 335MB 25.7MB/s 02:39 ETA ^C Killed by signal 2. (i kill it) Second let's do the trick iptables -t nat -I OUTPUT -p tcp --dport 23 -j REDIRECT --to-ports 22 scp -P 23 PSA_schematique_07H.iso root@anyhost:/tmp PSA_schematique_07H.iso 0% 8728KB 121.3KB/s 10:22:05 ETA ^C Killed by signal 2. Always all rules with REDIRECT to local port is dropping speed around 100Kbyte/s. What can be the problem? -- ------ Technical Manager Virtual ISP S.A.L. Lebanon -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html