Hi everybody, I'm using OpenWRT on an OrangePi. I have configured multiple LANs on different Ethernet interfaces, each with its own subnet:
- eth0: 192.168.0.1/24
- eth1: 192.168.1.1/24
I want a PC connected to eth0 (pc1) to be able to send multicast UDP packets that are received by a PC connected to eth1 (pc2).
How to properly configure OpenWRT to forward multicast traffic between these LANs?
Thank you in advance.