Help Internet Lambat SetelahDipasang Mikrotik
Dear masters... saya mohon bantuannya..
sebulananan yg lalu saya masang jaringan internet pake mikrotik rb750g krn ada kebutuhan dari kantor induk untuk dapat ngaskes intranetnya. topologi jaringannya saya susun begini :
internet - modem - mikrotik - switch - client (50-60 komputer)
|
jalur ke jaringan kantor induk
yg jadi masalah internetnya kelewat lemot dibanding sebelom mikrotik dipasang.ispnya pake spedi. sampe skr investigasi belom nemu biang keroknya. mohon bantuannya gan.
sbg referensi ini konfigurasi mikrotik saya:
ether1 = isp speedi 1
ether2 = LAN
ether3 = routing ke kantor induk
ether4 = isp speedi 2
ether5 = nganggur/standby
Detail konfignya :
/ip address
add address=192.168.1.2/24 broadcast=192.168.1.255 comment="" disabled=no \
interface=ether4 network=192.168.1.0
add address=192.168.10.1/24 broadcast=192.168.10.255 comment="" disabled=no \
interface=ether2 network=192.168.10.0
add address=192.168.7.2/24 broadcast=192.168.7.255 comment="" disabled=no \
interface=ether1 network=192.168.7.0
add address=192.168.3.99/24 broadcast=192.168.3.255 comment="" disabled=no \
interface=ether3 network=192.168.3.0
/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.7.1 \
routing-mark=to_ether1 scope=30 target-scope=10
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1 \
routing-mark=to_ether4 scope=30 target-scope=10
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.7.1 scope=30 \
target-scope=10
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1 scope=30 \
target-scope=10
add check-gateway=ping disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
192.168.1.1,192.168.7.1 scope=30 target-scope=10
add disabled=no distance=1 dst-address=10.201.0.0/24 gateway=10.202.0.1 \
scope=30 target-scope=10
add disabled=no distance=1 dst-address=10.201.0.0/24 gateway=192.168.3.10 \
scope=30 target-scope=10
add disabled=no distance=1 dst-address=10.202.0.0/24 gateway=192.168.3.10 \
scope=30 target-scope=10
add disabled=no distance=1 dst-address=192.168.2.0/24 gateway=192.168.3.10 \
scope=30 target-scope=10
add disabled=no distance=1 dst-address=192.168.2.0/24 gateway=10.202.0.1 \
scope=30 target-scope=10
add disabled=no distance=1 dst-address=192.168.3.0/24 gateway=192.168.3.10 \
scope=30 target-scope=10
add comment="" disabled=yes distance=1 dst-address=192.168.7.0/24 gateway=\
192.168.3.99 scope=30 target-scope=10
/ip firewall nat
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
ether4
add action=masquerade chain=srcnat comment="" disabled=no out-interface=\
ether1
add action=dst-nat chain=dstnat comment="" disabled=no dst-port=80 protocol=\
tcp to-addresses=192.168.10.1 to-ports=8080
/ip dns
set allow-remote-requests=no cache-max-ttl=1w cache-size=2048KiB \
max-udp-packet-size=512 servers=203.130.208.18
/ip dns static
add address=203.130.193.74 comment="" disabled=no name=coba ttl=1d
/queue tree
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name="Coba 1" packet-mark="coaba lagi" parent=ether2 \
priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes limit-at=0 \
max-limit=512k name=clientx-in packet-mark=clientx parent=global-in \
priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes limit-at=0 \
max-limit=512k name=clientx-out packet-mark=clientx parent=global-out \
priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes limit-at=0 \
max-limit=1M name=clienty-in packet-mark=clienty parent=global-in \
priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=yes limit-at=0 \
max-limit=1M name=clienty-out packet-mark=clienty parent=global-out \
priority=8 queue=default
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name=down parent=ether2 priority=8
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=0 \
max-limit=0 name=up parent=global-in priority=8
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=512k \
max-limit=512k name=per-down packet-mark=personal-down parent=down \
priority=8 queue=auto-down
add burst-limit=0 burst-threshold=0 burst-time=0s disabled=no limit-at=512k \
max-limit=512k name=per-up packet-mark=personal-up parent=up priority=8 \
queue=auto-up
Trims sebelomnya ...