6000 + [display number]
. Normally, the display number is chosen
automatically by X upon startup, based on its configuration and additional
servers running in the computer. However, for the tests we have configured
the thinclient to always use display 0, which makes the port that needs
to be filtered with Ethereal, be 6000
.
testbed@thinclient1:~$ echo $DISPLAY :0.0If something different from
:0.0
is printed, the settings are
incorrect and need to be fixed.
testbed@thinclient1:~$ xhost +thinserv thinserv being added to access control list
testbed@thinclient1:~$ ssh thinserv
testbed@cluster08:~$ export DISPLAY=thinclient:0.0
testbed@cluster08:~$ echo $DISPLAY thinclient:0.0If the output doesn't look right, execute the command above and check again.
testbed@cluster08:~$ export DISPLAY=:0.0or something to that effect, although the easiest way would be to exit (close the terminal, logout of the console) and enter again (open another terminal, log back in). This will revert your settings to their default values.
testbed@thinclient1:~$ xhost -thinserv thinserv being removed from access control list