Hi guys,
I opened separate topic because this time I wish to fix thruput issues on my Hex (2025) router.
Configuration is like below, I know VLAN1 should be removed and will be very soon but must be there for few more days.
All the VLAN’s: 99,100,110,120 are build to replace VLAN1 and VLAN88.
Problem: computer wired connected on VLAN99 is able to generate max ~500Mbit/s download speed instead of 1Gb/s which should be available.
Goal: implement successfully FastTrack rules.
I’ve read Mikrotik manual, googled for some solutions and I’m stuck a bit.
I’ve found also this webpage https://itorakul.com.ua/en/setting-up-fasttrack-connection-on-mikrotik/
Author from ^^^ link recommends to implement rules like below:
/ip firewall filter
add action=accept chain=forward ipsec-policy=in,ipsec
add action=accept chain=forward ipsec-policy=out,ipsec
add action=fasttrack-connection chain=forward connection-state=established,related in-interface=bridge out-interface=WAN
add action=fasttrack-connection chain=forward connection-state=established,related in-interface=WAN out-interface=bridge
add chain=forward action=accept connection-state=established,related
add chain=forward action=drop connection-state=invalid
While Mikrotik in the doc Connection tracking - RouterOS - MikroTik Documentation saing:
FastPath and Route cache is enabled under IP/Settings while later While FastPath and FastTrack both are enabled on the device only one can be active at a time.
I do have FastPath under IP>Settings, there is no Route cache option, however there are IPv4 Fast Patch option not enabled. Should I change anything here as well?
Can I safety implement Fasttrack rule remotely?
I know that my Firewall rules needs to be adjusted. Hope you will help me do that too. I count on you!




