Thread: Tftpd help!!!
i followed guide setting tftpd server.
http://www.davidsudjiman.info/2006/0...tpd-in-ubuntu/
first when tried start it, xinetd returned:
so tried:code:/etc/init.d/xinetd start * starting internet superserver xinetd [fail]
amazing...code:/etc/init.d/xinetd restart * stopping internet superserver xinetd [ ok ] * starting internet superserver xinetd [ ok ]
but... when run nmap remote machine, nmap returns:
when try connect host using tftp commands returned invalid except , put time out...code:interesting ports on ip.address.goes.here not shown: 997 closed ports port state service 21/tcp open ftp 22/tcp open ssh 80/tcp open http nmap done: 1 ip address (1 host up) scanned in 1.63 seconds
seems tftpd server not listening on port 69.
here /etc/xinetd.d/tftpd file
here /etc/defaults/tftp-hpacode:service tftp { protocol = udp port = 69 socket_type = dgram wait = yes user = nobody server = /usr/sbin/in.tftpd server_args = -s /cisco disable = no }
/etc/xinetd.confcode:#defaults tftpd-hpa run_daemon="yes" options="-l -s /cisco"
(i'd logging working, however, getting tftpd working first priority)code:# simple configuration file xinetd # # defaults, , include /etc/xinetd.d/ defaults { # please note need log_type line able use log_on_success # , log_on_failure. default following : log_type = syslog daemon info } includedir /etc/xinetd.d
set permissions to:
can please point me in right direction.code:chmod 777 -r /cisco
have skipped step in installing, configuring, or trouble shooting tftpd?
tya!
Forum The Ubuntu Forum Community Ubuntu Specialised Support Ubuntu Servers, Cloud and Juju Server Platforms [ubuntu] Tftpd help!!!
Ubuntu

Comments
Post a Comment