On 2019/12/24 02:26, Dave Howorth wrote:
Anyway, it was solved a couple of days ago. Thanks anyway.
It's a workaround, not really a solution. I was going to ask are you sure your remote device is accepting traffic (is listening) for X11? I.e. is there a firewall in place? Same on the machine running xeyes -- is there a firewall in place that might be blocking outgoing X11 traffic? Seem like you missed trying basic network connectivity stuff, like DISPLAY=192.168.1.22:0.0 xeyes can the remote system ping your remote system? if you look at netstat (linux args -tln), bsdish cygwin args : -an I piped output into |grep ':60..' to find the X11 port. when something is listening, you'd see: TCP 0.0.0.0:6000 0.0.0.0:0 LISTENING or connected: TCP 192.168.3.12:6000 192.168.3.1:33722 ESTABLISHED TCP 192.168.3.12:6000 192.168.3.1:35116 ESTABLISHED Main thing -- is something 'LISTENING' on port 6000. Anyway, a bit late now, but X is generally a good thing to have running apart from a VNC/VPN. Glad you got it working for you. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org