Hi Ruslan,Hello, Chris.
i want make transaparent proxy on localhost and want to disabe access after redirecting to port 3128 if destination address in net other then 193.108.240.0/22.
Does REDIRECT target send packet to INPUT chain and i should disable access in INPUT chain or should i disable access in '-t nat -A POSTROUTING' chain?
You will not be able to disable access in the POSTROUTING chain, since after reading the REDIRECT rule, no further rules in that chain are processed. In any case, it is not recommended to filter in the nat table. The best place to put your filtering rule is in the INPUT chain.
Cheers, Chris.
I just want to be sure that after redirecting, the packet is going to input chain where i can filter it. (am i right?)
Thanks for your reply.
Best regards, Ruslan