logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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