Got a strange one.
Have a bar with a Just Add Power Video System. The System uses a Luxul switch. Commands are sent to the switch to change its VLANs to route “Video over IP”.
The system has a network of 192.168.0.0/24
The Luxul switch is connected to the Tik and has an IP of 192.168.0.100
The JAP devices all reside in the 10.0.0.0/8 network on the Luxul
So…
Seems simple enough.
/ip route
add check-gateway=ping distance=1 dst-address=10.0.0.0/8 gateway=192.168.0.100
Sure enough… control goes through… ping goes through… but the JAP transmitters seem to respond “Slowly”
So the JAP transmitters have telent connections to receive command.
Open up a telnet on a computer and the response takes several seconds. Like you sit there and start counting and get to around 7 or 8.
The web page interface takes nearly 12 seconds to come up.
So the tech on site added this via command line to his computer
route add 10.0.0.0 mask 255.0.0.0 192.168.0.1 metric 2
Telnet and HTTP response were near instant.
What am I missing in my routing at the router???
(Just checked and realized that I have fasttrack on, should probably turn that off huh.)