OPNsense Forum

English Forums => General Discussion => Topic started by: TomT on August 22, 2024, 09:34:13 AM

Title: Allow multicast between two NIC's / IP Ranges.
Post by: TomT on August 22, 2024, 09:34:13 AM
Hi,

My OPNsense is currently configured with multiple interfaces, I need to allow multicast between two of them.

LAN  192.168.1.x
OPT1 10.10.10.x ( wifi )

Routing of traffic between these interfaces is working well, but I have devices in both ranges that send and receive multicast so I need this to pass between the two.

Ideally I'd like to specify what multicast IP addresses and ports are allowed, but it's not an issue if I have to allow all multicast.

Can someone advise how to do this, or are there any guides on how to set this up.

Thanks.
Title: Re: Allow multicast between two NIC's / IP Ranges.
Post by: doktornotor on August 22, 2024, 10:25:31 AM
You need os-mdns-repeater, udpbroadcastrelay, avahi or whatever... depending on use case.
Title: Re: Allow multicast between two NIC's / IP Ranges.
Post by: TomT on August 22, 2024, 12:50:38 PM
Thanks.

I think udpbroadcastrelay may be what I need.
I'll install it an see how I get on.

Regards