I have an ULTRA 1 with Solaris 2.8, and a x86 with Debian Linux. They
connected with ethernet. I wnat to use my debian box (as a workstation)
to display programs running on the ULTRA. I issued the xhost + command
at my debian X server, and the X clients from my ULTRA can not connect
to my debian system (acces denied). The DISPLAY variable is set
correctly, like export DISPLAY=debianip:0.0
What I'm missing?
--
Leva
__
Email: levente...@cern.ch
Home Page: http://web.interware.hu/leva
Public key: http://web.interware.hu/leva/CERN/public_key
________________________________________
/"\
\ / ASCII Ribbon Campaign
X against HTML email & vCards
/ \ http://arc.pasp.de/
Have Fun, & Linux! 73 for all by HA5OGL.
This message was generated by Sylpheed.
Many Linux distros these days ship with "-nolisten tcp" in their X
server command line options to prevent remote access. (And if those
machines are connected to the internet, be thankful they did this when
you did "xhost +".) Check with ps on the Linux box to see if you can
see the flags the X server was started with, or netstat -an to see if
it's listening on port 6000.
--
________________________________________________________________________
Alan Coopersmith al...@alum.calberkeley.org
http://www.CSUA.Berkeley.EDU/~alanc/ aka: Alan.Coo...@Sun.COM
Working for, but definitely not speaking for, Sun Microsystems, Inc.
> Levente KOVACS <Levente...@cern.ch> writes in comp.unix.solaris:
> |I have an ULTRA 1 with Solaris 2.8, and a x86 with Debian Linux. They
> |connected with ethernet. I wnat to use my debian box (as a workstation)
> |to display programs running on the ULTRA. I issued the xhost + command
> |at my debian X server, and the X clients from my ULTRA can not connect
> |to my debian system (acces denied). The DISPLAY variable is set
> |correctly, like export DISPLAY=debianip:0.0
>
> Many Linux distros these days ship with "-nolisten tcp" in their X
> server command line options to prevent remote access.
Wouldn't that result in a "Connection refused" error rather than "Access
denied"?
The error he's getting makes me think that xauth may be enabled on the
server.
--
Barry Margolin, bar...@alum.mit.edu
Arlington, MA
*** PLEASE post questions in newsgroups, not directly to me ***