Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Lejaune

#1
Thanks for the answer !  ;D


#2
Hi all,

Im searching for a solution on OpnSense to filter traffic by controlling the physical output interface.

My platform for test :



I want from my LAN_1 ping ANY on the WAN but i don't want to ping the LAN_2.

I can do this with 2 rules on OpnSense :

  • Drop ICMP from LAN_1 to LAN_2
  • Authorize ICMP from LAN_1 to ANY

But i''m searching for a solution with only 1 rule. For example, if i use Debian with forwarding, i can use iptables to do this with only one rule :


  • iptables -A FORWARD -p ICMP -i ens34 -o ens32 -s 192.168.10.0/24 -j ACCEPT

With this rule, i can control the physical outside interface where the traffic is redirect (in orange the option).

Thank you
Lejaune