I created a server that can receive data from any interface. This code runs perfect, because I´ve been using it for three months. But eventually I can´t connect to this port, it is only possible to reach it from 127.0.0.1.
I have done a netstat and I can see that it is all ok:
tcp 0 0 0.0.0.0:50010 0.0.0.0:* LISTEN
The only different thing that I did is to upgrade to legato 16.10.3, but then I have downgrade to 16.10.1 and is still not working.
Any ideas?