So you're a Noob? Post your questions here until you graduate! Don't be shy.

User avatar
By kdass
#80932 Hi All,
I start learning ESP8266. My first app is socket server as WiFi station connected to home router. I can connect with that server over lan from laptop, but I can't connect to it over WAN. (Precisely I can connect but after sending any data to ESP it hangs). My home router is ok, it has DMZ and static IP. I have similar project wih ST WIFI module and its working perferct (with the same IP and MAC as ESP module). I use latest IDF with FreeRtos. In my understanding there is problem with LWIP. My project has default settings from IDF. What should I check and change with LWIP on ESP? I will be very gratefull for any help.