Mikrotik | Forum Mikrotik Indonesia   Mikrotik Manual Mikrotik iSPY Mikrotik RSS Feed
This Logo is a Courtesy from RumahDowty

Go Back   Mikrotik | Forum Mikrotik Indonesia > Diskusi Mikrotik RouterOS > Beginner Basics
iSpy My iTrade Register FAQ Members List Calendar Mark Forums Read

Diskusi Web proxy jadi transparant proxy pada Beginner Basics | Mikrotik | Forum Mikrotik Indonesia : Para Suhu mikrotak sekalian yang saya hormati, berhubung masih nuibi di dunia mikrotik saya mau ...


Official Board Announcements
NEW
Kunjungi Forum Diskusi PROXY Linux di FMI
donasi



 
Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 14-01-2010, 02:02
butek's Avatar
butek butek is offline
Newbie
 
Join Date: Nov 2008
Location: Palembang, Indonesia
Posts: 22
iTrader: (0)
Thanks: 8
Thanked 1 Time in 1 Post
butek is on a distinguished road
Send a message via Yahoo to butek
Web proxy jadi transparant proxy




Para Suhu mikrotak sekalian yang saya hormati,
berhubung masih nuibi di dunia mikrotik saya mau menanyakan beberapa masalah yang saya alami.
Dikantor kami, kalau mau browsing musti memasukkan IP proxy di browser yaitu: 10.203.10.1:3128. atau 127.12.10.1:8080 tapi dengan user dan password.
kira kira konfigurasinya seperti ini.
yang akan saya lakukan adalah membuat router dibawah web proxy tersebut sehingga saya tidak lagi perlu memasukkan web proxy tersebut didalam browser.
kalau pake mikrotik settingannya gimana? dan kalau pake linux ubuntu juga gimana?
atas perhatiannya saya ucapkan banyak2 terima kasih

internet
ether1: IP:192.168.1.2
GW:192.168.1.1

Lokal
ether2:IP:192.168.3.1

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 09-02-2010, 13:59
sang6iru sang6iru is offline
Baru Gabung
 
Join Date: Jul 2008
Posts: 1
iTrader: (0)
Thanks: 0
Thanked 0 Times in 0 Posts
sang6iru is on a distinguished road
weks... ado disini budak ini... wakakakkakaka... tunnel bae Tek???

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 09-02-2010, 16:24
kurei's Avatar
kurei kurei is offline
Newbie
 
Join Date: Jul 2009
Location: Yogyakarta
Posts: 32
iTrader: (0)
Thanks: 1
Thanked 81 Times in 7 Posts
kurei has a spectacular aura aboutkurei has a spectacular aura aboutkurei has a spectacular aura aboutkurei has a spectacular aura aboutkurei has a spectacular aura about
Secara sederhana :

ip firewall nat
add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
comment=”Redirect Koneksi Port 80” disabled=no


Lebih lengkap :


/ ip firewall nat
add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
comment=” ” disabled=no
add chain=dstnat protocol=tcp dst-port=3128 action=redirect
to-ports=8080 comment=” ” disabled=no
add chain=dstnat protocol=tcp dst-port=8000 action=redirect
to-ports=8080 comment=” ” disabled=no


Secara sederhana, Linux :


iptables -A PREROUTING -t nat -j REDIRECT -p tcp -s 192.168.0.0/24 -d 0/0 –dport 80 –to-ports 8080


Ubuntu :


iptables -t nat -A PREROUTING -i eth1 -p tcp -m tcp --dport 80 -j DNAT --to-destination 192.168.2.1:8080
iptables -t nat -A PREROUTING -i eth0 -p tcp -m tcp --dport 80 -j REDIRECT --to-ports 8080
Kalo salah harap maklum...nubie...


Last edited by kurei : 09-02-2010 at 16:28.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 09-02-2010, 17:14
TESSACELL.NET's Avatar
TESSACELL.NET TESSACELL.NET is offline
Member
 
Join Date: Dec 2009
Posts: 142
iTrader: (0)
Thanks: 32
Thanked 8 Times in 8 Posts
TESSACELL.NET is on a distinguished road
Send a message via Yahoo to TESSACELL.NET
Quote:
Originally Posted by butek View Post
Para Suhu mikrotak sekalian yang saya hormati,
berhubung masih nuibi di dunia mikrotik saya mau menanyakan beberapa masalah yang saya alami.
Dikantor kami, kalau mau browsing musti memasukkan IP proxy di browser yaitu: 10.203.10.1:3128. atau 127.12.10.1:8080 tapi dengan user dan password.
kira kira konfigurasinya seperti ini.
yang akan saya lakukan adalah membuat router dibawah web proxy tersebut sehingga saya tidak lagi perlu memasukkan web proxy tersebut didalam browser.
kalau pake mikrotik settingannya gimana? dan kalau pake linux ubuntu juga gimana?
atas perhatiannya saya ucapkan banyak2 terima kasih

internet
ether1: IP:192.168.1.2
GW:192.168.1.1

Lokal
ether2:IP:192.168.3.1
woy cs lam kenal yo......
cubo klik disini dulu cs, mendak tu kesini http://www.forummikrotik.com/beginne...lektronik.html


Last edited by TESSACELL.NET : 09-02-2010 at 17:17.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
(ask) enable web proxy = ping jadi ribuan malah sampe rto rantanplan Beginner Basics 19 03-02-2010 18:02
tanya cara blok, biar proxy saya ga jadi open proxy yephta Beginner Basics 5 11-08-2009 20:45
web proxy jadi lambat onet General Networking 6 13-08-2008 11:30
mikrotik untuk gateway + transparant proxy ?? sinaumikro General Networking 2 23-09-2007 19:18
Tanya Transparant Proxy Luar HolyShied Beginner Basics 3 07-08-2007 05:00


This Forum is Powered by Orion Net.

All times are GMT +8. The time now is 06:26.