Hi,
my system is running Suse Linux 10.1.
I want to use my system to export a remote display.
I have disabled suse firewall:
linux:~ # /sbin/SuSEfirewall2 status
SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled.
SuSEfirewall2: SuSEfirewall2 not active
I have added also these entries in /etc/sysconfig/displaymanager:
DISPLAYMANAGER_REMOTE_ACCESS="yes"
DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="yes"
Then I restarted X11.
If I run nmap on my system I see:
linux:~ # nmap localhost
Starting Nmap 4.00 ( ) at 2006-07-18 16:33 CEST
Interesting ports on localhost (127.0.0.1):
(The 1669 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp open ssh
631/tcp open ipp
6000/tcp open X11
Nmap finished: 1 IP address (1 host up) scanned in 0.190 seconds
But if I run nmap from another server I don't see X11.
And if I try to run any x application remotely, eg. xclock, I recieve error:
Error: Can't open display: ip
Of course on my system I run xhost +
Please advice, thanks
Tarek
my system is running Suse Linux 10.1.
I want to use my system to export a remote display.
I have disabled suse firewall:
linux:~ # /sbin/SuSEfirewall2 status
SuSEfirewall2: Warning: ip6tables does not support state matching. Extended IPv6 support disabled.
SuSEfirewall2: SuSEfirewall2 not active
I have added also these entries in /etc/sysconfig/displaymanager:
DISPLAYMANAGER_REMOTE_ACCESS="yes"
DISPLAYMANAGER_XSERVER_TCP_PORT_6000_OPEN="yes"
Then I restarted X11.
If I run nmap on my system I see:
linux:~ # nmap localhost
Starting Nmap 4.00 ( ) at 2006-07-18 16:33 CEST
Interesting ports on localhost (127.0.0.1):
(The 1669 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
22/tcp open ssh
631/tcp open ipp
6000/tcp open X11
Nmap finished: 1 IP address (1 host up) scanned in 0.190 seconds
But if I run nmap from another server I don't see X11.
And if I try to run any x application remotely, eg. xclock, I recieve error:
Error: Can't open display: ip
Of course on my system I run xhost +
Please advice, thanks
Tarek