tftp question


 
Thread Tools Search this Thread
Operating Systems Linux tftp question
# 1  
Old 07-27-2004
tftp question

RH 7.2

I am attempting to get tftp working but I'm having a problem. On the server, xinetd has libwrap options compiled in. I have a deny all policy in my hosts.deny file and the following entries in my hosts.allow file:

in.tftpd:.10.151.2.6



But...when I attempt to tftp from 10.151.2.6, I get the following errors in the server's /var/log/messages:

Jul 27 17:01:21 zcynsm1 xinetd[1297]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1298]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1299]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1300]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1301]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1302]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1303]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1304]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1305]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1306]: libwrap refused connection to tftp from 10.151.2.6
Jul 27 17:01:21 zcynsm1 xinetd[1282]: tftp service was deactivated because of looping
Jul 27 17:01:26 zcynsm1 in.tftpd[1217]: connection refused from 10.151.2.6


This looks like there is a problem with the /etc/hosts.allow file, bu t I cannot figure out what it is. Is in.tftpd the correct service to put in the hosts.allow file?

Any suggestions?

Thanks!!
# 2  
Old 07-27-2004
never mind....I just noticed the leading "." in the IP address in the hosts.allow file. That fixed it.
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Problem with iptables while doing tftp.

Hi all, I have a problem. I have iptables enabled in my ubuntu system on which tftp server is configured. Now when I try to do a tftpget from another ubuntu 32-bit machine, file transfer is not happening. But, when iptables are disabled, everything is fine. I heard that some ip_conntrack module... (0 Replies)
Discussion started by: sai2krishna
0 Replies

2. Solaris

Solaris 10 TFTP log

I am new to Solaris 10 and am having an issue with a Solaris 10 system, which has had the TFTP Enabled and the TFTP "root" directory created with the desired files loaded into it. What I need is to review the log for the TFTP connections or attempted connections to try and verify the get/put... (1 Reply)
Discussion started by: campbelldw
1 Replies

3. Linux

tftp will not start.

I have setup nimol on a Fedora 9 machine. Nimol is installed and correctly configured and I have a client rs6000 (43p) declared in the dhcpd.conf file. all is running correctly and tftp is installed. I am monitoring /var/log/messages when I start the 43p and see the dhcp request come in and a reply... (0 Replies)
Discussion started by: johnf
0 Replies

4. UNIX for Dummies Questions & Answers

TFTP not found

Hi, I'm trying to run the tftp client on tsch shell and I get command not found, but on bash tftp ran fine, can anyone help me on how to run it on tsch? Thanks (1 Reply)
Discussion started by: wsn
1 Replies

5. UNIX for Dummies Questions & Answers

tftp troubleshooting

Hi I am trying to do a network install of Solaris 10 08_07 onto a Sunfire T2000. I have configured all my network-boot-arguments on the client server (named sundb1). I have installed my image of Solaris on my install server (sun1). But when I try to install using # boot net -s I get the... (0 Replies)
Discussion started by: Bobby76
0 Replies

6. UNIX for Dummies Questions & Answers

enabling TFTP

ive been trying to enable a tftp service on a unix box using the command atftpd --daemon but when i scan the open ports using nmap it doesnt show that port 21 as up does anyone know the reason... ive tried /etc/init.d/atftpd start , it didnt work if i type atftpd by it self it gives me a set... (2 Replies)
Discussion started by: ratamahatta
2 Replies

7. UNIX for Dummies Questions & Answers

Tftp

Is it possible to copy files between two computers with TFTP.And how? (1 Reply)
Discussion started by: bericica
1 Replies

8. IP Networking

TFTP question

I have been hearing that this protocol offers faster throughput rate than FTP, is it true? If so, are there any compromise in reliability on data being sent? How do I set up a TFTP transfer instead of a FTP to download? Thanks (3 Replies)
Discussion started by: ho_k
3 Replies

9. UNIX for Dummies Questions & Answers

bootp/tftp

Hi, Setting up print queue, using SMIT on AIX And I have an option saying do I wish to make this a BOOTP/TFTP server. What exactly does this do? Thanks (3 Replies)
Discussion started by: maverick
3 Replies

10. UNIX for Dummies Questions & Answers

TFTP setup

ok, I configured inetd.conf so that the tftp string is not commented out, but I cannot get the process to start. I'm running Solaris 5.8 and need some help. Cabletron said that it's process is 3485, i tried to kill it, it's the wrong process. I started inetd again and still can't kill it. i... (15 Replies)
Discussion started by: veitcha
15 Replies
Login or Register to Ask a Question