MXCONNS(n) USER COMMANDS MXCONNS(n)
To use mxconns, start it up on a Unix machine at SLAC
with the DISPLAY pointing to your real X11 display,
then start all new X11 applications with their DISPLAY pointing to
mxconns's virtual display. (See the "Examples" section below.)
It's also a good idea to make sure your real display is secured by
using "xhost -".
mxconns puts up a small control window which shows all the X11 connections being relayed. Double-clicking on an active connection will close it. Closing the mxconns control window itself will close all the connections and terminate mxconns.
vesta02% mxconns -hunt -verbose &
vesta02.SLAC.Stanford.EDU:7
[The preceding line is a message from mxconns which gives
the name of the virtual display that it has created. You will need
this information to set the DISPLAY variable on ajax.]
vesta02% telnet ajax.state.edu
[login at ajax, then continue as follows]
ajax% setenv DISPLAY vesta02.slac.stanford.edu:7
ajax% xterm -name ajax &
[A dialog box will ask you to OK the connection with
ajax.state.edu.]
$ set display/create/transport=tcpip -
_$ /node=vesta02.slac.stanford.edu/server=7
You will then be able to run your X application.
set rmtdisplay=`mxconns -hunt -verbose &`
rsh ajax.state.edu "xterm -display $rmtdisplay \
< /dev/null >& /dev/null &"
[ SLAC ] [ SLAC Computer Security ]
This page last revised 27 October 1997.