Hi,
I was wondering if I could get some assistance with setting up a tftp server on SME 7. I've tried installing both the tftp and atftp contribs (not at the same time

), but I've been unable to get it working. (backing up cisco config to the tftp dir)
If I run "netstat -l -u | grep tftp" I get nothing returned.
If I run " ps -aux" I get "root 2663 0.0 0.0 20 20 ? Ss Nov29 0:09 runsv tftpd"
I also changed the permissions on the tftpboot dir to 777
In /etc/xinetd.d I have two files, "tftp" and "tftp.rpmsave"
The content of both is :
----------------
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = root
server = /usr/sbin/in.tftpd
server_args = -s /tftpboot
disable =no
per_source = 11
cps = 100 2
flags = IPv4
}
-----------------
I'm not sure what I can do to troubleshoot it, does anyone have any ideas?
Much appreciated,
Josh