All Boards TFTP on OpenSuse

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

All Boards TFTP on OpenSuse

All Boards TFTP on OpenSuse

For OpenSuse Users:


  • Open a terminal as root
    • Edit tftp file

# vi /etc/xinetd.d/tftp

  • Change the disable to no:

service tftp

{

  socket_type = dgram

  protocol = udp

  wait = yes

  user = root

  server = /usr/sbin/in.tftpd

  server_args = -s /tftpboot

  disable = no

}

Tags (2)
No ratings
Version history
Last update:
‎07-30-2012 02:11 PM
Updated by: