Holla.
I'm trying to configure transparent proxy on mikrotik 2.9.6 but problem persist. Should someone can tell me about dest-nat config. Did i put in in-interface LAN/WAN eth.? Manual is pretty confusing...
add chain=dstnat src-address=(your network) protocol=tcp dst-port=80 action=redirect to-ports=(webproxy port)
Use proxy access lists..tnx.
I want to set firewall rule to outbound interface, with that i want to secure webproxy server from trying using a connection (to cut secrvice on lower level).
Something like Chain: INPUT, Protocol: TCP, src Port: 8080, Action:DROP In Interface: PUBLIC
is it ok?
Thats because you have to allow acces to your network first...Problem is when i using webproxy ACL i can get:
ERROR
The requested URL could not be retrieved
While trying to retrieve the URL: http://www.google.com/
The following error was encountered:
* Access Denied.
Access control configuration prevents your request from being allowed at this time. Please contact your service provider if you feel this is incorrect.
Your cache administrator is webmaster.
i wont to secure webproxy to doesent get that page!