Selamat pagi!, kembali lagi.
Sekranag saya akan share command line/perintah dasar mikrotik untuk setting router, perintah dasar ini mudah saja di hapalkan, jika salah ketik maka penrintah yang anda ketikkan akan otomatis berubah menjadi warna merah, dan jika di tekan enter maka akan ada kesalahan yang berakibat tidak berfungsinya perintah tersebut. Jika anda ingin mempraktekkan, silahkan scroll ke bawah untuk lebih lanjutnya!
Penrintah dasar MikroTik :
- Sebelumnya anda sudah harus login di mikrotik anda, (user : admin, passwd : (tekan enter)
- sys iden set name tkj
- int eth set ether1 name internet
- int eth set ether2 name local
- ip ad ad ad 192.168.1.1/24 int internet
- ip ad ad ad 192.168.1.2/24 int local
- ip ro ad ga 192.168.50.2
- ip dns set server 8.8.8.8,8.8.4.4
- ip fi nat ad chain srcnat act masquerade out-interface internet
- ip fi nat ad chain dstnat pro tcp dst-port 80 act redirect to-ports 3128
- ip pool add name dhcp ranges 192.168.50.2-192.168.50.10
- ip dhcp-server net ad ad 192.168.50.0/24 ga 192.168.50.1
- ip dhcp-server ad int local address-pool dhcp
- ip dhcp-server enable 0
- ip pr set enable yes port 3128 cache-administrator rezayanuar@programmer.net maxcache-sizeunlimited cache-on-disk yes port 3128
- ip pr ac ad act deny com "" disable no dst-host "www.facebook.com"
- ip fi nat ad chain dstnat pro tcp dst-port 80 act redirect to-port 8080
- ip fi nat ad chain dstnat pro tcp dst-port 3128 act redirect to-port 3128
- ip fi nat ad chain dstnat pro tcp dst-port 8080 act redirect to-port 8080
- sys reset
- y
Selamat Mencoba! ^_^
sip makasih gan
BalasHapussip makasih gan
BalasHapussip makasih gan
BalasHapus