Skip to main content

Posts

Showing posts from November, 2020

Instal CHR pada Ubuntu dengan script fawyza.net

Klo sewa VPS dan provide VPS tidak menyediakan image CHR, maka bisa menggunakan cara ini. cara ini saya liat di websitenya fawyza.net.  1. Buka console ubuntu dan ketikan perintah ini wget script.fawzya.net/ubuntu/mikrotik-chr.sh atau  wget  https://drive.google.com/file/d/1jjkUbrsydPYEmsY_Io9ioFniNb0_BBQ5/view?usp=sharing download file Mikrotik-CHR,sh disini .  2. Ketik  chmod +x mikrotik-chr.sh 3. Eksekusi file  ./mikrotik-chr.sh 4. done. silahkan restart ubuntunya. dan klo sukses maka ubuntu sudah berubah menjadi CHR. Salam, Arie Banda Aceh

Script Blok koneksi VPN PPTP L2TP Authentication failed

PPTP /ip firewall filter add action=drop chain=input comment="DROP KONEKSI PPTP USER AUTH FAILED" disabled=yes protocol=gre src-address-list=pptp_blacklist_bad_username_or_password  /ip firewall filter add action=add-dst-to-address-list address-list=pptp_blacklist_bad_username_or_password address-list-timeout=1d chain=output content="bad username or password" disabled=yes dst-address-list=pptp_blacklist_bad_username_or_password3 protocol=gre  /ip firewall filter add action=add-dst-to-address-list address-list=pptp_blacklist_bad_username_or_passwordd_3 address-list-timeout=1m chain=output content="bad username or password" disabled=yes dst-address-list=pptp_blacklist_bad_username_or_password2 protocol=gre  /ip firewall filter add action=add-dst-to-address-list address-list=pptp_blacklist_bad_username_or_password_2 address-list-timeout=1m chain=output content="bad username or password" disabled=yes dst-address-list=pptp_blacklist_bad_username_