Hey guys, pretty new to OpenWRT and just wanted to get some advice and be pointed in the right direction for my situation
Background:
Ordered internet through my ISP
They came and installed a Radwin RW5000 on my house and then gave me a Dlink router to use for my internet
From my testing, my ISP is using DHCP authentication and uses DHCP Option 60 and a specific Vendor Class ID for the DHCP auth
So my network currently looks like this:
Disabled the DHCP server on the Dlink, DHCP is provided by the Cudy so any devices connected get assigned a 192.168.10.X IP address
This setup works, can't really complain too much except for the double nat and potential cgnat from my ISP (I think IPs in the 100.x.x.x range indicate cgnat? blocked it out just in case though)
But im sort of looking to simplify what's happening here and have something like:
Just to explain a little more about what I want
I have found that I can replace my Dlink ISP router with a OpenWRT router and do some setup on the WAN interface to do the DHCP authentication
I.e. The following:
Doing that allows me to connect the Radwin to the WAN of the OpenWRT and it will successfully authenticate with my ISP and provide an IP
Now what I want done is to passthrough my WAN connection directly to the LAN, no DHCP or anything like that
Passthrough the WAN so that when I connect the Cudy, it thinks its connected directly to my ISP
From what I understand I want something like bridge mode (every post i've found on the topic is trying to do WLAN bridging)
This is what the Cudy router sees if I leave the OpenWRT router stock standard and just do the above DHCP auth
The Cudy will connect just fine but will be assigned an IP from the OpenWRT router on 192.168.1.X
Is the passthrough I want possible?
Have I just confused myself?
Am I pulling some nonsensical scenario from my ass?
I could install OpenWRT on the Cudy and just be done with it
But then I lose the Cudy mesh functionality which is the main reason I got the Cudy routers (doing wired backhaul between Cudy routers so my devices will switch seamlessly to the strongest AP)
Appreciate any advice you guys can give me