Routing between networks

Here’s my problem;
The router can ping 10.0.0.2 and 10.90.90.90 but the computer 10.0.0.2 can not reach 10.90.90.90 (the trace-route ends at the router)

My route table; [A-Active, D-Dynamic, C-Connect]
DST-ADDR|PREF-SRC|GATEWAY|DISTANCE
ADC|10.0.0.0/24|10.0.0.1|ether12|0
ADC|10.90.90.0/24|10.90.90.1|ether11|0

If anyone could help me I would be very grateful, it looks ok to me but I think I’ve missed something

I guess there is a firewall rule in the forward chain that is holding down the traffic

There are no firewall rules in place.

/ip firewall nat print
/ip firewall filter print

both return empty tables.

Check the routing table (particularly the default route) on the devices at 10.0.0.2 and 10.90.90.90.

Doh! The gateway on 10.90.90.90 wasn’t set.

Thank you :slight_smile: