0% found this document useful (0 votes)
61 views1 page

Mikrotik Web Proxy Setting For Transparant Proxy

This document provides instructions for setting up a transparent web proxy server using Mikrotik. It outlines three main steps: 1. Configure the web proxy settings to enable it, set the source address, port, hostname, enable transparency, and configure caching options. 2. Add NAT rules to redirect port 80 and 3128 traffic to the proxy server port (8080). 3. Add a NAT rule to also redirect port 8080 traffic to itself to complete the transparent proxy configuration.

Uploaded by

hendra_stw
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
61 views1 page

Mikrotik Web Proxy Setting For Transparant Proxy

This document provides instructions for setting up a transparent web proxy server using Mikrotik. It outlines three main steps: 1. Configure the web proxy settings to enable it, set the source address, port, hostname, enable transparency, and configure caching options. 2. Add NAT rules to redirect port 80 and 3128 traffic to the proxy server port (8080). 3. Add a NAT rule to also redirect port 8080 traffic to itself to complete the transparent proxy configuration.

Uploaded by

hendra_stw
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Mikrotik Web Proxy Setting for Transparant proxy

Fo next articel i explain to setting transparant web proxy server 1. first se t web proxy / ip web-proxy set enabled=yes >> to make ip web proxy enable set src-address=0.0.0.0 >> to make source address to access web proxy will allow set port=8080 >> to make port for web proxy set hostname=proxy.war.net.id >> setting for visble hostname web proxy set transparent-proxy=yes >> make transparant proxy enable set parent-proxy=0.0.0.0:0>> if we used parent proxy x set [email protected] >> make set administrator info support set max-object-size=4096KiB >> maximal object can cacth with the proxy server set cache-drive=system >> where drive position that cache wil be saved set max-cache-size=unlimited >> maximal harddrive we used for cache set max-ram-cache-size=unlimited >> maximal ram we used for cache 2. add nat for redirect port for squid to make transparant /ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080 >> setting can redirect port 80 to 8080 for proxy server /ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect toports=8080 >> setting can redirect port 3128 to 8080 for proxy server /ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect toports=8080 >> setting can redirect port 8080 to 8080 for proxy server Good Luck

You might also like