I have a TP-link TL_WR802N with only one ethernet port (eth0).
i would like to connect it to a switch having 2 different subnets(192.168.1.0/24 and 10.0.0.0/24), and to manage it as a router and as a bridge at the same time
router part :
eth0 (192.168.1.1) with wlan0 (dhcp server(172.0.0.0/24))
bridge part :
br-lan (eth0 on 10.0.0.1) with wlan0-1
Is it possible to do this with only one ethernet port ?
when I change the bridge part into another router part, everything seems ok.
From a computer, containing 2 different addresses, connect to the switch, I can ping the 2 adresses on the lan (192.168 and 10.0).
Trying to do the same with the bridge, I can only ping the bridge IP (10.0.0.1).
At the moment, it was just bought to be a router between 2 different lans, but I'd like to use it for a second specific use as a bridge and I don't know if it's only possible.
If the switch is not managed, that means to support vlans, you won't be able to isolate the traffic of these 2 networks. You can have a single broadcast domain where all devices will be sending the L2 traffic and they will be using the gateway IP of the router to communicate with the other network, but there will be no physical isolation.
If you explain what is the usecase of such a scenario we can help implementing it with such limitation.
But so far the best way to keep things isolated is to have only one wlan bridged to the eth0 and the other wlan will be routed.