Hello,
I would like to create a proxy server without using 3rd party applications, so how can I accomplish that is it possible to do that via iptables ?
I tried the following rule and it didn't work
iptables -t nat -A PREROUTING -i br-lan -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.0.1:3128
When I go and set proxy IP and port on my laptop the proxy doesn't work
I need internet to work on port 3128 how can I do that ?
Thanks
(Last edited by MikeZak on 31 Aug 2016, 18:29)
