My solution:
$$2(2+t)+(-3+2t)+4(2-t)$$ $$4+2t-3+2t+8-4t$$ $$9=0$$ Contradiction, so no solutions, line and plane are parallel.
Its first time where I have such an example where equation is contradiction, I followed some example from internet and those are my next steps:
$$d(l,\pi)=\frac{|9|}{\sqrt{1+2^2+1}}=\frac{9\sqrt{6}}{6}$$
I am not sure about this method, is this distance value right? Maybe there's better way to calculate it?
Take any point on line and find length of perpendicular dropped from that point onto the plane. Let point is (2,-3,2),(t=0). So the formula for perpendicular distance is $\frac {|ax_0+by_0+cz_0+d_0|} {\sqrt{a^2+b^2+c^2}}$. Using this the distance is $\frac {|2×2+1×(-3)+4×2|} {\sqrt{2^2+1^2+4^2}}$