To verify routing entries for a destination IP on a Solaris machine, I typically use the route get
command. This will give the source IP address and Ethernet interface used by the kernel to reach the specified destination. On Linux however, the route
utility does not support the get
sub command.