Saeed42
ISP
- Jul 4, 2001
- 147
We used have TFTP server running on an old Suse machine and we decided to replace it with a new machine with Red Hat 9, now we have a small problem, the TFTP server seems to work ok with the routers but as soon as we try to backup pix configs we get the following error in the syslog "in.tftpd[9845]: tftpd: write(ack): Operation not permitted".
All the permissions are correct hence we can backup router configs on the same subnet to the server
More info
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = -sc /tftproot
per_source = 11
cps = 100 2
flags = IPv4
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is as close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
All the permissions are correct hence we can backup router configs on the same subnet to the server
More info
{
disable = no
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = -sc /tftproot
per_source = 11
cps = 100 2
flags = IPv4
}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Don't be content with being average. Average is as close to the bottom as it is to the top
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~