Popular
Latest Articles
- Checkpoint Web Visualization only provides part of the policy
- Running a packet capture on a SourceFire Sensor
- File download fails through Netscreen when using IE6 with Passive FTP
- I am unable to clear the VPN SA`s using the vpn tu command
- encryption failure: According to the policy the packet should not have been decrypted
Windows - Add a Route
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 16 guests online