Popular
Latest Articles
- Oracle 11g / Fedora 13 - Error in invoking target 'agent nmb nmo nmhs tclexec'
- Cisco Router Zone Based Firewall Configuation Guide - Video Tutorial
- Installing GNS3 0.7.2 onto Fedora 13
- Configuring a Pre-Shared Site to Site VPN between 2 Cisco Routers
- IPv4 Subnetting Notes
- Types of IDS Alerts
- How to run vSphere using SSH tunnelling
- Compiling Rancid on an x86 Solaris 10 platform
Windows - Add a Route
Monday, 08 September 2008 14:19
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./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
We have 19 guests online