Mikrotik Load Balancing 2
Mikrotik Load Balancing 2
Mikrotik Load Balancing 2
Ether1 berhubungan dengan ISP1 (WLAN), Ether2 berhubungan dengan Speedy dan
Ether3 untuk jaringan localnya..
1. ip firewall nat
2. ip firewall mangle
3. ip route
4 A S 0.0.0.0/0 r 192.168.1.1
to-speedy
5 A S 0.0.0.0/0 r 203.190.41.xx
to-jatara
0 ;;; jatara
new-connection-mark=jatara
passthrough=yes
1 chain=prerouting in-interface=local connection-mark=jatara
action=mark-routing
new-routing-mark=jatara passthrough=no
2 ;;; speedy
new-connection-mark=speedy
passthrough=yes
new-routing-mark=speedy passthrough=no
new-packet-mark=komp17-down
passthrough=no
primary-dns: 203.190.40.x
secondary-dns: 202.134.0.155
allow-remote-requests: yes
cache-size: 4096KiB
cache-max-ttl: 1w
cache-used: 90KiB
# NAME
TYPE
0 R to-jatara
ether 0
0 1500
1 R to-speedy
ether 0
0 1500
2 R local
ether 0
0 1500
Untuk membuat supaya ip gateway lokal bisa dijadikan DNS lokal maka pengaturannya
ada dibawah ini, dan yg perlu diperhatikan adalah yang ada tulisan allow-remote-request
: yes
primary-dns: 203.190.40.x
secondary-dns: 202.134.0.155
allow-remote-requests: yes
cache-size: 4096KiB
cache-max-ttl: 1w
cache-used: 90KiB