OpenWRT One Access Point Setup

I have received my One. I am looking to replace a current access point setup using Linksys E8450.
I was able to quickly get the system up and running with the 1G interface connected to the LAN and wireless configured. BRLAN

With the E8450, the LAN is a switch so I can connect a computer to the system as well as the LAN connection and it is picked up on the LAN.

My question: Is it possible to configure the second ethernet (2.5g) interface to be part of the LAN so the local system can be plugged into the network?

Yes, via bridging.

1 Like

I figured that much. I just haven't been able to figure out how to add the second ethernet.

edit network like this

........
config device
	option name 'br-lan'
	option type 'bridge'
	list ports 'lan1'
	list ports 'lan2'
	list ports 'lan3'
	list ports 'lan4'
	list ports 'wan'
............. more

it,s and example.
or go to network tap / devices config br-lan addin wan to bridge
them delete wan and wan6 in network overview save and apply

1 Like

will try thanks!

That seems to do the trick! thanks again!

1 Like

I'm glad it works for you, cheers