-->
Page 1 of 1

LAN problems with esp8266

PostPosted: Thu Mar 30, 2017 2:07 pm
by strkomis
Hello,

As a noob I would appreciate any of help. Here is my issue.
I use an esp8266 with NodeMcu firmware and a script in LUA in order to use it as an internet switch for the boiler of my home. I use the server of iot-ph.com and the LUA script I use was dowloaded from their site.
The router I have in my home is the NETFASTER IAD2.
Everything is perfect with tthe esp8266. Stable connection, immediate responce, everything fine...
The problem is that when the esp8266 connects to the router, all LAN connections (desktop computer, 2nd desktop computer and IPTV decoder) stop working, also router can not be accessed via 192.168.2.1 any more.
The funny thing is that all WIFI connections continue to work perfect (laptop, smartphone, tablet and off course the esp8266).
I tried to give static IP to esp8266 but the LAN problem remained.
Any suggestions???

stratos

Re: LAN problems with esp8266

PostPosted: Fri Mar 31, 2017 4:55 am
by schufti
make sure to operate esp only in station mode and disable accespoint mode.

Re: LAN problems with esp8266

PostPosted: Fri Mar 31, 2017 6:03 pm
by strkomis
schufti wrote:make sure to operate esp only in station mode and disable accespoint mode.


thank you for your reply.
I have tried that already, with that command

wifi.setmode(wifi.STATION)

but the LAN issue insisted, any other ideas??
Does this LAN situation happen to any other member??
Is it a "known issue"??

Re: LAN problems with esp8266

PostPosted: Tue Apr 04, 2017 12:51 am
by greglangford
Can you check on the off chance that your ESP has not got the same mac address as your router? It should not be possible. I haven't experienced the issue you are having using the SDK directly or using NodeMCU.