Wednesday, April 9, 2014

Route command for windows and Linux

Route Add Command For windows and Linux:
For Windows:
 Start-->Run-->cmd(Open as Administrator)
>>route print  //will show existing Routing Information
>>route add –p 172.25.61.70 mask 255.255.255.255 192.168.1.200

For Linux System:
Connect with server using putty
route add -net 192.168.2.0 netmask 255.255.255.0 eth1
192.168.2.0-->Destination Network Address
eth1-->Local network Address/ Ethernet


No comments: