17 May 2009

How to set up a TFTP Server for your Cisco routers

How to set up a TFTP Server for your Cisco routers

I have same problem
root@ppin-msmunir2:/opt/tftpservermt # ./tftpserver -v
TFTP Server MultiThreaded Version 1.58 Unix Built 1580

202.46.3.71 Port 69, bind failed, Address already in use
no listening interfaces available, stopping..

root@ppin-msmunir2:/opt/tftpservermt #

I tried to know the process related with the TFTP

root@ppin-msmunir2:/opt/tftpservermt # ps -aux | grep tftp
Warning: bad syntax, perhaps a bogus ‘-’? See /usr/share/doc/procps-3.2.7/FAQ
root 26684 0.0 0.0 976196 1424 ? Ssl 06:04 0:00 ./tftpserver
root 26785 0.0 0.0 4064 752 pts/4 S+ 06:04 0:00 grep tftp
root@ppin-msmunir2:/opt/tftpservermt #


After I known, I kill the process by kill the PID :

root@ppin-msmunir2:/opt/tftpservermt # kill 26684

I run it again :
root@ppin-msmunir2:/opt/tftpservermt # ./tftpserver -v
TFTP Server MultiThreaded Version 1.58 Unix Built 1580

starting TFTP…
alias / is mapped to /home/msmunir/Download/
permitted clients: 202.46.3.72-255.255.255.224
server port range: 30000-30010
max blksize: 65464
default blksize: 512
default timeout: 3
file read allowed: Yes
file create allowed: No
file overwrite allowed: No
thread pool size: 95
listening on: 202.46.3.71:69


Don't forget to check this site.

No comments:

Post a Comment