Author
|
Topic: enabling tftp Server
|
|
Dan
Member
Member # 106
|
posted October 11, 2001 03:42 PM
I've never run a tftpd server before but I just did a quick `man -k tftp`. Do that, then look at the man page for tftpd. There it explains most everything.vi /etc/inetd.conf and uncomment the tftpd line, adding `-s ` to the command. This changes the root directory to the second argument: `/private/tftpboot`... which is the directory that it uses. After this, you probably have to do a kill -HUP on inetd to get it to read in the inetd.conf changes. I'm curious, if you don't mind me asking, what you're going to use it for. I believe it was originally designed for diskless workstations that need to copy an image on startup or something. -------------------- Dan
Posts: 27 | Registered: Sep 2001
| IP: Logged
|
|
|
|
|
|
|