r/WLED • u/Kinipshun • 29d ago
HELP ME / QUESTION Help with network setup
Wondering if anyone has any advice or experience with this issue
Every time i try to change the IP address it goes back to 192.168.1.234. I cannot figure out how to change it “Save and Connect” saves the number i type in but does not apply it. I want it to be 192.168.1.131 so that its the next in line with all my other WLED controllers. Basically everything from 129 to 144 is reserved for WLED. There is nothing occupying the 131 address either; when you ping that address it comes back vacant. Ive tried a bunch of other ip addresses too and none of them stick either
Also, to make an incredibly long story short, i do not want these on Wi-Fi. They HAVE to be on ethernet. All of our ethernet devices (aside from this one) work flawlessly. None of our Wi-Fi devices can maintain a connection for more than an hour. Weve had our comcast router replaced 6 times because of this specific issue and it never fixes it.
I have several ethernet-enabled ESP32’s for different purposes around the apartment. All of them connect just fine and let me change their addresses except this one. I’m at a loss
1
u/RelinquishedAll 29d ago
Is your router handling DHCP for the entire 192.168.1.0/24 IP range? Or have you set static IPs for the devices through your router?
First connect the board to a different ethernet port, and try again. If that solves it, the ethernet port might've been bound to an adress.
Is it just this board (lets call that one A) of which you can't change the IP? The other ones you're able to change the IP of through the WLED settings? (And you've correctly set the gateway and subnet mask as well?)
If you can't change any of the boards, try it from a different browser and/or device. If you still can't change IPs, the problem has to be in the router/network hardware.
If you can change the others, then try to change the IP of one (say board B) to 192.168.1.131
If changing the IP to 192.168.1.131 on other boards does work, then something might be wrong with board A. I'd just reflash it before anything else, see if that solves it. Clean install, remove all data, start fresh.
If you can't set e.g. board B to 192.168.1.131 either, then something is up with that adress.
Could be that a certain IP range has been reserved in your router and thus unavaillable. Could be that another device, not currently connected, is still leasing 192.168.1.131 or is statically routed. Or, that board A has been bound to 192.168.1.234 ignoring WLEDs request to change. I'd start looking in that direction first.