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 [share] for nubie ONLY....!!! update terus pada Beginner Basics | Mikrotik | Forum Mikrotik Indonesia : huehuhuehueheuheueuheehu tadi gw dah upload tutorial kok knp ga muncul yah oke deh gw lanjutin ...




 
Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old 24-07-2007, 18:45
kucingGarong's Avatar
kucingGarong kucingGarong is offline
Moderator
 
Join Date: Jul 2007
Posts: 232
iTrader: (0)
Thanks: 0
Thanked 189 Times in 50 Posts
kucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of light
[share] for nubie ONLY....!!! update terus




huehuhuehueheuheueuheehu tadi gw dah upload tutorial kok knp ga muncul yah oke deh gw lanjutin aja ke tutorial ke 2
# SETUP MIKROTIK (base 1)
1. setelah mikrotik terinstall dengan baik dan benar jalankan mikrotik anda
2. masukkan username & password, dalam hal ini karena masih baru maka default usernam : admin pasword : blank
3. ganti nama ethernet anda jika anda mau, dalam hal ini anda dapat memberikan nama apa saja = [kucing@mikrotik] >interface
[kucing@mikrotik] interface >print (melihat dulu berapa banyak ethernet yg terpasang)
[kucing@mikrotik] interface >set 0 name=LAN
[kucing@mikrotik] interface >set 1 name=WAN
4. kemudian nambahkan ip addressnya
[kucing@mikrotik] >ip address
[kucing@mikrotik] ip address >add address=192.168.0.1/255.255.0.0 interface=LAN ----> ini untuk ip interface lokal
[kucing@mikrotik] ip address >add address=203.90.1.1/255.255.255.240 interface=WAN ---> ini untuk ip global yg di dapet dari ISP
5. kemudian masukin gatewaynya
[kucing@mikrotik] > ip route
[kucing@mikrotik] ip route >add gateway=xxx.xxx.xxx.xxx/xxx.xxx.xxx.xxx ----> ini merupakan gateway untuk keluar
6. kemudian setup webproxy
[kucing@mikrotik] >ip web-proxy
[kucing@mikrotik] ip web-proxy >set enable=yes
[kucing@mikrotik] ip web-proxy >set transparent-proxy=yes
[kucing@mikrotik] ip web-proxy >set max-object-size=1200KiB ---> ini supaya nge loadnya ngacir si web proxy
7. kemudian tambahkan rule supaya si client yg menggunakan port 80 akan di oper ke web-proxy
[kucing@mikrotik] >ip firewall nat
[kucing@mikrotik] ip firewall nat >add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=3128
8. kemudian masukan dns nya
[kucing@mikrotik] >ip dns
[kucing@mikrotik] ip dns >set primary-dns=xxx.xxx.xxx.xxx
[kucing@mikrotik] ip dns >set secondary-dns=xxx.xxx.xxx.xxx
9. Sekarang masqurade interface WANnya
[kucing@mikrotik]>ip firewall nat
[kucing@mikrotik] ip firewall nat>add chain=srcnat out-interface=WAN action=masquerade
10. sekarang coba ping ke gateway & dns dari mikrotik, kalo REPLY berarti dah konek
11. heuehuueeuhehehueuheuh selesai juga dah tutorial ke 2 gw

SMOGA TUTORIAL INI DAPAT MEMBANTU sekali lagi mohon mangaap kalo misalkan ada kesalahan ataupun mungkin repost karena saya hanya manusia biasa.....

NEXT TUTORIAL SETUP HOTSPOT & USERMANAGER


Last edited by kucingGarong : 26-07-2007 at 16:57.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote

  #2 (permalink)  
Old 24-07-2007, 19:56
nux's Avatar
nux nux is offline
Member
 
Join Date: Jul 2007
Posts: 238
iTrader: (0)
Thanks: 4
Thanked 44 Times in 30 Posts
nux will become famous soon enoughnux will become famous soon enough
Quote:
Originally Posted by kucingGarong View Post
huehuhuehueheuheueuheehu tadi gw dah upload tutorial kok knp ga muncul yah
nunggu approve dari bang admin bro..
btw, thanx atas tutorialnya!!, kirim terus ya, biar forum ini tambah rame..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to nux For This Useful Post:
  #3 (permalink)  
Old 25-07-2007, 11:55
reel reel is offline
Baru Gabung
 
Join Date: Jul 2007
Posts: 9
iTrader: (0)
Thanks: 1
Thanked 1 Time in 1 Post
reel is on a distinguished road
simple tutorial, nice
sekalian tanya web-proxy fungsi nya buat apa ya?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 25-07-2007, 15:13
kucingGarong's Avatar
kucingGarong kucingGarong is offline
Moderator
 
Join Date: Jul 2007
Posts: 232
iTrader: (0)
Thanks: 0
Thanked 189 Times in 50 Posts
kucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of light
dapet dari mbah wiki arti dari WEBPROXY :

DEFINITION - Web Proxy is a proposed Internet protocol that allows a client, such as a Web browser or a streaming media application, to automatically locate and interface with cache services in a network so that information can be delivered more quickly to the user. A cache service stores copies of popular Web pages at a location closer to the users, usually on the outer edges of a network, for faster access. When a particular page is requested, the browser is directed to the cache service for that page instead of having to travel through the network to the originating site.

artiin aja sendiri yah....

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 2 Users Say Thank You to kucingGarong For This Useful Post:
  #5 (permalink)  
Old 25-07-2007, 16:06
kucingGarong's Avatar
kucingGarong kucingGarong is offline
Moderator
 
Join Date: Jul 2007
Posts: 232
iTrader: (0)
Thanks: 0
Thanked 189 Times in 50 Posts
kucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of light
----TUTORIAL SETUP HOTSPOT----
|
|
|
|
Okay di mulai saja.........

1.[kucing@mikrotik]>ip hotspot
2.[kucing@mikrotik] ip hotspot>setup
hotspot interface:LAN
local address of network:xxx.xxx.xxx.xxx/xx -->ip dari inteface LAN
masqurade network:yes
address pool of network:xxx.xxx.xxx.xxx-xxx.xxx.xxx.xxx
select certificate:none
ip address of SMTP server:0.0.0.0
DNS server:
DNS name:
name of local hotspot user: admin ----> user untuk masuk ke halam hotspot
password for the user:
3. sekarang buka web browser, ketikan ip addressnya hotspot
4.masukan username yg telah di buat tadi
5.walah berhasil kan......


ini merupakan konfigurasi standard dari hotspot bila ada kekurangan, kesalahan ataupun repost mohon di mangaapkan......

----NEXT TUTORIAL USERMANAGER-----


Last edited by kucingGarong : 25-07-2007 at 16:40.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #6 (permalink)  
Old 25-07-2007, 16:06
Spirit_Moon Spirit_Moon is offline
Newbie
 
Join Date: Jul 2007
Posts: 41
iTrader: (0)
Thanks: 5
Thanked 0 Times in 0 Posts
Spirit_Moon is on a distinguished road
mo tanya, klo cuman koneksi IIX (buat game aja) apa perlu buka port 80 dan aktifkan web proxy ?

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #7 (permalink)  
Old 25-07-2007, 16:39
kucingGarong's Avatar
kucingGarong kucingGarong is offline
Moderator
 
Join Date: Jul 2007
Posts: 232
iTrader: (0)
Thanks: 0
Thanked 189 Times in 50 Posts
kucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of light
kalo musti buka port 80 kayanya seh perlu, tapi kalo perlu untuk aktifkan webproxy itu tergantung ama si pemakainya.....

smoga membantu

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to kucingGarong For This Useful Post:
  #8 (permalink)  
Old 25-07-2007, 17:04
[a]'s Avatar
[a] [a] is offline
Administrator
 
Join Date: Jun 2007
Location: Jakarta
Posts: 1,468
iTrader: (1)
Thanks: 188
Thanked 303 Times in 134 Posts
[a] has disabled reputation
Send a message via Yahoo to [a]
terima kasih banyak yah bro kucingGarong untuk tutorialnya...

hayuh diposting di tutorial lagi untuk selanjutnya..untuk di sub-tutorial dan news emang di set moderated-thread agar sub-forum itu clean...

thanks yahh..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #9 (permalink)  
Old 25-07-2007, 17:12
vitamin-c vitamin-c is offline
Baru Gabung
 
Join Date: Jul 2007
Posts: 18
iTrader: (0)
Thanks: 3
Thanked 1 Time in 1 Post
vitamin-c is on a distinguished road



thanks banget buat bro kucinggarong...
sangat berguna buat saya... ditunggu next tutorialnya...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to vitamin-c For This Useful Post:
  #10 (permalink)  
Old 26-07-2007, 10:20
sky16's Avatar
sky16 sky16 is offline
Newbie
 
Join Date: Jun 2007
Posts: 27
iTrader: (0)
Thanks: 1
Thanked 12 Times in 4 Posts
sky16 is on a distinguished road
thnx bgt bro kucing buat sharing ttg hotspotnya... semoga forum ini makin membantu kita semua..

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following User Says Thank You to sky16 For This Useful Post:
  #11 (permalink)  
Old 26-07-2007, 17:44
kucingGarong's Avatar
kucingGarong kucingGarong is offline
Moderator
 
Join Date: Jul 2007
Posts: 232
iTrader: (0)
Thanks: 0
Thanked 189 Times in 50 Posts
kucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of lightkucingGarong is a glorious beacon of light
thx bro akan selalu di update

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 26-07-2007, 17:53
sky16's Avatar
sky16 sky16 is offline
Newbie
 
Join Date: Jun 2007
Posts: 27
iTrader: (0)
Thanks: 1
Thanked 12 Times in 4 Posts
sky16 is on a distinguished road
bRo numpang share tutrial ne:

Bro kucing ama gw coba blok packet yang ada isi file extension tertentu..

ni hasilnya:
//ip web-proxy access add url=":\.3g[p]$" src-address="(terserah)" method=any action=deny - blok paket 3gp

//ip web-proxy access add url=":\.ra[r]$" src-address="(terserah)" method=any action=deny - blok paket rar

//ip web-proxy access add url=":\.sw[f]$" src-address="(terserah)" method=any action=deny - blok paket swf

//ip web-proxy access add url=":\.mp[3g]$" src-address="(terserah)" method=any action=deny - blok paket mp3 and mpg

//ip web-proxy access add url=":\.jp[g]$" src-address="(terserah)" method=any action=deny - blok paket jpg

NB: rule ini taruh di paling atas

Sekian dolo sharing dari gw..THnx all Bro..Lanjuttt!!!

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
The Following 5 Users Say Thank You to sky16 For This Useful Post:
  #13 (permalink)  
Old 26-07-2007, 18:31
nux's Avatar
nux nux is offline
Member
 
Join Date: Jul 2007
Posts: 238
iTrader: (0)
Thanks: 4
Thanked 44 Times in 30 Posts
nux will become famous soon enoughnux will become famous soon enough
ngebloknya extreme nih, kalo diterapin di warnet, user lari semua...

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote