LinuxQuestions.org
Help answer threads with 0 replies.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 05-05-2005, 03:48 PM   #1
retiem
Member
 
Registered: Jul 2003
Location: Hamburg, Germany
Distribution: KDE neon, Ubuntu server
Posts: 80

Rep: Reputation: 15
configuring TFTPD (Kubuntu 5.04)


Hi folks,
OK, I installed tftpd in my kubuntu Desktop. I believe it is running under inetd (default option), not as a daemon.
Now, how do I configure it?
Has anyone gone thru this? Maybe someone running Debian?
Thanks.
 
Old 05-05-2005, 05:27 PM   #2
acid_kewpie
Moderator
 
Registered: Jun 2001
Location: UK
Distribution: Gentoo, RHEL, Fedora, Centos
Posts: 43,417

Rep: Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984Reputation: 1984
the point of tftp is that there's virtually nothign to configure. assuming it IS inetd (still not xinetd?) then there will be default details in /etc/inetd.conf i assume.

My xinetd equivalent is:
Code:
service tftp
{
        socket_type             = dgram
        protocol                = udp
        wait                    = yes
        user                    = root
        server                  = /usr/sbin/in.tftpd
        server_args             = -s /home/netboot
        only_from               = 192.168.0.0/28
        disable                 = no
        per_source              = 11
        cps                     = 100 2
        flags                   = IPv4
}
and all i added here was the only_from entry and change the server_args entry to change the base location.
 
Old 05-06-2005, 08:24 AM   #3
retiem
Member
 
Registered: Jul 2003
Location: Hamburg, Germany
Distribution: KDE neon, Ubuntu server
Posts: 80

Original Poster
Rep: Reputation: 15
hmmm... I don't think xinetd is installed. In fact, /etc/xinetd.conf doesn't exist.
And my /etc/inetd.conf file shows nothing about tftpd.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
Installing kubuntu on ubuntu with kubuntu CD coolblue Ubuntu 6 06-30-2008 10:53 AM
debian tftpd JJX Linux - Distributions 4 01-04-2006 12:31 PM
Used ndiswrapper, but stuck at configuring - Kubuntu Motley Phule Linux - Wireless Networking 6 12-16-2005 01:08 AM
Installing kubuntu on ubuntu with kubuntu CD coolblue Linux - Newbie 1 07-12-2005 01:22 PM
tftpd (weird problem?) rewt Linux - Software 5 05-09-2003 02:16 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 04:45 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