LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   tftp server problem (https://www.linuxquestions.org/questions/linux-networking-3/tftp-server-problem-643205/)

forcedeth 05-19-2008 05:06 AM

tftp server problem
 
Hi!!
I am trying to configure a pxe network-boot server however my tftp server has a problem: i am able to get and put files locally but when i try to boot a client it times out.
I have a dual NIC setup with eth1:192.168.40.113 (internet)
eth2:10.10.1.1 (is a DHCP server in local lan)

my /etc/xinetd.d/tftp :
Code:

service tftp
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args =/tftpboot
}


output of /var/log/syslog :
Code:

May 19 20:50:06 cluster xinetd[6302]: xinetd Version 2.3.14 started with libwrap  loadavg options compiled in.
May 19 20:50:06 cluster xinetd[6302]: Started working: 1 available service
May 19 20:50:27 cluster kernel: eth2: link up.
May 19 20:50:32 cluster kernel: eth2: link down.
May 19 20:50:34 cluster kernel: eth2: link up.
May 19 20:51:03 cluster kernel: eth2: link down.
May 19 20:51:06 cluster kernel: eth2: link up.
May 19 20:51:08 cluster dhcpd: DHCPDISCOVER from 00:0c:f1:fc:fe:f5 via eth2
May 19 20:51:09 cluster dhcpd: DHCPOFFER on 10.10.1.200 to 00:0c:f1:fc:fe:f5 via  eth2
May 19 20:51:12 cluster dhcpd: DHCPREQUEST for 10.10.1.200 (10.10.1.1) from 00:0 c:f1:fc:fe:f5 via eth2
May 19 20:51:12 cluster dhcpd: DHCPACK on 10.10.1.200 to 00:0c:f1:fc:fe:f5 via e th2
May 19 20:51:12 cluster atftpd[6332]: Advanced Trivial FTP server started (0.7)
May 19 20:51:12 cluster atftpd[6332]: Serving pxelinux.bin to 10.10.1.200:2070
May 19 20:51:14 cluster atftpd[6332]: Serving pxelinux.bin to 10.10.1.200:2071
May 19 20:51:18 cluster atftpd[6332]: Serving pxelinux.bin to 10.10.1.200:2072
May 19 20:51:24 cluster atftpd[6332]: Serving pxelinux.bin to 10.10.1.200:2073
May 19 20:51:32 cluster atftpd[6332]: Serving pxelinux.bin to 10.10.1.200:2074
May 19 20:51:42 cluster atftpd[6332]: Serving pxelinux.bin to 10.10.1.200:2075
May 19 20:52:01 cluster kernel: eth2: link down.

Well i am a complete noob at this so plz help...
TIA :)

forcedeth 05-19-2008 05:24 AM

BTW i have atftpd with dhcpd3 and pxe (& syslinux)


All times are GMT -5. The time now is 05:44 PM.