Wadah Belajar Linux, Debian, Mikrotik, Networking, Routing, dan Ilmu Pendukungnya

< Browse > Home / Networking, mikrotik, script / Blog article: Mikrotik Transparent Proxy

| Mobile | RSS

Mikrotik Transparent Proxy

September 9th, 2008 | 1 Comment | Posted in Networking, mikrotik, script

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

Share and Enjoy:
  • Digg
  • del.icio.us
  • Facebook
  • Google Bookmarks
  • Blogosphere News
  • Live
  • MisterWong
  • MySpace
  • Ping.fm
  • Slashdot
  • StumbleUpon
  • Technorati
  • Print
  • email
Leave a Reply 3811 views, 8 so far today |

Related Posts

Follow Discussion

One Response to “Mikrotik Transparent Proxy”

  1. Unblock Me Says:

    Just wanted to thank you for a really good post. I found it quite useful and will check your site often.

Leave a Reply




View My Stats