[SOLVED] Network connectivity issue with Linux VLAN

AndyKosh

New Member
Nov 10, 2025
14
2
3
I've configured a dedicated network for NFS on all my 3 nodes. I've bonded 2 interfaces that allows NFS VLAN (1921), added it to a dedicated bridge/switch. Then configured LINUX VLAN added the bond & configured NFS client IP. Using extended ping all the 3 nodes are able to ping each others NFS IP address. But not able to ping any other devises on different vlans. I know that only single default gateway will be configured per node. Am I missing anything in my configuration?
 

Attachments

  • NFS.png
    NFS.png
    101.9 KB · Views: 1
  • nfs1.png
    nfs1.png
    92.9 KB · Views: 1
Sorry, I resolved the issue. In newly created sub interface for NFS vlan, changed vlan raw devise from bond to vmbr2 on all the nodes. Now they can ping other networks.