[root@cheat ~]#keyboard_backspaceBack

ip route

Display and manipulate the IP routing table. Shows how network traffic is routed.

Primary Syntax
$ ip route
#

Example Usage

ip route ip route add 10.0.0.0/8 via 192.168.1.1
#

Quick Tips

Use man ip to read the full manual

Add --help flag for quick options reference

Combine with | less for paginated output

Submitted by: admin

Added: 2/9/2026

arrow_back