This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Users with no proxy configured dont have internet

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.
Parents Reply Children
  • Hi,
    from memory, but I recommend you read the manual on the subject, full transparent requires authentication against an AD.

    As you have not spelt out your network in detail it is very hard to provide any extra details.

    If you use transparent, you don't need to have a proxy in the config, if you use standard, then yes, toy do require a proxy in t he config.

    You don't redirect port 80, the proxy either picks up port 80 transparently or does so if you tell the webbrowser that a proxy is to be used.

    Your auto config file will need to cover both FF and IE layouts to make the proxy work.You will also need some instructions to restore the webbrowser to no proxy at logoff.

    Ian