Hello. New to OpenWRT. Still learning.
I installed OpenWRT 24.10.5 on my Linksys 1900 ACS router. But, after i set everything up, and everything seems to be working okay, after a while I lose internet connection (both wireless and physical connections are gone), router is not pingable, and a machine connected via patch cable, during arp -a command, shows absolutely no connected devices at all. The router is soft bricked, and I need to 30s reset it. But then same thing happens after I configure again. What am I doing wrong? The following are the settings I am changing from Vanilla OpenWRT installation.
Change Root password
System>Administration>SSH Access>interface: lan
Network>Interfaces: delete wan6 interface (my setup is ipv4 for now)
Network>Interfaces>lan>General Settings: ipv4 address: 192.168.5.1
Network>Interfaces>lan>Advanced Settings>Use custom DNS servers: set 192.168.5.200 (for my pihole running on an rpi)
Network>Interfaces>wan>Advanced Settings: Use DNS servers advertised by peer: Unchecked (because I dont want my ISP dns to be used)
Network> DHCP and DNS> General> Authoritative unchecked (because my pihole also is my DHCP server, and the option is enabled in pihole)
Network>Interfaces>Lan>DHCP Server>General setup> ignore Interface checked (Becauss my pihole is my DHCP server)
I also do some basic configuration with my wireless network, but I really don't think thats the issue here.
So what am I doing wrong?
EDIT: is setting the WAN server to a custom DNS server (pihole) redundant since I already did it on Lan, and could it be causing a loop that looks like a freeze?
Also, I have a fiber hub. But it should be in bridge mode, which then connects directly to router. So, i dont think this is a double NAT issue