If I put command ip route-static 192.168.1.0 255.255.255.0 10.0.0.1
The router knows that to reach 192.168.1.0/24, the next hop is 10.0.0.1.
But does the peer router knows how to throw the packet back?
So how can the ping be successful?