LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 06-12-2006, 10:42 PM   #1
yhus
Member
 
Registered: May 2004
Posts: 75

Rep: Reputation: 15
check tftp server


Hello,

I've installed tftp server in FC5, but could not get files from it. How can I verify tftp server is alive?

Thank you.
 
Old 06-13-2006, 01:10 AM   #2
imagineers7
Member
 
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310

Rep: Reputation: 30
Hello yhus,


[aniruddha@shakti xinetd.d]# cat /etc/xinetd.d/tftp
# default: off
# description: The tftp server serves files using the trivial file transfer \
# protocol. The tftp protocol is often used to boot diskless \
# workstations, download configuration files to network-aware printers, \
# 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 = -s /tftpboot
per_source = 11
cps = 100 2
flags = IPv4
}




#Your /etc/xinetd.d/tftp file should look like above


And to make it really work you will have to configure dhcp server as:-(/etc/dhcpd.conf)

among other things you should ad something like:-


shared-network WORKSTATIONS {
subnet 192.168.0.0 netmask 255.255.255.0 {
range dynamic-bootp 192.168.0.100 192.168.0.200;
filename "/lts/vmlinuz-2.4.24-ltsp-4"; # Etherboot kernel
}
}



Think of this just as a hint...
 
Old 06-13-2006, 01:17 AM   #3
imagineers7
Member
 
Registered: Mar 2006
Distribution: BackTrack, RHEL, FC, CentOS, IPCop, Ubuntu, 64Studio, Elive, Dream Linux, Trix Box
Posts: 310

Rep: Reputation: 30
Hi again yhus,

You will also have to add an entry something like:-
in.tftpd: 192.168.0.

In your /etc/hosts.allow file

Have fun
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
TFTP Server mattp Linux - Software 8 01-18-2010 04:28 PM
TFTP-Server Problem tomcat22 Slackware 1 11-17-2005 02:54 PM
inteligent tftp server truthbeliever Linux - Networking 0 10-31-2005 06:57 AM
Debian Tftp Server ac402 Linux - Software 0 12-27-2003 04:10 PM
TFTP server not serving in slackware 9.1 cjdock Slackware 8 10-16-2003 01:33 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 10:40 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration