Hi, I have a EdgeRouter4 from Ubiquity. I have installed OpenWRT on it and I have a few Linksys routers that I use for wifi.
I would like to make the OpenWRT edge4 device my main router but I'm very new to OpenWRT and struggling with a few items.
I have configured a port with my local network 192.168.123.x and plugged it into my current linksys router to get it internet access and so I can configure it from my main system. The issue is the OpenWRT device started taking over on my network and systems were getting dhcp from it along with it being the gateway. I'm not ready for this. How can I make it so it does not do this while I'm just trying to get it configured?
The Interfaces... When I'm in it the Luci it listed WAN, LAN0 and LAN1 The WAN was setup as a bridge and between what I believe was two interfaces on the unit. I basically want it setup so there is a WAN (Internet) port, and two LAN ports which I can plug in my old linksys router or a computer to gain internet access. Is there a really good guide page/section for fully understanding how to figure this topic out?
It's a bit unusual configuration, so let's break it down.
The lan interface is assigned to port lan1. It is using gateway .123.254. Is this a valid upstream router?
wan interface is on port lan0, is there anything connected there?
wan6 interface is on port lan2. This looks wrong as it should be the same as wan.
lan interface is configured to offer DHCP and will advertise itself as router and nameserver. This doesn't look right, since you have .123.254 as gateway.
Yes this is the current linksys all in one I want to replace once I have this unit ready.
Nothing is connected anywhere else but to the physical port eth1 on the unit. That is the other thing I would like to make sure overall that I can easily understand the config to physical port.
The way you are trying to make it work seems a bit complicated. That's because there is only one interface on OpenWrt acting both as lan and wan and being connected to the lan interface of the ISP router.
I would suggest to reset to defaults then connect the OpenWrt wan port to the lan port of the ISP router. Then connect some devices on the lan ports of OpenWrt. This should work without any additional configuration. When you decide to replace the ISP router with OpenWrt you might need to change the wan interface protocol if your ISP uses something else than DHCP, for example PPPoE.
Ok how do I go about resetting to defaults? I seen an article but did not fully understand which one to use. I'm guessing in the GUI under system > backup/flash firmware > under restore click "perform reset"
I also don't have an ISP router I only have three personal routers. Two for wifi and internet right now.
Also again once I do this how do I tell what physical port maps to the WAN in OpenWRT?
Alright! And were you able to connect the OpenWrt router's wan port to the network? Did it get an IP from the main router?
Or did you try to change the wan protocol?