-->
Page 1 of 1

esp8266 lwip

PostPosted: Wed Mar 06, 2019 12:14 pm
by kdass
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.