Mikrotik Transparent Proxy
1. Set si proxy
/ip web-proxy
set enabled=yes –>> enable si proxy
set src-address=0.0.0.0 –>> alamat yg di allow
set port=8080 –>> port proxy
set hostname=”proxy.zulfanruri.com” –>> visible hostname si proxy
set transparent-proxy=yes –>> enable transparent proxy
set parent-proxy=0.0.0.0:0–>> jika kita gunakan parent proxy
set cache-administrator=”support@zulfanruri.com” –>> email admin proxy
set max-object-size=4096KiB –>> max size object yg bisa di tangkap si proxy
set cache-drive=system –>> tempat penyimpanan cache
set max-cache-size=unlimited –>> max harddrive yg digunakan sbg cache
set max-ram-cache-size=unlimited –>> max ram yg digunakan sbg cache
2. Tambahkan nat utk redirect port ke squid
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080 –>> redirect port 80 ke 8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080 –>> redirect port 3128 ke 8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080 –>> redirect port 8080 ke 8080

















































January 30th, 2009 at 1:07 am
Just wanted to thank you for a really good post. I found it quite useful and will check your site often.