Hello, I have a problem with my VLAN setup. I have two devices connected to Eth8 (Vlan99) (trunk port) and Eth9 (vlan10, vlan99) (hybrid port). Ping between (vlan99<->vlan10) is working fine in both ways, but when I do HTTP request from Eth8 (vlan99) to Eth9(vlan10) then connection hangs for a few seconds and counters on FW rule for invalid forward is increasing, after that lag finally I get response . Reversed request from Eth9(vlan10) to Eth8 (vlan99) have no problems.
My config:
config.rsc (5.16 KB)
Diagram with my problem

Drop invalid forward FW rule:
9 ;;; drop invalid
chain=forward action=drop connection-state=invalid log=no log-prefix="invalid"
Log:
17:56:28 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK), 192.168.99.243:65375->10.0.10.3:8080, len 52
17:56:28 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131
17:56:28 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131
17:56:29 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131
17:56:29 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131
17:56:29 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131
17:56:29 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK), 192.168.99.243:65375->10.0.10.3:8080, len 52
17:56:30 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131
17:56:30 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131
17:56:31 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK), 192.168.99.243:65375->10.0.10.3:8080, len 52
17:56:32 firewall,info invalid forward: in:BASE_VLAN out:HOME_LAB_VLAN, src-mac 30:xx:xx:xx:xx:xx, proto TCP (ACK,PSH), 192.168.99.243:65375->10.0.10.3:8080, len 131


