Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

tftp server

Status
Not open for further replies.

gpetrom

Technical User
Jan 12, 2005
47
Hi
I am using suse linux 9.0 and i have installed tftp server
when am i trying to connect i get connection refused
Firewall is turned off and the service is enable
Why is that?
Thank you in advanced
 
how are you trying to get access to your tftp access? as:

1. ftp your_host
2. tftp your_host

?
 
hmmm.. that's the problem, tftp is not the same as ftp:

* tftp doesn't need user and password.
* tftp uses UDP on port 69, ftp uses port 21

if you want to access your tftp server you need tftp client.

(Debian/Ubuntu? apt-get install tftp-hpa)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top