Vlan10 --> Vlan2010.20 --> 20.1 = ping requests received10.20 --> 20.10 = ping requests not received
action: passdirection: inprotocol: ipv4*source: *port: *destination: *port: *gateway: *
Try this to pass traffic from Vlan 10 to 20:On VLAN20 set a firewall rule:action: passinterface: VLAN20direction: intcp/ip : ipv4potocol: anysource: VLAN10 netport: *destination: VLAN20 netport: *gateway: defaultThat would be a firewall rule to incoming traffic from vlan10 to vlan20.
Quote from: cookiemonster on October 08, 2022, 11:36:30 pmTry this to pass traffic from Vlan 10 to 20:On VLAN20 set a firewall rule:action: passinterface: VLAN20direction: intcp/ip : ipv4potocol: anysource: VLAN10 netport: *destination: VLAN20 netport: *gateway: defaultThat would be a firewall rule to incoming traffic from vlan10 to vlan20.How could vlan10 ever be a source on vlan20 interface??Reverse the source and destinations.