Yes, I've read it a number of times, as well as 2GD9CL6Q (What Ports Do I Need to Open on My Firewall for National Instruments Software Products). Quite frankly, it's a non-starter. Its first "hint" is that allowing all outbound UDP traffic is necessary. No problem. Next, I need to open/redirect ports 80 (for the initial HTTP request) and 2343 (LOGOS). Done. The problem is twofold. First, the last page implies that the server address is embedded into the packets being sent (which I can see no need for), and that unless that address can be resolved to a specific machine, things won't work. This is silly. Second, it prevents multiple servers from being accessed, since only one internal port (Say, 80) can be redirected from an outside port (like 24501). If
I redirect external 2343 to a specific internal 2343, ONLY that machine will be able to serve over the internet, and my other two will continue to be shut out. This is not acceptable.