Hi,
I need a regular Ethernet hub and found my old TPLink WR1043ND (v1) with OpenWRT lying in the garage, so I thought about using it for this purpose.
I found the dumbap and the bridgeap recipes in the docs and inspired from them. My goal is to have all the available Ethernet ports available, as a regular Ethernet hub (WAN or LAN, does not matter).
I ended up with the following /etc/config/network:
config interface lan
option type 'bridge'
option ifname 'eth0' # Bridges vlan 1 and wan
option proto 'dhcp' # Change as appropriate
I use dhcp as my upstream router can provide my OpenWRT router an IP with dhcp. The OpenWRT router gets an IP assigned and has access to Internet. However, no other client from my OpenWRT router can contact (ping / get an IP from DHCP) the upstream router. They send DHCPDISCOVER but it seems it is never transmitted through OpenWRT router.
I disabled the built-in DHCP server from my OpenWRT router as well as any firewall.
What am I missing? Thanks!
(Last edited by phyks on 23 Jul 2017, 22:03)