Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 2nd, 2012  |  syntax: None  |  size: 0.25 KB  |  hits: 19  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. # /etc/default/tftpd-hpa
  2.  
  3. TFTP_USERNAME="tftp"                    #Diese Zeilen
  4. TFTP_DIRECTORY="/var/lib/tftpboot"      #würde ich
  5. TFTP_ADDRESS="0.0.0.0:69"               #auskommentieren…
  6. TFTP_OPTIONS="--secure"                 #…die auch…
  7.  
  8. RUN_DAEMON="yes"
  9. OPTIONS="-l -s /var/lib/tftpboot"