Skip to content

Latest commit

 

History

History
57 lines (44 loc) · 2.62 KB

mikrotik-tutorial.md

File metadata and controls

57 lines (44 loc) · 2.62 KB

TUTORIAL BYPASS DPI KOMINFO MENGGUNAKAN MIKROTIK

Indonesia | English

Bypass.Sensor.Kominfo.mp4

Following this instruction is in your own risk. I'm not responsible for content you are trying to access after following this tutorial or the damage you done during the installation process. Please use it wisely and follow the instruction carefully

Langkah-langkah

  1. Login ke RouterOS anda dan buka Terminal
  2. Jalankan perintah ini untuk membypass DNS Nasional: (Pilih salah satu)

[ BLOKIR IKLAN ]

# Script by BebasID Community

/ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=tcp to-addresses=103.87.68.194 to-ports=1753
/ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=udp to-addresses=103.87.68.194 to-ports=1753

[ BLOKIR VIRUS, KONTEN DEWASA & JUDI ]

# Script by BebasID Community

/ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=tcp to-addresses=103.87.68.196 to-ports=1753
/ip firewall nat add action=dst-nat chain=dstnat comment="DNS BebasID" dst-port=53 protocol=udp to-addresses=103.87.68.196 to-ports=1753
  1. Jalankan perintah ini juga untuk membypass DPI Kominfo:
# Script by BebasID Community

/ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=[INTERFACE WAN ANDA] content="Location: http:https://lamanlabuh.aduankonten.id/" action=drop
/ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=[INTERFACE WAN ANDA] tcp-flags=rst,ack action=drop

Ganti [INTERFACE WAN ANDA] dengan interface sumber internet anda seperti contoh dibawah ini:

# Script by BebasID Community

/ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=ether1 content="Location: http:https://lamanlabuh.aduankonten.id/" action=drop
/ip firewall filter add comment="BebasIT | Bypass DPI" chain=forward protocol=tcp in-interface=ether1 tcp-flags=rst,ack action=drop
  1. Selesai dan coba!