Hello,
I have ROS 3.3 with this bridge configuration:
Bridge:
R name="Bridge" mtu=1500 arp=proxy-arp mac-address=00:16:17:16:DF:80
protocol-mode=rstp priority=0x8000 auto-mac=yes
admin-mac=00:00:00:00:00:00 max-message-age=20s forward-delay=15s
transmit-hold-count=6 ageing-time=5m
Settings:
use-ip-firewall: yes
use-ip-firewall-for-vlan: yes
Ports:
0 Lan1 Bridge 0x80 10 none
1 Lan2 Bridge 0x80 10 none
----------------
I need use firewall filter rules (drop) to filter traffic from port Lan1 to Lan2. Example:
19 ;;; FW_LAN1_LAN2
chain=forward action=jump jump-target=FW_LAN1.LAN2 in-bridge-port=Lan1 out-bridge-port=Lan2
This rule doesn't work! Please help me other way to filter this communication.
Thanks.