He doesn’t have to find it. The name “transparent” means exactly what it says. It will be INVISIBLE to customer. He doesn’t need to configure anything. Once you have added the rules you mentioned, data already comes through proxy. No interaction from customer is needed.
if you don’t, what is the error message? can you ping sites like google.com from the PC’s command line?
might be that the PC is set to use some non existing DNS server. check that too. if the PC is set to use the router as the DNS server, make sure you have this:
please post exact message or screenshot. the browser will not even attempt to look for proxy server if it’s not configured that way. the error will be different than what you wrote. apparently you still have proxy configured in the browser.
Really nothing, browser is trying to connect, there is “connecting” in the header of selected browsers bookmark, but the page is blank…
and when i set the ip of proxy manually (no matter which port), it works fine..
the mikrotik is an alternative of our company proxy server, so we have two proxies in domain, but each of them is connected to the separated outgoing port…
In your DST NAT rule make sure that you are setting the To Address as well as the To Port. Based on the original post it looks as if only the port is being changed. Typically the To Address will be the relevant LAN address of the router.
No matter if I choose mikrotik router or not, tracert gets domain gateway only (not the mikrotik).
If I set the mikrotik IP in browser, it works fine, but I still have to set it manually..
If I change the previous NAT (remove dst-port):
ip firewall nat add in-interface=LAN dst-port=80 protocol=tcp action=redirect to-ports=8080 chain=dstnat
to
ip firewall nat add in-interface=LAN protocol=tcp action=redirect to-ports=8080 chain=dstnat
I don’t have to choose the port manually, only IP of mikrotik
OK - I see you are using the REDIRECT action rather than DST-NAT. Are you waiting for a full minute to see if you ever get an error message from the proxy?
You mention that the proxy works if you point straight to it so it sounds as if the proxy is set up correctly.
You could also try a DST-NAT rule instead of REDIRECT. Make sure that you use a To-Address which is visible to the client using the proxy. REDIRECT should work but trying DST-NAT might help pin down the problem.
but it’s completelly the same (connection timeout message, server is temporary unavailable, and so on), I have to set the proxy IP to network settings of browser…
But the rule is working, because if I disable NATs, proxy refuse connection. So I have to be close
The proxy is running on the same router as the NAT command?
Setting the proxy IP and Port in the browser allows the browser to connect? If so please confirm that you are actually seeing that connection/traffic on the proxy!
If changing to use of redirect or DST NAT causes an error from the proxy please upload the exact message for a common site like www.google.com.