Dear Ashish On Thu, 2009-08-13 at 17:27 -0700, Raman.P wrote: > > --- On Fri, 14/8/09, Ashish Verma <[email protected]> wrote: > > > > > I am trying to setup a pxe server, however the client > > always throws the file > > not found error, I have tried many config changes, however > > to no avail. I > > have attached the various outputs. Based on the tcpdump it > > seems that the > > client is able to make tftp connection and the path to the > > pxelinux.0 file > > is also taken correctly. Then which is the file that the > > client is unable to > > find. Please advice. > > # and to start the installation > > process for some operating systems. > > service tftp > > { > > disable = no > > socket_type > > = dgram > > protocol > > = udp > > wait > > = yes > > user > > = root > > server > > = /usr/sbin/in.tftpd > > server_args > > = -c -s /var/lib/tftpboot > }
Your server argument points to '/var/lib/tftpboot' but the filename given in dhcpd.conf points to '/tftpboot'. Both are conflicting Thanks baskar _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
