Hello ...
this is my iptables rule in table nat :
Code:
Chain PREROUTING (policy ACCEPT)
target prot opt source destination
REDIRECT tcp -- 192.168.56.0/24 anywhere tcp dpt:www redir ports 3128
Chain POSTROUTING (policy ACCEPT)
target prot opt source destination
MASQUERADE all -- 192.168.56.0/24 anywhere
Chain OUTPUT (policy ACCEPT)
target prot opt source destination
in windows OS downloading a big file with flashget and wait to continue ...
now i flush iptables :
my problem is in this step :
download do not stop !
why ?
---------- Post added 03-02-11 at 01:03 AM ----------
excuse me for bad English !
I use Debian server (squesse)