Rotating a Rigidbody with Physics

How can I rotate a Rigidbody to face a target? Note: For networking reasons, I will be using a very low FixedUpdate rate(.1) so I need to use interpolation. Physics is the only option.

Found the answer… kinda. I’m using a NavMeshAgent to work its magic with acceleration and all that jazz.