/ip address add interface=ether1 address = 192.168.1.1 netmask= 255.255.255.0
/ip address add interface=ether2 address = 192.168.0.1 netmask= 255.255.255.0
/interface print
/inteface set 0 name=”Public”
/inteface set 1 name=”Lan”
/ip route add gateway=192.168.0.1
/ip dns set primary-dns=203.130.193.74 secondary-dns=202.134.0.155
/ip dns set allow-remote-requests=yes
/ip firewall nat add chain=srcnat out-inteface=Public action=masquerade
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080
/ip pool add name=”dhcp-pool” ranges=192.168.0.1-192.168.0.29
/ip dhcp-server add name=”dhcp1″ inteface=LAN address-pool=”dhcp-pool” lease-time=3d
/ip dns set allow-remote-requests=yes
/ip firewall nat add chain=srcnat out-inteface=Public action=masquerade
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080
Home
-

a
-
Tulisan Terakhir
- Integrasi driver SATA windows 2000/XP/2003
- Prosedur Instalasi Wireless LAN
- 5 Cara Melatih Berpikir Kreatif
- Free CCNA tutorials: Interactive CCNA course. Free training courses
- Compensation & Benefits – Strategi, kiat praktis negosiasi gaji, remunerasi & kompensasi lainnya
- Resume Center – Cara terbaik membuat resume
- Work Life – Referensi tentang dunia kerja pada umumnya
- Job Interviews – Kiat dan strategi menghadapi wawancara kerja
- Penghitungan Subneting
- Setup file server dengan SAMBA
- Instalasi Webmin SUSE 10.1
- Mempercantik Font di Fedora Core 6
- CentOS 5.0 live CD
- Mac OS
- Microsoft Windows
23 Komentar
saya mau tanya boleh yah …
kemarin saya installasi linux mandriva 2005 pada hardisk sata pada saat diminta untuk menentukan hardisk semua opsi yang di sediakan tidak dapat di baca alias error, gimana cara menanggulanginya tolong yah….
Asyik juga Nich, Utak Atik MikroTik
wew keren bener mass tulisannya
thanks atas info infonya
Situs ini sangat membantu saya dalam mencari informasi tentang dunia IT. Terima kasih
Dear Pa. Yoyok,
Pa saya minta tolong, saya punya remote pc operator yang ada diwarnet menggunakan software Anyplace Control. Nah diwarnet saya pake router mikrotik dan saya kurang ngerti pake mikrotik, dan software yang saya gunakan harus merubah port yang ada dimikrotik adapun konfigurasi yang harus saya rubah, sebagai berikut:
You have local network with 3 PCs and 1 router. Admin Module is located anywhere in the Internet, but not in this network.
You want to control these network PCs via Internet when you use the admin’s PC.
For example external IP address of the router is 211.27.164.21.
Internal IP addresses of network PCs are: 192.168.1.10, 192.168.1.11, 192.168.1.12
Admin’s IP address doesn’t matter.
In this case the configuration of the “port forwarding” can be the following:
211.27.164.21 : 5278 –> 192.168.1.10 : 5278
211.27.164.21 : 4278 –> 192.168.1.10 : 4278
211.27.164.21 : 5277 –> 192.168.1.11 : 5277
211.27.164.21 : 4277 –> 192.168.1.11 : 4277
211.27.164.21 : 5276 –> 192.168.1.12 : 5276
211.27.164.21 : 5276 –> 192.168.1.12 : 5276
After configurating of the router you should change the default ports numbers for Host Modules
Nah itu Pa..bagaimana caranya supaya saya bisa merubah pada router mikrotiknya.
Sebelum dan sesudahnya saya ucapkan terima kasih
Ivan
aku dah coba tutorial diatas.. tpi kok ga konek ya.. perciss ciss ciss.. IP modem 192.168.1.1 jaringannya 192.168.0.100/24 knp ya? apa harus ngeset dhcp server nya ? atau dhcp client ? mohon petunjuk
mas tonny,kalo mas pake speedy coba aja modemnya disetting bridge trus dial-nya pake mikrotik,trs disetting pppoe-nya “add-route-default=yes”,jadi mas g usah masukkan gateway krn otomatis dari speedy… Try it!
Ada website baru untuk mengecek sisa quota Telkom Speedy,
Alamatnya:
http://www.menuju.com/speedy
Mumpung masih bisa dipake, karena ini unofficial.
mas kalo mau nge check log proxy di mikrotik dmn ? maklum newbie
mohon pencerahannya
assalamaualaikum,,mas mo nanya nihh,,itu settingan pake modem gak mas??cos setauku ip 192.168.1.1 itu ip modem,,lha terus klo di pasang di ether1 pa gak conflik??trus gateway yang di pasang apakah gak menyesuaikan dengan ip yang di ether1(dari isp/static),,makasih n tolong di reply ya mas,,biar q juga bisa belajar banyak dari mas yoyok..trimss,,dari cah ponorogo..
mas, ni aku udah ngikutin setting :
14 langkah instalasi miktotik pakai speedy
/ip address add interface=ether1 address = 192.168.1.1 netmask= 255.255.255.0
/ip address add interface=ether2 address = 192.168.0.1 netmask= 255.255.255.0
/interface print
/inteface set 0 name=”Public”
/inteface set 1 name=”Lan”
/ip route add gateway=192.168.0.1
/ip dns set primary-dns=203.130.193.74 secondary-dns=202.134.0.155
/ip dns set allow-remote-requests=yes
/ip firewall nat add chain=srcnat out-inteface=Public action=masquerade
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080
/ip pool add name=”dhcp-pool” ranges=192.168.0.1-192.168.0.29
/ip dhcp-server add name=”dhcp1″ inteface=LAN address-pool=”dhcp-pool” lease-time=3d
/ip dns set allow-remote-requests=yes
/ip firewall nat add chain=srcnat out-inteface=Public action=masquerade
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080
tapi ko belum conec2 juga padahal udah di reset beberapa kali supaya balik lagi kesemula untuk di setting ulang.
mas, ni aku udah ngikutin setting :
14 langkah instalasi miktotik pakai speedy
/ip address add interface=ether1 address = 192.168.1.1 netmask= 255.255.255.0
/ip address add interface=ether2 address = 192.168.0.1 netmask= 255.255.255.0
/interface print
/inteface set 0 name=”Public”
/inteface set 1 name=”Lan”
/ip route add gateway=192.168.0.1
/ip dns set primary-dns=203.130.193.74 secondary-dns=202.134.0.155
/ip dns set allow-remote-requests=yes
/ip firewall nat add chain=srcnat out-inteface=Public action=masquerade
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080
/ip pool add name=”dhcp-pool” ranges=192.168.0.1-192.168.0.29
/ip dhcp-server add name=”dhcp1″ inteface=LAN address-pool=”dhcp-pool” lease-time=3d
/ip dns set allow-remote-requests=yes
/ip firewall nat add chain=srcnat out-inteface=Public action=masquerade
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080
tapi ko belum conec2 juga padahal udah di reset beberapa kali supaya balik lagi kesemula untuk di setting ulang.
tolongin dong mas aku udah puyeng banget…..fiuh
belajar microtik menyenangkan… maklum aku baru belajar ni…
producing emulators for any kind of dongles (SentinelPro,
SentinelSuperPro, Hasp4, Hardlock, WIBU, Guardant, etc.)
butuh software ituuuuuuuuu
mas tolong kasih tau dong gimana sih dawnload creck mikrotik ya….trims…
gimana neh tolongin dong kasih tutorial mendasarnya soalnya aku bingung, ngeset modem nya aja aku dah error alias ngak tau, biasa anak baru bisa baca
mas maaf mau nanya neh..
saya kan pakai mikrotik yg download dari tempat mas yoyok. sumula uda jln. ok tapi masalanya saya perna ganti password dari winbox.. emang sih sukses. tapi setelah masuk ke mesin mekrotik yg pakai comend password ya uda gak bisa lagi mas.. lalu saya coba install ulang tpi hasil ya tetap sama minta password yg lama yg uda gak bisa lagi tolong ya mas… pencerahannya…. makasih… wasssalam
gak iso konek cak. ….
/ip route add gateway=192.168.0.1
mungkin ke ip modem kali …
waduh mas, kalo ada yg ngikutin cara di atas, saya jamin pasti client gak bakal bisa browsing, why???
krn diatas ada setting redirect port yg nampaknya ke web proxy sementara web proxy servernya sendiri tidak dicantumkan ataupun perintah men-enable mikrotik sbg web proxy.
Hmm ya jelas gak konek, itu ada settingan ke Proxy, sedangkan settingan proxy belum di jelasin di sini.
kalau mau jalan silahkan hilangkan perintah ini
/ip firewall nat add chain=dstnat protocol=tcp dst-port=80 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=3128 action=redirect to-ports=8080
/ip firewall nat add chain=dstnat protocol=tcp dst-port=8080 action=redirect to-ports=8080
selamat mencoba.
kalau gak bisa silahkan PM Gw
Akhirnya aku nemu juga scripnya, simple dan okeeeeeeeeeeee
Thanks
SPEEDY UNLIMITED…ada solusinya di layanan prabayar satu kali akses ngenet 3 thn…sampai jebol…tidak ngadat….
Mau tanya om om sesepuh. . . . Fungsi PPOE di fitur mikrotik itu buat apa ya. . . Ada yg mau kash pencerahan donk mohon bantuan nya ya. . . .