TCP/IP using gateway not working.
"dirk_the_stryker" <[email protected]>
| Newsgroups | gmane.comp.hardware.rabbit-semiconductor |
|---|---|
| Message-ID | <[email protected]> |
I use BL2600 single board computers for data acquisition. I then use a Visual C# program to connect to the boards and analyze the data using a tcp socket connected to the BL2600. The BL2600 acts as the server using tcplisten(). The software connects to the BL2600 just fine over a local network. However, if I try to connect remotely through a gateway, it will not connect. I can ping the IP address of the BL2600, but the board refuses socket connections. I made sure it wasn't a firewall problem on the PC side. The gateway address is set correctly on the BL2600. Has anyone else had this problem?