I'm trying to use a Linksys RE6500 as a wired-to-wireless bridge. I was able to put 22.03.7 on it, but it wouldn't connect to the primary AP using its 5GHz radio (errors about being 'unable to follow' some sort of link layer configuration change) so I decided to see if 23.05 fixed that.
After flashing 23.05 (tried both .4 and .5), without preserving the old configuration, the device boots up but does not advertise itself as a wireless access point, nor does it respond to DHCP requests on its wired interfaces.
# tcpdump -i enp61s0
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on enp61s0, link-type EN10MB (Ethernet), snapshot length 262144 bytes
17:33:41.595848 IP 0.0.0.0 > 224.0.0.22: igmp v3 report, 1 group record(s)
17:33:41.599121 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from yy:yy:yy:yy:yy:yy (oui Unknown), length 294
17:33:42.521354 IP 0.0.0.0 > 224.0.0.22: igmp v3 report, 1 group record(s)
17:33:43.599630 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from yy:yy:yy:yy:yy:yy (oui Unknown), length 294
17:33:45.902980 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from yy:yy:yy:yy:yy:yy (oui Unknown), length 294
17:33:50.720754 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from yy:yy:yy:yy:yy:yy (oui Unknown), length 294
17:33:59.198253 IP 0.0.0.0.bootpc > 255.255.255.255.bootps: BOOTP/DHCP, Request from yy:yy:yy:yy:yy:yy (oui Unknown), length 294
[and then nothing]
If I give my computer's wired network a static IP address in 192.168.1.0/24 then I can ping the RE6500 as 192.168.1.1, but all standard ports are closed, in particular both SSH (22) and HTTP (80) service is unavailable.
# nmap -sS 192.168.1.1
Starting Nmap 7.94 ( https://nmap.org ) at 2024-09-27 17:27 EDT
Nmap scan report for 192.168.1.1
Host is up (0.011s latency).
All 1000 scanned ports on 192.168.1.1 are in ignored states.
Not shown: 1000 closed tcp ports (reset)
MAC Address: xx:xx:xx:xx:xx:xx (Belkin International)
Network Distance: 1 hop
Nmap done: 1 IP address (1 host up) scanned in 40.97 seconds
So now I'm stuck. What might have gone wrong? How do I get into this thing to configure it?