Quote from: JeGr on March 28, 2023, 12:16:13 PM
As per the ICMP: do you have another rule on Floating or the interface they are originating that has the WAN interface enforced as Gateway? I don't suppose so but let's just check.
Ah, that was it! Thanks so much!
I had a rule on VLAN A that specified WAN_DHCP as the Gateway to allow VLAN A hosts to access the Internet.
If I move the WAN_DHCP rule to the end, pings from VLAN A can reach VLAN B.
I didn't realize that the firewall rules could influence packet routing.
Instead, I've created an alias for internal_networks with Content 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16. Then, I created a rule on VLAN A that's:
Protocol: IPv4
Source: any
Destination: internal_networks (invert)
Gateway: any
That seems like it's a less messy way of allowing Internet access on VLAN A.