Your approach seems to start well. I am assuming you consider $1\leq x_2 \leq 4$ and that you have five variables (was $x_6$ here from the beginning?)
What I would advise is to build a "tree" (consider disjonctive cases) of what would have been possible without these constraints. Here, I consider first the cases on $x_2$ and then on $x_1$
The number of solutions you would have had for $x_1=4$ and $1 \leq x_2 \leq 4$ is $\binom{3}{2}+4$ ($4$ more for the solutions where one of the other variables is equal to 2, and the first term for the case where two of them are equal to one).
The number of solutions you would have had for $x_1=5$ and $1 \leq x_2 \leq 4$ is $1$
The number of solutions you would have had for $x_1=6$ and $1 \leq x_2 \leq 4$ is $0$
The number of solutions you would have had for $x_2=0$ is $4^6$
The number of solutions you would have had for $x_2=5$ is $4$
The number of solutions you would have had for $x_2=6$ is $1$
Can you finish?