tfpd/in.tftpd problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Yesterday I installed rawhide and installed tftpd.
When anther computer tries to access a file in /tftpboot
my computer returns a packet that wireshark interprets as:

"Destination unreachable (Host administratively prohibited)"

And the requesting computer just retires the request.
I've turned off the firewall and set selinux management
to permissive to see if that helped, nope.

Here is xinetd.d/tftp which points at /tftpboot and runs in.tfptd as root

[wink@hpzv5k xinetd.d]$ cat 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
}

Here is the directory and file I'm trying to access:

[wink@hpzv5k xinetd.d]$ ls /tftpboot -dl
drwxr-xr-x 4 root root 4096 2008-04-09 11:07 /tftpboot
[wink@hpzv5k xinetd.d]$ cd /tftpboot
[wink@hpzv5k tftpboot]$ ls -l test1.boot
-rwxr-xr-x 1 root root 21 2008-04-09 11:07 test1.boot


Any ideas on what I'm doing wrong?

Thanks,

Wink Saville

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux