How to add Zerotier interface to a VRF in Ubuntu

In diagram below, I wanted to place eth1 and zt0 interfaces in a different vrf, so that the server will continue to use eth0 for normal management purpose, while data forwarding happens within vrf. is this possible? When I added zt0 interface into vrf, it always gives error.

                               
                               
                ┌─────────┐    
                │         │    
                │  Remote │    
                │  Server │    
   ┌───────┐    └────┬────┘    
   │Gateway│         │         
   │to INET│         │         
   └───┬───┘       BGP Peer    
       │             │         
       │             │         
   ┌───┴─────────────┴────┐    
   │ eth0          zt0    │    
   │          vrf         │    
   │              eth1    │    
   └─────────────────┬────┘    
                     │         
                     │         
                 ┌───┴────┐    
                 │        │    
                 │ Client │    
                 │        │    
                 └────────┘    
                               
                               

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.