-1

I have such configuration for my network.

WAN:

ether1 10.20.30.5/24

LAN:

ether5 192.168.1.254/24 and 192.168.10.254/24(DHCP)

I have Created Some queue for those ips. I have to Access File/Folders from a Local Windows Server(192.168.1.2). When i access file/folders from the block 192.168.1.0/24 everything ok. But when i access file/folders from the block 192.168.10.0/24, it Showing on Queue and get very slow access.

I want to access File/Folders like 192.168.1.0/24 block if i use ip block 192.168.10.0/24.

Extremely Sorry for my poor English.

2 Answers2

0

Give the Mikrotik an IP in the 192.168.1.0/24 subnet such as .254.

/ip address add address=192.168.1.254/24 interface=ether5

Tell servers in the 192.168.1.2 ip range to use 192.168.1.254 as the default gateway. Check that these servers can ping the clients in the 192.168.10.0 range. All file server traffic between the subnets will be routed by the Mikrotik. I believe this arrangement will work however I have been unable to test the routing for myself.

I recommend moving the 192.168.1.0 and 192.168.10.0 subnets to different ethernet ports if isolation is required. If it is not required then you are much better off using a single subnet to encompass all the devices. You could expand the subnet mask to 192.168.0.0/20 which will include 192.168.0.0-192.168.15.255 for example.

webberist
  • 61
  • 1
  • 4
0

I've gotten a simple solution. I just Mark Packet all of my Local Subnets. Then Assign High Bandwidth(500M) on Queue List.

Now, All users can communicate will full speed. :)

You can try

ip firewall mangle add
    chain=prerouting action=mark-packet new-packet-mark=Local passthrough=no 
          src-address=192.168.0.0/16 dst-address=192.168.0.0/16 log=no 
          log-prefix=""

queue simple add    
    name="Local" target=192.168.0.0/16 parent=none packet-marks=Local 
          priority=8/8 queue=default-small/default-small limit-at=0/0 
          max-limit=500M/500M burst-limit=0/0 burst-threshold=0/0 burst-time=0s/0s