Shortest Distance Between Two Lines, Parallel Edition

Find the shortest distance between the following two lines in R3\mathbb{R}^3:
L1={x=1+2ty=3tz=2+3t,L2={14t2+2t6tL_1 = \begin{cases} x = 1+2t \\ y = 3-t \\ z = 2+3t \end{cases}, L_2 = \begin{cases} 1-4t \\ 2+2t \\ -6t \end{cases}

More Distances Questions: