10-25-2011 02:47 AM
Hi,
I have trouble with reseting my cRIO over the network behind a firewall. To solve this I used Wireshark to monitor a open network link and found it to use port 44516 for this. Can anyone verify this?
Thanks!
10-25-2011 10:29 AM
44516 is the device discovery port LabVIEW RT and MAX uses when the device is not on the same subnet. It uses 44525 when the device is on the same subnet.
10-28-2011 04:13 AM
Ok, but my computer and my cRIO are on the same subnet in my lab where I did the tcpip sniffing....And when I now opened this port in my remote system (same subnet through a cisco switch) I could finally reset the cRIO.
04-01-2014 08:38 AM
Since this thread keeps coming up in Google searches, I am posting an update of what I learned.
The two most applicable NI papers/documents pertaining to ports and remote access do not mention two crucial ports for remote restart operations (when remote target is behind a firewall with port forwarding).
Via Wireshark and NI Customer support, I managed to track my problem to two ports:
To reboot you need to forward/open ports 44515 and 44516. 44516 was mentioned above as the port used by MAX for discovery of devices on another subnet, which may or may not be related, but the reboot command is transmitted over DDP Protocol on ports 44515 and 44516.
I am now able to restart target from MAX, from LabVIEW project and from VI using system API or old deprecated 2011 version of RT Restart (IP).
NOTE: the DDP protocol (and associated ports) is not used in the new Zynq based targets!! (so this applies to older Pharlap and vxWorks targets.)
The two NI documents I mentioned are What Ports Do I Need to Open on My Firewall for National Instruments Software Products? and http://www.ni.com/white-paper/12402/en/ though neither mention these two ports.
I'm not sure why this information has to be so hard to come by.. hopefully this will help someone else save some time!?