Just noticed that VDSM creates these 2 files ,which should do the routing
[root@node01 network-scripts]# cat rule-vmtraffic
# Generated by VDSM version 4.19.10.1-1.el7.centos
from
192.168.192.0/24 table 3232284815
from all to
192.168.192.0/24 dev vmtraffic table 3232284815
[root@node01 network-scripts]# cat route-vmtraffic
# Generated by VDSM version 4.19.10.1-1.el7.centos
0.0.0.0/0 via 192.168.192.2 dev vmtraffic table 3232284815
192.168.192.0/24 via 192.168.192.143 dev vmtraffic table 3232284815
[root@node01 network-scripts]#
But for some reason these are not working and i am not able to ping the internet