Fellow iot enthusiasts,
I’m trying to set up a tcp server on my embedded device so that I can connect to it from the internet. My setup consists a HL7800 modem (running zephyr) and a starterkit configured as “Via the public internet”.
it seems like everything works well, it fetches an ip-address through DHCP (10.207.152.99) and I’m able to connect to 8.8.8.8:53 without any problems. When configuring the modem as a TCP server however it seems like i’m blocked by a firewall or something.
I tested the TCP server by letting the modem connect to itself, which works perfect, but I’m not able to reach my device from the internet.
Anyone who can help me out with this?
Regards,
Reinier