setting up transparent web proxy mikrotik

setting up transparent web proxy mikrotik-Configuring Web Proxy-do the following steps to manage the Web Proxy settings on your mikrotik
[admin @ MikroTik]> ip web-proxy
[admin @ MikroTik] ip web-proxy> set enabled = yes ==> to make active web proxy ip
[admin @ MikroTik] ip web-proxy> set src-address = 0.0.0.0 ==> address that will be used to connect to parent proxy
[admin @ MikroTik] ip web-proxy> set port = 8080 ==> make port for web proxy
[admin @ MikroTik] ip web-proxy> set hostname = admin [be replaced] ==> hostname of the web proxy
[admin @ MikroTik] ip web-proxy> set transparent-proxy = yes ==> to enable the transparent proxy
[admin @ MikroTik] ip web-proxy> set parent-proxy = 0.0.0.0:0 ==> address of the parent proxy
[admin @ MikroTik] ip web-proxy> set cache-administrator = me@yahoo.com (fill in email address) ==> email administrator / maintainer, if the proxy error, the status will be sent to this email.
[admin @ MikroTik] ip web-proxy> set max-object-size = 4096KiB ==> maximum size of files to be stored as a cache (4096KiB is the default)
[admin @ MikroTik] ip web-proxy> set cache-drive = system ==> position where the cache will be stored
[admin @ MikroTik] ip web-proxy> set max-cache-size = unlimited ==> maximum size hard drive that will be used as a store cache file
[admin @ MikroTik] ip web-proxy> set max-ram-cache-size = unlimited ==> maximum ram cache is used to store

Subscribe to receive free email updates:

0 Response to "setting up transparent web proxy mikrotik"

Post a Comment