Dear All,
I am using MikroTik v2.9.27. I have install two network cards one is name as public and other is name as private.
My private ip is 192.168.10.0/24 and public ip is 202.x.x.x/29.
I have create queues like below:
name=“TEST” target-addresses=192.168.10.101/32 dst-address=0.0.0.0/0
interface=private parent=none direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=64000/64000
total-queue=default-small time=0s-1d,sun,mon,tue,wed,thu,fri,sat
name=“TEST1” target-addresses=202.x.x.x/29 dst-address=0.0.0.0/0
interface=all parent=none direction=both priority=8
queue=default-small/default-small limit-at=0/0 max-limit=0/0
total-queue=default-small time=0s-1d,sun,mon,tue,wed,thu,fri,sat
My problems are:
-
When i tries to transfer file between two computer having same network range
192.168.10.x my queues rule restrict the bandwidth to 64k ---- can’t i bypass bandwidth
which are in same network (192.168.10.0/24) -
I want to bypass bandwidth to ip range 202.x.x.x/29 and certain selected ip.
I am new to Mikrotik, Please tell me in details, step by step how to solve above problems.
Thank You.