Jim,
we are trying to test some devices that convert the ethernet info into
RF, pick up the RF at another unit that converts it back to ethernet.
if we set up another computer at the other end we can test the units
okay. i was hoping to cut expenses by combining the NIC cards into one
computer and send the ethernet info out to the devices and return the
data to the other NIC card, but Windows short circuits the path within
the computer.
thanks,
Tim
Jim Kring wrote:
>
> What exactly are you trying to do? If you are checking to see if both
> NICs are working and configured correctly you can use the "ipconfig
> /all" command line (system exec VI) to get the IP addresses and other
> connection related info from Windows. Why do you want a ping request
> t
o go "through" a remote device? Is the device a router? Are you
> checking to see if it is routing correctly? If not, then there is
> likely an easy way to get the answer to your "real" question.
>
> -Jim