I have 2 VLAN on my Qhora 322 :
VLAN1 : 192.168.20.0/24
VLAN2 : 192.168.30.0/24
How can I do to access VLAN2 from VLAN1 ?
I’ve tried to add a static route, but it seems to conflict with VLAN configuration. IPv4 firewall is disabled.
I have 2 VLAN on my Qhora 322 :
VLAN1 : 192.168.20.0/24
VLAN2 : 192.168.30.0/24
How can I do to access VLAN2 from VLAN1 ?
I’ve tried to add a static route, but it seems to conflict with VLAN configuration. IPv4 firewall is disabled.
Hi @dscreve , thanks for the detailed info you’ve provided
Quick clarification first: since both VLAN1 and VLAN2 are configured directly on the QHora-322, the router handles routing between them automatically — a static route isn’t needed in this setup. Adding one actually conflicts with the route the system generates on its own, which is the issue you’re running into.
When inter-VLAN traffic doesn’t pass, it’s usually one of these:
Inter-VLAN isolation may be enabled in the VLAN settings
Other security policies (Security Policy / Access Control) may still be blocking traffic, even with the IPv4 firewall off
The target device’s own firewall may be blocking connections from a different subnet
Could you help us test the following?
① Remove the static route you added
② From a VLAN1 device, ping 192.168.30.1 (VLAN2 gateway) — does it respond?
③ Then ping an actual host inside VLAN2
Share the results of these three steps and we can narrow down the cause quickly. Thank you.
Hello,
Actually this was cause by Wifi Access point that prevent VLAN communication. After testing on wired VLAN, this works fine => problem solved.
Thanks for your help.
David