On Thu, 2006-03-02 at 13:49, Chris Norman wrote: > I'll show you how I found out, it's a useful method (not rocket science, I'm > rubbish with this kind of thing), then you'll be able to figure out if it's > running or not. > > I used: > yum -y install tftp-server > > Then I did: > nmap -sS 127.0.0.1 > Which was stupid as in the tftp file in xinetd.d it said it was udp, so > nothing showed up. So I gave it > > nmap -sU 127.0.0.1 > > This showed tftpd on port 69. I have a tftp server running. Maybe it's a bit > long winded, but it works for me! :D > If you "yum install tftp" you'll get a tftp client that you can use to test or access your server. -- Les Mikesell lesmikesell@xxxxxxxxx