Accessing X application from remote


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users Accessing X application from remote
# 1  
Old 05-30-2006
Accessing X application from remote

Hi,

I need to access X application like xclock( running on remote solaris box) on my local windows machine.

I know we have some X-win 32 s/f.. Tried with it , but not succesfull.

Do we have any other software to access solaris X application from local windows system.

What all setups are requried both the local end & remote end.

Thanks in Advance.
# 2  
Old 05-30-2006
You can try Cygwin/X

http://x.cygwin.com/

While installing, make sure you select X11 to install.

You dont need anything extra on Solaris machine.
Start Cygwin/x on Windows machine. startx will start it. Then xhost + to disable access control
You can then do a telnet to solaris machine, set the DISPLAY to point to the Windows machine.

http://x.cygwin.com/docs/ug/cygwin-x-ug.pdf

Last edited by sssow; 05-30-2006 at 08:15 PM..
# 3  
Old 05-30-2006
I use X-Deep/32 and have been pretty happy with it so far, then I tunnel X over ssh.

Cheers
ZB
# 4  
Old 05-31-2006
U can Try with Hummingbird Exceed

U can Try with Hummingbird Exceed ,
we can configure it accordingly
# 5  
Old 05-31-2006
how do i configure x-deep/32 to allow X from solaris.
# 6  
Old 05-31-2006
Do you see any issues. I just installed it and it works fine..

After installation, I started Xserver
Did a telnet to my solaris machine and did the following
DISPLAY=<IP>:0.0
export DISPLAY

then i tried admintool and it shows up fine on Xserver
# 7  
Old 06-01-2006
vnc works good and free
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

[SSH] Accessing remote directory with user-passed path

Hi everybody, Currently, I have a script which access a remote computer via SSH, go to a folder already defined in the code and then executes a program in it, just like that: ssh user@host << EOI cd path ./file EOI It executes fine, but now I want to pass an argument in the command... (2 Replies)
Discussion started by: lgb3
2 Replies

2. UNIX for Dummies Questions & Answers

Accessing my windows Application on Ubuntu

I am sure this is simple to do but as a newbie to UNIX i don't know much. I have Ubuntu installed on my machine alongside windows 7. How do i access all the folders, files and more importantly programs and softwares installed on Windows so i can use them in Ubuntu instead of going back and... (1 Reply)
Discussion started by: pipsonian
1 Replies

3. UNIX for Dummies Questions & Answers

Looking for application that simplifies for non techie people accessing unix/linux env

Hello all I searched the net but didn't found any application that wrap ssh connection with GUI interface so that non techie people can connect to unix/linux accounts and work with files , so it will looks like there familiar Microsoft windows directory structure . Please don't answer with ..... (6 Replies)
Discussion started by: umen
6 Replies

4. Solaris

Accessing global-zone installed application

Hi, Is it possible to access application installed on global-zone from a non-global zone? Is there any configuration to achieve the above requirement? Tried looking up information but unable to find. Thanks in advance. Eugene (3 Replies)
Discussion started by: srage
3 Replies

5. Solaris

Remote Access to Application

Hi All, I have an application which I wanted to install on one solaris server instead of installing it on 6 solaris servers and then users should be able to access this application via one of those 6 servers. I think NFS is one of the option. Is there any other way we can invoke this application... (6 Replies)
Discussion started by: sam101
6 Replies

6. Programming

Oracle accessing from remote host

i have installd oracle 10 on Solaris 10 now i want to access this database from remote machine. -bash-3.00$ tnsping 192.168.92.49 TNS Ping Utility for Solaris: Version 10.2.0.2.0 - Production on 17-DEC-2010 21:06:51 Copyright (c) 1997, 2005, Oracle. All rights reserved. Used parameter... (23 Replies)
Discussion started by: akhaliq22
23 Replies

7. Windows & DOS: Issues & Discussions

Application failed when remote login

I have an application (EXE file) in a Windows 2003 server. Through a DOS batch script, I called that application file using UNC path and working fine when locally login. But got failed when I tried the same batch script on remote login. The login id has been provided all the below rights: - Log on... (0 Replies)
Discussion started by: r_sethu
0 Replies

8. Red Hat

How to know which application is connecting to a remote host

From a host A an application is trying to connect to host B. From firewall side I can see packets dropped coming from host A to host B. I've access to host A: how can I know which "application" is trying to connect to host B? Thanks, Marco (3 Replies)
Discussion started by: marcopb
3 Replies

9. UNIX for Dummies Questions & Answers

Accessing a Remote Backup

I had my server crash so I am trying to access the remote backup I had to get all the data back, and I cannot for the life of me remember how to access the backup drive. I made the backups through Plesk and it seems to be locking up whenever I use it to access the backup drive. If this just is... (0 Replies)
Discussion started by: daallie
0 Replies

10. UNIX for Dummies Questions & Answers

Accessing remote machine via an enviroment variable

Hi. Is it possible to remotely access another unix box via an enviroment variable, on another machine? I am trying to create an environment variable $MIPSDATA which will point to a folder on another machine. I have setup the .rhosts file and got that working on both machines (tested via a... (4 Replies)
Discussion started by: ElCaito
4 Replies
Login or Register to Ask a Question