Mikrotik Sebagai Proxy Server

Melanjutkan konfigurasi berikutnya, dimana sebelumnya Router/Mikrotik sebagai “Router Gateway”. Sebelum melakukan konfigurasi Transparent Proxy router/mikrotik masih tetap sebagai gateway tidak ada perubahan sedikit pun.
Konfigurasi adalah sebagai berikut :

A. Konfigurasi Transparent Proxy
–> ip web-proxy
–> ip web-proxy> set enabled yes
–> ip web-proxy> set transparent-proxy yes
–> ip web-proxy> print

Selanjutnya jalankan perintah berikut untuk memaksa koneksi dari client dialihkan ke proxy server port 3128.

–> ip web-proxy> /ip firewall nat
–> ip firewall nat> print
–> ip firewall nat> add chain = dstnat protocol = tcp \ dst-port = 80 action = redirect to ports = 3128
–> ip firewall nat> print

begitu cara singkat dalam pengaturan proxy pada mikrotik, dimana dengan menjalankan proxy tersebut memudahkan bagi admin untuk memonitoring seluruh client/workstation. Serta sangat mudah dalam Managament Bandwitch.

Advertisement

One thought on “Mikrotik Sebagai Proxy Server

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Twitter picture

You are commenting using your Twitter account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s