Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Route Command - Manage Network Routes | Online Free DevTools by Hexmos

Manage network routes efficiently with the Route command. View, add, and delete routing table entries with ease. Free online tool, no registration required.

route

Show and manipulate the route table. More information: https://manned.org/route.

  • Display the information of route table:

route -n

  • Add route rule:

sudo route add -net {{ip_address}} netmask {{netmask_address}} gw {{gw_address}}

  • Delete route rule:

sudo route del -net {{ip_address}} netmask {{netmask_address}} dev {{gw_address}}

See Also