How to run a OpenWRT 23.05 loaded router downstream from a Comcast modem/router

I have put my Netgear C3000-100NAS Comsat modem (yes, I know it is old :frowning: ) into "Router mode = no":

Then:

  1. Tried just connecting up the OpenWRT router's WAN port to a LAN port of the C3000, and setting the WAN port to DHCP client. No routing of internet, and I don't recall even seeing an IP on the WAN port.

  2. I tried to spoof the CM MAC of the C3000 onto the WAN port of the OpenWRT router, with the WAN port set to DHCP client (so Comcast would give OpenWRT an IP, I assumed). But even after some 30 minutes of having a cable plugging in between one of the LAN ports of the Netgear, and the WAN port of the OpenWRT router, I got no WAN IP:

  1. Then I tried to spoof the "Internet port" MAC of the C3000 onto the WAN port of the OpenWRT router, with the WAN port set to DHCP client. But even after some minutes of plugging a cable between one of the LAN ports of the Netgear, and the WAN port of the OpenWRT router, I got no WAN IP:

  1. At some point in my testing, it seems that the C3000 provided a DHCP IP in it's default range (maybe when I left DHCP on before turning routing off, which I didn't think would make a difference), but still no routing to the internet through.

  1. I have also tried, with MAC spoofing of each: a) Unmanaged (no IP, no routing), and b) PPP (some error message about not being able to find signal on the line, even though it is a modem that is upline, right?). I also tried static address, which I realise now would never work.

I did try powering on both devices in different orders, and connecting them together at different times, as I read about MAC address leaking. No change in internet access.

I trust the issue is with settings on the OpenWRT side, because when I connect my PC to the C3000 in bridge mode, I get an internet IP address, and can browse fine.

I don't know enough about how bridging works, evidently, to know whether spoofing the modem's MAC will be seen doubly by Comcast equipment beyond my home.

I have read that Comcast will block MAC address' from routers and the like connected to a modem that is interfacing with their network, while allowing PC MACs to get connection through the modem, which would explain why my PC was getting an IP and connection. But is the solution to simply clone a PC MAC onto the WAN port of the OpenWRT loaded device?

Additionally, can anyone help me with presumably command line tools to debug this further (monitor network traffic, DHCP requests, etc) in OpenWRT?