21
8
How can I determine the IP route taken for a specific IP destination (without looking at "route print" and figuring it out manually)?
In OS X there's route get 1.2.34
and in Linux there's /sbin/ip route get 1.2.3.4
. Is there anything like that on Windows?
if you are willing to use Powershell you can use the Get-NetRoute cmdlet, https://technet.microsoft.com/en-us/library/hh826126.aspx
– arana – 2016-10-07T21:57:46.147