I've used two approaches in the past.

1. Log into the alpha system with ssh. ssh should modify your DISPLAY
variable to something like alpha:10 (as long as you don't modify it in
your .profile,...) Run your X app. ssh has permission to draw on your
DISPLAY, so you don't need to open the system with xhost or transfer the
xauth cookies.

2. I've done this on some router hardware, but I haven't tried IP-Masq.
Direct a particular port from outside the router to a particular IP
address. I think X is something like port 6000 or 6001. If you direct
incoming connections to your masq server port 6000 to the .10 machine
you may be able to get X working. You set the display on the alpha to
the masq_server:0. If you need more machines running X through the
firewall, direct the next port to another machine. i.e. port 6001 to .11
machine and set the display to masq_server:1.

I recommend the ssh approach.

On Fri, Sep 04, 1998 at 02:11:16PM -0300, Mario Olimpio de Menezes wrote:
> 
> Hi,
> 
> 
>       I'm having troubles trying to run remote X applications under a
> IP-Masquerading system. The situation is the following:
> 
> Linux-Box------Linux-Server w/ IP-Masq.------DEC alpha
> 192.168.9.10      valid IP                     valid IP
> 
> 
>       I would like to run an appl. in DEC alpha cpu and export the
> display to Linux Box, passing thru the masq. 
>       How can I tell the DEC alpha that it should export the display to
> the Linux Box? 
>       Is this possible?
>       Any help, please?

-- 
Lee Bradshaw                 [EMAIL PROTECTED] (preferred)
Alantro Communications       [EMAIL PROTECTED]

Reply via email to