Go to the Command Prompt via `Start / Run / CMD`. And use the following syntax,
Add a route
route -p add [Destination] MASK [Mask] [Gateway]
Remove a route
route -p delete [Destination] MASK [Mask] [Gateway]
Example
This would add a route to network 10.1.1.0/24 via your gateway address of 192.168.1.100.
route -p ADD 10.1.1.0 MASK 255.255.255.0 192.168.1.100
Latest posts by Rick Donato (see all)
- NETCONF & YANG: Automate Network Configs via Python - April 2, 2026
- Palo Alto – How to Configure Your Next-Generation Firewall - April 2, 2026
- How to Harden Linux SSH: Keys, Fail2ban & Ciphers - March 1, 2026
Want to become a Windows expert?
Here is our hand-picked selection of the best courses you can find online:
Windows Server 2022 Administration course
Windows 10 Troubleshooting course
and our recommended certification practice exams:
Delta Practice Tests