![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| AIX AIX is IBM's industry-leading UNIX operating system that meets the demands of applications that businesses rely upon in today's marketplace. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| running command remotely to populate local variable | hcclnoodles | Shell Programming and Scripting | 3 | 11-20-2008 11:02 AM |
| Running UNIX commands remotely in Windows box from Unix box – avoid entering password | D.kalpana | UNIX for Dummies Questions & Answers | 1 | 04-20-2007 05:24 AM |
| Problem in mozilla running. | balarajum | HP-UX | 3 | 03-21-2007 09:32 AM |
| Running an Interactive Program Remotely | Terrible | Shell Programming and Scripting | 3 | 10-19-2006 11:48 PM |
| running commands with remotely with Telnet | Terrible | Shell Programming and Scripting | 2 | 06-27-2006 04:47 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Mozilla running remotely
We have a server that has CDE and Mozilla installed on it. I have a develpoer who want to have an application start Mozilla locally on the AIX server (which has no video card) or wants Mozilla running on the server at all times. Can anybody tell me if this is at all possible? If so how and if not why. I don't think it but wanted to verify.
|
|
||||
|
he has to install an xserver emulator on windows,
then ssh/telnet/rlogin to the aix-machine run Code:
export DISPLAY=hisdesktopip:0 and then start mozilla mozilla should open on his local xserver on windows I used cygwin for this, as long as I used windows just open a shell in cygwin and start the xserver with "startx" if on linux, the xsession can be tunneld over ssh login to the server using Code:
ssh -X aixhost in /etc/ssh/sshd_config: Code:
#X11Forwarding no X11Forwarding yes Code:
stopsrc -s sshd startsrc -s sshd if ssh is not available, he can forward his ip adress as described above, and has to run Code:
xhost +aixip to allow the remote X11 connection to his local xserver there should be a way to tunnel the xsession over ssh on windows too, but I havent spent time in this yet the other question is, what is he trying to do with the aix mozilla? if there is an webserver running on the aix-system, then it should be accessible from his local desktop browser too if you have a firewall between aix-server and his desktop, then the simple X11 forwarding will not work, you need to activate port 6000 on the firewall for his desktop ip |
|
||||
|
Quote:
If the router in question has some gateway/firewall (which is a Layer-4-device) functionality, then what garethr has said applies. If you want to avoid tunneling then, yes, you would have to configure the router accordingly. bakunin |
![]() |
| Bookmarks |
| Tags |
| networking, xwindows |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|