Pengertian Load Balance PCC
Topologi Load Balance Mikrotik PCC 2 ISP
Setting Load Balance Mikrotik PCC 2 ISP
/ip firewall address-listadd address=192.168.0.0/16 list=IP-LOKALadd address=172.16.0.0/12 list=IP-LOKALadd address=10.0.0.0/8 list=IP-LOKAL
IP Address Interface Ether 2 Ke Modem Orbit : 192.168.8.2/24
IP Address Untuk Interface Ether 3 LAN : 192.168.10.1/24 ( Ether 3 )
IP Route Gateway Ether 1 : 192.168.9.1
IP Route Gateway Ether 2 : 192.168.8.1
IP DNS 1 : 8.8.8.8
IP DNS 2 : 8.8.4.4
/ ip addressadd address=192.168.10.1/24 network=192.168.10.0 broadcast=192.168.10.255 interface=ether3add address=192.168.9.9/24 network=192.168.9.0 broadcast=192.168.9.255 interface=ether1add address=192.168.8.2/24 network=192.168.8.0 broadcast=192.168.8.255 interface=ether2
/ip routeadd check-gateway=ping distance=1 gateway="192.168.9.1" routing-mark="to-ether1"add check-gateway=ping distance=1 gateway="192.168.8.1" routing-mark="to-ether2"add check-gateway=ping distance=1 gateway="192.168.9.1"add check-gateway=ping distance=2 gateway="192.168.8.1"
/ip dns set cache-max-ttl=1d cache-size=2048KiB servers=8.8.8.8,8.8.4.4
/ip firewall mangle
add action=mark-connection chain=input in-interface="ether1" new-connection-mark="cm-ether1" passthrough=yes
add action=mark-connection chain=input in-interface="ether2" new-connection-mark="cm-ether2" passthrough=yes
add action=mark-routing chain=output connection-mark="cm-ether1" new-routing-mark="to-ether1" passthrough=yes
add action=mark-routing chain=output connection-mark="cm-ether2" new-routing-mark="to-ether2" passthrough=yes
add action=mark-connection chain=prerouting dst-address-list=!IP-LOKAL dst-address-type=!local new-connection-mark="cm-ether1" passthrough=yes per-connection-classifier=both-addresses-and-ports:2/0 src-address-list=IP-LOKAL
add action=mark-connection chain=prerouting dst-address-list=!IP-LOKAL dst-address-type=!local new-connection-mark="cm-ether2" passthrough=yes per-connection-classifier=both-addresses-and-ports:2/1 src-address-list=IP-LOKAL
add action=mark-routing chain=prerouting connection-mark="cm-ether1" dst-address-list=!IP-LOKAL new-routing-mark="to-ether1" passthrough=yes src-address-list=IP-LOKAL
add action=mark-routing chain=prerouting connection-mark="cm-ether2" dst-address-list=!IP-LOKAL new-routing-mark="to-ether2" passthrough=yes src-address-list=IP-LOKALLangkah terakhir yang perlu kita lakukan adalah melakukan konfigurasi NAT yang bertujuan agar user atau client di jaringan kita dapat mengakses internet berikut scriptnya.
/ip firewall nat
add chain=srcnat out-interface="ether1" action=masquerade
add chain=srcnat out-interface="ether2" action=masqueradeSampai Dengan Tahap ini kita bisa melakukan uji coba dari setting load balance mikrotik pcc 2 isp yang sudah kita lakukan dan berikut hasil uji coba load balance mikrotik pcc 2 isp.
Untuk Download script lengkap load balance silahkan klik tombol download dibawah ini :
Kesimpulan
Dengan menggunakan load balance jaringan internet kita akan lebih stabil dari sebelumnya dikarenakan waktu tunggu dari masing-masing modem akan lebih cepat dikarenakan beban trafick yang di bagi secara lebih merata, oleh sebab itu bagi anda yang ingin mendapatkan koneksi internet yang cepat dan stabil kami menyarankan anda untuk melakukan metode load balance mikrotik pcc 2 isp ini pada jaringan anda.
Semoga tutorial setting load balance mikrotik pcc 2 isp ini dapat membantu anda meningkatkan kualitas jaringan anda salam.