03-27-2025 11:03 AM
Hi All,
I have an XNET based LabVIEW application which would initiate some TCP/UDP communication and send some payload to DUT. But at the same time, I also need to use some 3rd party applications(SSH) which make use of OS stack IP address. However, since XNET stack takes over the Ethernet port over OS stack once XNET stack is generated, I'm not able to use the 3rd party applications.
I have got info from forum that we might need to configure a Proxy server to mirror the port connections from OS stack and bypass it through XNET. Can anyone share any example how it works?
Used Hardware: 8523
PXIe OS: Windows 10
03-28-2025 06:08 AM
See shipping example at Help >> Find Examples... >> Hardware Input and Output >> Automotive Ethernet >> IP-Stack >> NI-XNET IP Stack TCP Proxy.lvproj
If your PC doesn't have it, you need to upgrade your NI-XNET version. I don't remember what the first supported version.
03-28-2025 06:17 AM
I already looked at it. I tried with ssh and I'm not able to login to ssh while proxy server is running. That's why I'm asking for any other examples which explains the working principle.