Hello Folks,
In the far away past, I did install dd-wrt in an Asus Router and had to solder a header on the Asus router in order to be able to connect a usb-uart serial interface to the router using ttl logic. It worked fine back then. Recently, I used different approaches in order to flash an OpenWrt firmware to a Netgear R7900P; including using a usb-uart-ttl (cp2102) via a CFE terminal access (minicom) and also tried using nmprflash, all to no avail (always had invalid image error or checksum error) – was able to flash Netgear’s factory firmwares to this router using both the CFE and the nmprflash. Amazingly enough, I was able to flash a Linksys EA7300 router using OpenWrt by simply using Linksys webinterface without any incident; but now, I facing some issues due to some configuration mishaps regarding the Linksys EA7300.
The EA7300 was hooked up via its WAN port to another router’s LAN port (the R7900P, using netgear firmware). The R7900P was using 192.168.1.0/24 subnet, and the EA7300 (with OpenWrt installed) was using 192.168.4.0/24, and everything was quiet on the Western Front. Then, a virtual bridge interface was configured for Guest-Wifi on the EA7300, all Guest wifi clients were connected to the EA7300 and working just fine. For guest wifi (managed by the EA7300) another subnet was created, consisting on 192.168.5.0/24, has it’s own dhcp server, parameters were properly configured, etc; and everything was working good.
Then, I decided to create one single subnet for both the two routers, but having each using its own dhcp server by using a different range ips for each dhcpd server; as follows: 192.168.0.0/24 (192.168.0.0 with netmask 255.255.248.0). I should have made more consideration before taking those steps, but at first everything was working ok. But, I did somet changes in cascade (mostly related to the dhcp server and the interfaces) without testing each individual change and now, and quite possibly a typo while entering configurations via luci. As of now, I have no access to the EA7300 – it does not lease any ip configuration to clients, can not ping (yeah, I configured the computer interfaces (eth0, etc) manually, etc) the EA7300, not able to ssh into the router, nothing. When I try to request a lease the ip configuration from the router, it gives an error related to the DHCPv6 (the router is connected via ethernet to a Linux Slackware64 current, and I use dhcpcd to request a lease). In spite of everything, the EA7300’s wifi guest network (dhcp server, internet connection, etc) is working fine, but I am unable (so far) to access the router itself via the wifi guest network (only mobile phones use it). Tried to failsafe the router during boot-up, tried to reset it, and nothing seems to work. Maybe, I am missing something simple given that the router clearly is not dead.
One of the two firmwares were installed in the router:
root@darkstar:/opt/routers_firmware/EA7300/factory# ls -lh
total 9.2M
-rw-r--r-- 1 root root 9.2M Sep 24 04:49 openwrt-23.05.5-ramips-mt7621-linksys_ea7300-v1-squashfs-factory.bin
root@darkstar:/opt/routers_firmware/EA7300/factory# ls .. -lh
total 5.5M
drwxr-xr-x 2 root root 4.0K Feb 12 17:44 factory/
-rw-r--r-- 1 root root 5.5M Sep 24 04:48 openwrt-23.05.5-ramips-mt7621-linksys_ea7300-v1-initramfs-kernel.bin
root@darkstar:/opt/routers_firmware/EA7300/factory#
Almost sure that the squash images was installed.
Thanks for any input.