X-windows traditionally uses TCP port 6000 to listen for connections from remote client systems to display on the local X server (console). Use
netstat -na | grep 6000
to see if the server is listening on port 6000. If not, confirm the server is explicitly not listening for TCP connections.
ps -efw | grep X
/usr/X11R6/bin/X :0 -br -audit 0 -auth /var/lib/gdm/:0.Xauth -nolisten tcp vt7
Depending on your distro reconfigure the X server to listen to TCP, and log out or reboot, so the X server is restarted.
On the "Security" tab, uncheck the "Disallow TCP connection" option.
xhost +