I am setting up my new Mikrotik and cant find the correct area to do this, I have a secondary network that I want on my main network. it is a ham radio Mesh network with a Domain designator of .local.mesh. in my old router I just pointed all of that traffic to the wireless unit that is on that network, so the next hop wast 192.168.1.200. That worked great, but I cant seem to find the spot in routerOS to set this up. can someone point me to the correct tab?
You cannot route traffic by DNS name. You need to know the IP range (subnet) for the network and
add a route for that subnet under IP->Routes
Okay, thanks for the info. Ill have to find the Ip range and give that a try.
Over here the network would be 44.0.0.0/8 but I think some of those mesh systems do not use the AMPRnet range and it could be 10.0.0.0/8 or 172.16.0.0/12 or similar.
Yes, the Mesh network is 10.0.0.0/8. My main Mesh node is NAT to 192.168.1.200, so I created a rule with a DST address of 10.0.0.0/8 and a gateway of 192.168.1.200. I am not home right now, so I cant test it yet, but I think that should work. I Used Untangle for my router for a while, but I work alot with Mikrotiks now for work, so I have switched to Mikrotik and trying to adapt.