-->
Page 1 of 1

ISP router / LAN access problem

PostPosted: Thu Jul 09, 2015 4:51 pm
by Rithep
Hi !

I have an ESP8266 (NodeMCU v1) connected to my home Wifi, but i'm having troubles connecting it to any LAN device, in fact the connections simply fails :/

But it does not fails everytime, sometime it works when I change the ESP's static IP, but when I restart it, it stops connecting... weird.

It does works very well with an old Netgear router, but not with my ISP's router (Orange).

I don't know if it's really related to the ESP itself but I think so because others LAN devices has not difficulty to communicate with each other.

I'm using the latest Arduino IDE for ESP8266 (with the latest SDK I guess?) and a sample code (connect to a web server then do a GET request).

Any help would be appreciated :(

Thank you.

Re: ISP router / LAN access problem

PostPosted: Sat Jul 11, 2015 5:40 pm
by tytower
Rithep wrote:It does works very well with an old Netgear router, but not with my ISP's router (Orange).

So what brand is your router then?

Re: ISP router / LAN access problem

PostPosted: Mon Jul 13, 2015 5:29 pm
by Rithep
It's a rebranded Sagem router (dont't know the model).

I've made some tests, it appears that my ESP cannot, most of times, communicates with devices connected to 5ghz wifi (my router provides both 2.4 and 5) nor wired LAN, but has no problem with 2.4ghz devices.

So when connecting my Macbook to 2.4ghz wifi, I have no problem communicating with the ESP.

My computer can access any LAN and WLAN device whatever that it's connected to 2.4 or 5ghz wifi, or wired LAN.

It could be the router having issues "bridging" its interfaces but as I said I don't have the problem with my others devices :/

Thanks.

Re: ISP router / LAN access problem

PostPosted: Sat Mar 26, 2016 10:23 am
by Flpzpzpd
Hi,
I think I got the same problem. ESP8266 01 can't send any successfull HTTP request via Alcatel LTE router ( something like this: http://sim-unlock.net/foto/26_15_52_29_ ... rbox_2.jpg).
Everything over LAN is OK.

Did you resolve your problem? Got any hints?