Insert a route into the kernel routing table.
Section: Interfaces Routing and Addresses
Add static route
bash
bash
sudo ip route add 10.20.0.0/16 via 192.168.50.1Explanation
Useful for lab environments and temporary routing changes.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing Interfaces Routing and Addresses