How to check how my router transmit packages to a specific address in OpenWrt?

I need a fast way to do that to check my route table

1 Like

ip route get <DEST_IP> from <SRC_IP_on_Router>

or

ip route show table all


On the LuCI web GUI, under: Status > Routes

2 Likes

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.