Dear all,
I'm trying to connect to Linux Server with OS RHEL 7.1 from a windows 7 laptop
I've checked from the redhat server that X11 is enabed
/etc/ssh/sshd_config
my ipconfig yields the following result:
Code:
C:\Users\wojciech>ipconfig /all | find "IPv4"
IPv4 Address. . . . . . . . . . . : 10.60.100.217(Preferred)
IPv4 Address. . . . . . . . . . . : 10.200.0.20(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.84.116(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.56.1(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.244.1(Preferred)
IPv4 Address. . . . . . . . . . . : 192.168.157.1(Preferred)
I've done a netstat -a
Code:
C:\Users\wojciech>netstat -n
Active Connections
Proto Local Address Foreign Address State
TCP 10.60.100.217:51125 216.58.213.227:443 ESTABLISHED
TCP 10.60.100.217:51130 173.194.113.100:443 ESTABLISHED
TCP 10.60.100.217:51133 80.157.150.237:80 ESTABLISHED
TCP 10.60.100.217:51134 80.157.150.237:80 ESTABLISHED
TCP 10.60.100.217:51135 80.157.150.237:80 ESTABLISHED
TCP 10.60.100.217:51136 80.157.150.237:80 ESTABLISHED
....
TCP 10.200.0.20:50497 192.168.8.40:22 ESTABLISHED
TCP 10.200.0.20:50794 192.168.8.40:22 ESTABLISHED
TCP 10.200.0.20:50834 192.168.8.40:22 ESTABLISHED
TCP 127.0.0.1:6000 127.0.0.1:50140 ESTABLISHED
The redhat server ip is 192.168.8.40
based on the 7 answers found in
http://stackoverflow.com/questions/4...ver-over-a-vpn,
Quote:
If there's no VPNIP:6000 it may be binding only to your localIP or even 127.0.0.1. That will probably not work over the VPN.
|
How should I make the graphical display on the redhat server to appear on my laptop?
no matter what DISPLAY I export it still fails,
thanks in advance!