static route not working
the archer is the router between the internet and the local network of 192.168.6.0/24
there is a router at 192.168.6.3 that connects to 192.168.131.0/24
I want my laptop (192.168.131.2) to ping my computer (192.168.6.113)
I added a static route in the archer Advanced -> network -> static routing
network destination: 192.168.131.0
subnet mask: 255.255.255.0
default gateway: 192.168.6.3
interface: lan
I put the check in enable this entry and then I can ping the archer (192.168.6.1) from my laptop, but not my computer. I put a static route on another host (192.168.6.2) and I can ping that one from my laptop too, but in the end, I want to control a light which I can not put a static route onto.
How do I set up a static route on the router so that I can get my laptop to ping my computer?