route
Verified for current stable LTS
Route Commands
Route command syntax with verified terminal examples.
Commands
9 commands for Route
route Operations
Route Command: Add Route Rule
sudo route add -net <ip_address> netmask <netmask_address> gw <gw_address> route Operations
Route Command: Add Route To Destination Through Gateway
sudo route add "<destination_ip_address>" "<gateway_address>" route Operations
Route Command: Add Route To Subnet Through Gateway
sudo route add "<subnet_ip_address>/24" "<gateway_address>" route Operations
Route Command: Delete Route Rule
sudo route del -net <ip_address> netmask <netmask_address> dev <gw_address> route Operations
Route Command: Delete Specific Route
sudo route delete "<destination_ip_address>/24" route Operations
Route Command: Display Route Table Information
route -n route HTTP
Route Command: Lookup And Display Route For Destination
sudo route get "<destination>" route Operations
Route Command: Remove All Routes
sudo route flush route Operations
Route Command: Run Route In Test Mode
sudo route -t add "<destination_ip_address>/24" "<gateway_address>" Suggest a Route Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Route workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.