Tutorial Linux, Windows, Cisco, MikroTik

Showing posts with label MikroTik. Show all posts
Showing posts with label MikroTik. Show all posts

Tuesday, April 4, 2017

Setting Interface VLAN di MikroTik

Setting vlan di mikrotik

Virtual Local Area Network (VLAN) is a Layer 2 method that allows multiple Virtual LANs on a single physical interface (ethernet, wireless, etc.), giving the ability to segregate LANs efficiently.
You can use MikroTik RouterOS (as well as Cisco IOS, Linux and other router systems) to mark these packets as well as to accept and route marked ones.
As VLAN works on OSI Layer 2, it can be used just as any other network interface without any restrictions. VLAN successfully passes through regular Ethernet bridges.

You can also transport VLANs over wireless links and put multiple VLAN interfaces on a single wireless interface. Note that as VLAN is not a full tunnel protocol (i.e., it does not have additional fields to transport MAC addresses of sender and recipient), the same limitation applies to bridging over VLAN as to bridging plain wireless interfaces. In other words, while wireless clients may participate in VLANs put on wireless interfaces, it is not possible to have VLAN put on a wireless interface in station mode bridged with any other interface.
The complete article, Download here

Sumber: https://wiki.mikrotik.com/wiki/Manual:Interface/VLAN
Share:

Monday, April 3, 2017

Installasi dan Konfigurasi Squid3 dan setting Transparent Proxy di MikroTik

Untuk kali ini Siger Network akan membahas Installasi dan konfigurasi squid3 dan setting transparent proxy di MikroTik.


Transparent Proxy biasanya diterapkan agar admin proxy tidak perlu manual setting pada browser user / pelanggan saat membelokkan traffic browsing ke service proxy. Tproxy dan Intercept adalah mode transparent yang bisa diterapkan pada squid 3.1 ke atas.

Baca artikel instalasi squid3 selengkapnya : Download DISINI
Share:

Thursday, March 30, 2017

DNS (Domain Name System) Tercepat Tahun 2017



(Domain Name System; DNS) adalah sebuah sistem yang menyimpan informasi tentang nama host ataupun nama domain dalam bentuk basis data tersebar (distributed database) di dalam jaringan komputer, misalkan: Internet.


Berikut List DNS Tercepat Tahun 2017 DOWNLOAD DISINI
Share:

Cara Update List IP Address NICE di Mikrotik Secara Otomatis




Nice address list atau file nice.rsc adalah Fileyang dibuat secara otomatis di server Mikrotik Indonesia setiap jam, dan merupakan data yang telah dioptimalkan untuk menghilangkan duplikasi entri dan tumpang tindih subnet. berisi daftar ip daftar IP Address yang diadvertise di OpenIXP dan IIX.
Kita bisa mengupdate List IP NICE secara otomatis dengan Langkah-langkah berikut via winbox adalah
  1. Buka system – scheduler – add
  2. Isikan Seperti berikut :
name : update nice
masukin skrip ini :

:if ([:len [/file find name=nice.rsc]] > 0) do={/file remove nice.rsc }; /tool fetch address=ixp.mikrotik.co.id src-path=/download/nice.rsc mode=http;/import nice.rsc

start date : isi terserah anda
start time : isi terserah anda
interval = 1d

Selamat Mencoba :D
Share:

Membangun Jaringan dengan 2 gateway untuk koneksi ke internet (Gateway-1 menggunakan VPN ke kantor Utama, Gateway-2 Menggunakan koneksi domestik ISP)



Contoh Kasus :

Perusahaan XYZ memiliki 2 Kantor, Kantor Utama dan Kantor Cabang. Pada Kantor Utama Koneksi internet yang disewa adalah beda bandwidth, Domestik 100 MB dan Internasional 50MB.
Sedangkan pada kantor cabang hanya koneksi domestik saja (10 MB) di karenakan keterbatasan anggaran, sehingga dibutuhkan perutean koneksi dimana untuk koneksi selain ke Domestik di arahkan ke VPN yang gatewaynya adalah kantor utama, untuk domestik langsung ke ISP di kantor cabang.



Langkah-Langkah : DOWNLOAD DISINI
Share:

Labels