Hello
Im not too sure whether this thread should be placed in the network forum, but here goes:
When running an X server on 172.16.0.5:
And trying to connect an xterm to it from 172.16.0.2:
Code:
$ xterm -display 172.16.0.5:1
Xlib: connection to "172.16.0.5:1.0" refused by server
Xlib: No protocol specified
It fails because it is rejected by the X server. Xserver log:
Code:
AUDIT: Sat Aug 27 17:34:45 2005: 3681 X: client 1 rejected from IP 172.16.0.2
How can this be? And what file should I edit to get it to work?
BTW: All this might be caused by the fact that I was fiddling around endlessly trying to get xdm+xdmcp working. It still isn't, I can't even login from localhost via xdm!
I think the above problem should be fixed before attampting to fix xdm, is this true?