Hello everyone,
With a RUT301 I would like to block outgoing multicast traffic. However, I can’t do this.
What I need is:
Put the 4 LAN ports in bridge mode.
Allow all incoming traffic.
Drop all outgoing traffic with destination 239.139.0.0/28
Allow all other traffic through
Does anyone have experience? Or an example for me?
Thanks in advance.
Hello,
Could you please clarify whether your intention is to bridge the 4 LAN ports into a single VLAN (port-based VLAN), or if you’re simply looking to block outgoing multicast traffic from the existing default LAN network to the 239.139.0.0/28 range?
If it’s just about blocking multicast traffic on the existing LAN, this can be easily achieved by adding a traffic rule via Network → Firewall → Traffic Rules. You would create a rule to drop outgoing traffic with a destination IP in 239.139.0.0/28
, as shown in the example screenshot below:
If you need to bridge the 4 LAN ports as a dedicated VLAN (port-based VLAN setup), it would involve creating a VLAN, assigning a new LAN interface for it, bridging its physical interfaces, and then creating a separate firewall zone and traffic rules in the same way.
More information and a port-based VLAN guide can be found here:
Best regards,
Good afternoon,
Thanks for your example. Due to the holidays, I was only able to test it now. Unfortunately, this setting doesn’t work.
For me, the following will work:
WAN - not in use. But if it’s easier to use, that’s fine with me.
LAN port 1 device connects to 192.168.1.xx >> block broadcast traffic from IP range 239.139.0.0. It must not be distributed further across the LAN.
LAN port 2 device connects to 192.168.1.xx >> block broadcast traffic from IP range 239.139.0.0. It must not be distributed further across the LAN.
LAN port 3 device connects to 192.168.1.xx >> block broadcast traffic from IP range 239.139.0.0. May not be distributed further across the LAN.
LAN port 4 device connects 192.168.1.xx >> block broadcast traffic from IP range 239.139.0.0. May not be distributed further across the LAN.
What would be the right settings? And do I put the rule at the top of the traffic rule list?
Thanks in advanced!
Hello,
Apologies for the delay, and thank you for the clarification. If your goal is to block all inbound broadcast/multicast traffic from the 239.139.X.X
range coming from WAN, then the traffic rule should look more like this:
You can place the rule at the top of the firewall traffic rule list.
P.S. Please adjust the subnet mask depending on how large the range is in your environment (e.g., /24
blocks 239.139.0.0–239.139.0.255, while /16
covers 239.139.0.0–239.139.255.255).
Best regards,