This tutorial shows you how to get a remote machine to display
a window on your workstation:
Here are the steps to be followed:
Also, this window will be useless since the xfwd command
ties up the window (it waits). When you are done with all your
work, type control-c in this window to kill xfwd.
NOTE: what you type in depends on which shell you are using.
NOTE:
(For Oracle, use delphi.seas.gwu.edu instead
of felix).
(Of course, if you are sitting at some other machine,
use that machine's name).
parrot% xhost +localhost
You should get this message:
localhost being added to access control list
parrot% xfwd x
You should see
Checking connection to "localhost:0"
Tell remote client to display to parrot.seas.gwu.edu:2
If you haven't already, run 'xhost +localhost'
[Proxy service is now running; press ^C to quit]
This means that the X-window server on parrot.seas.gwu.edu
is ready to receive Window commands from a remote machine.
parrot% telnet felix
felix% export DISPLAY=parrot.seas.gwu.edu:2
felix% setenv DISPLAY parrot.seas.gwu.edu:2
felix% xterm &
or
felix% netscape &
If everything is working, you will be prompted with a small
dialog box to see if you want to allow the window to be brought up.
After clicking on yes, you should see the window.