Seitenhierarchie

Suche

Versionen im Vergleich

Schlüssel

  • Diese Zeile wurde hinzugefügt.
  • Diese Zeile wurde entfernt.
  • Formatierung wurde geändert.

...

To perform a TCPdump on the STARFACE, the following steps must be performed:

  1. Connect via ssh to STARFACE
  2. Login with the root user (see also "Password for the root userRoot User")
  3. Enter the TCPdump command and confirm with the Enter key
  4. Wait for the error to be recorded
  5. Stop the TCPdump

Hinweis

Note: In many fault scenarios (e.g., audio problems), the "nohup tcpdump -w dump.pcap -s0 -vv -C50M -Zroot &" command (without the quotation marks) can be used to record the stream of data needed for analysis and to write it to a file.

The following parameters allow further specification of the TCPdump command:

...

The output of the TCPdump on the monitor or a TCPdump process not moved to the background can be ended with the key combination "CTRL + C". A TCPdump running in the background can be stopped with the following command:

killall tcpdump

To analyze the created dump files it is recommended to copy them to a local computer via sFTP and open them there with the program "Wireshark".
Hinweis

Note: A server or service restart of the  the STARFACE also terminates all TCPdump processes that have been moved to the background.

...