esp_wifi_repeater icon indicating copy to clipboard operation
esp_wifi_repeater copied to clipboard

Router configuration

Open antjnm opened this issue 4 years ago • 3 comments

I have this problem, with an old Wi-Fi repeater I displayed the ip of connected devices on it, even on the router configured with ip 192.168.54.1 while with the nodemcu I can not. I ask you how to configuarate the esp so that if I am connected to the router I can access the connected devices on the nodemcu.

antjnm avatar Sep 25 '20 11:09 antjnm

if I understand it right, you need to get in touch with the "routing" command set from CLI.. essentially you have to create routes from the main router to the LAN behind the esp8266 :)

imayoda avatar Sep 28 '20 14:09 imayoda

thank you very much for the reply, so I have to enable the command "route add network gw 192.168.54.1"?

antjnm avatar Sep 28 '20 16:09 antjnm

route add network gw: adds a static route to a network (network given CIDR notation ('x.x.x.x/n')) via gateway gw

don't forget CIDR notation :)

imayoda avatar Oct 11 '20 21:10 imayoda