We need to find the point(s) where the normal vector is parallel to the vector $\langle 2, 1 \rangle$. That could only occur when the tangent at that point is normal to the vector $\langle 2,1 \rangle $ because the normal and tangent make $90$ degrees.
We have $r(t)=\langle \ln (t^2+1), \ln (t^4+1) \rangle$.
So ,taking the derivative, the tangents are given by:
$$\langle \frac{2t}{t^2+1}, \frac{4t^3}{t^4+1} \rangle$$
We need the dot product of this and $\langle 2,1 \rangle $ to be $0$. That is only possible when,
$$2(2t)+1(4t^3)=0$$
$$t(t^2+1)=0$$
So $t=0$ is gives the only possible tangent that may work. This gives tangent $<2,4>$ and hence a normal vector $c<-4,2>$ which is clearly not parallel to $<2,1>$. So there is no such normal.