Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

Version 1 Next »

View TFTP requests from phones

Prerequisites

Procedure

  • Tail syslog and only look at messages from in.tftpd

tail -f /var/log/messages | grep in.tftpd
  • If any TFTP log events have occurred in the last 10 messages in /var/log/messages, they will be displayed

  • New messages will be displayed as they are logged

  • Reboot a phone and watch for TFTP requests

  • Press Control-C to return to the shell prompt

  • No labels