So i installed OpenWRT x64 on a custom build
ASUS veriton PC
Default integrated nic (1x port 10gb RTL8211DN) eth5
and I installed and got working (as far as i can tell) 2 cards
1x port 2.5gb Realtek 8125BG eth4
4x port 1gb BC5719-4P eth0-3
What i would like is the 5 new ports given by the 2 cards to be part of one bridge network (all ips on the same subnet) and the single integrated ethernet port on the motherboard to be the WAN port. I know it is possible but I am not skilled enough in /etc/config/network. I can download updates through the eth5 WAN port which seems to be working fine. I believe this bridging can be done through the web interface right? Except I cant figure out how to get there. LuCi is installed, must I enable it or something? Should this just be done through /etc/config/network anyways? here is my current /etc/config/network file before i gave up after some hours.
I apologize in advance i ripped it apart and i have no idea what im doing anymore
if you notice, im not using ipv6, and am setting this up as a main router/modem that ideally will have switches and access points plugged into it and maybe some devices directly.
Any and all help is appreciated! thank you
Sorry
writing on forum without morning coffe is bad idea
so
config device
option type 'bridge'
option name 'br-lan'
list ports 'eth0'
list ports 'eth1'
list ports 'eth2'
list ports 'eth3'
list ports 'eth4'
config interface 'lan'
option device 'br-lan'
option proto 'static'
option ipaddr '192.168.1.1'
option netmask '255.255.255.0'