Hi,
DHCP users or users which dont have configured the proxy, can not browse.
I configured autoproxy config but same problem.
Using home version 8.102. I think it a proble redirecting 80 requests to proxy 8080.
When I was using iptables, I used something like this:
iptables -t nat -A PREROUTING -p tcp –dport 3128 -j DNAT –to-destination 192.168.156.70:8080
iptables -t nat -A POSTROUTING -p tcp –dst 192.168.156.70
–dport 3128 -j SNAT –to-source 192.168.156.70
Regards
This thread was automatically locked due to age.