![]() |
|
|
|||
|
Re: Tftp server problem
On Jun 26, 7:41*am, bulli <surendra.a...@gmail.com> wrote:
> hi Experts, > I am facing some problem with tftp-server in Redhat linux > Actually we used this tftp server for IOS image coping in to routers > the problem is > actually we installed tftp-server-0.40-1 package on my Redhat linux > server > and edited /etc/xinetd.d/tftp as below > > service tftp > { > * * * * socket_type * * * * * * = dgram > * * * * protocol * * * * * * * *= udp > * * * * wait * * * * * * * * * *= yes > * * * * user * * * * * * * * * *= root > * * * * server * * * * * * * * *= /usr/sbin/in.tftpd > * * * * server_args * * * * * * = -u root -c -U 111-s /tftp/ > * * * * disable * * * * * * * * = no > * * * * per_source * * * * * * *= 11 > * * * * cps * * * * * * * * * * = 100 2 > * * * * flags * * * * * * * * * = IPv4 > > } I thoroughly researched this problem back in 2006. I don't remember the details, but I do remember the solution. Add '-r blksize' to your server_args line and restart xinetd. DS |
|
|||
|
Re: Tftp server problem
On Jun 27, 12:25*pm, David Schwartz <dav...@webmaster.com> wrote:
> On Jun 26, 7:41*am, bulli <surendra.a...@gmail.com> wrote: > > > > > hi Experts, > > I am facing some problem with tftp-server in Redhat linux > > Actually we used this tftp server for IOS image coping in to routers > > the problem is > > actually we installed tftp-server-0.40-1 package on my Redhat linux > > server > > and edited /etc/xinetd.d/tftp as below > > > service tftp > > { > > * * * * socket_type * * * * * * = dgram > > * * * * protocol * * * * * * * *= udp > > * * * * wait * * * * * * * * * *= yes > > * * * * user * * * * * * * * * *= root > > * * * * server * * * * * * * * *= /usr/sbin/in.tftpd > > * * * * server_args * * * * * * = -u root -c -U 111 -s /tftp/ > > * * * * disable * * * * * * * * = no > > * * * * per_source * * * * * * *= 11 > > * * * * cps * * * * * * * * * * = 100 2 > > * * * * flags * * * * * * * * * = IPv4 > > > } > > I thoroughly researched this problem back in 2006. I don't remember > the details, but I do remember the solution. Add '-r blksize' to your > server_args line and restart xinetd. > > DS |
|
|||
|
Re: Tftp server problem
On Jun 27, 12:25*pm, David Schwartz <dav...@webmaster.com> wrote:
> On Jun 26, 7:41*am, bulli <surendra.a...@gmail.com> wrote: > > > > > hi Experts, > > I am facing some problem with tftp-server in Redhat linux > > Actually we used this tftp server for IOS image coping in to routers > > the problem is > > actually we installed tftp-server-0.40-1 package on my Redhat linux > > server > > and edited /etc/xinetd.d/tftp as below > > > service tftp > > { > > * * * * socket_type * * * * * * = dgram > > * * * * protocol * * * * * * * *= udp > > * * * * wait * * * * * * * * * *= yes > > * * * * user * * * * * * * * * *= root > > * * * * server * * * * * * * * *= /usr/sbin/in.tftpd > > * * * * server_args * * * * * * = -u root -c -U 111 -s /tftp/ > > * * * * disable * * * * * * * * = no > > * * * * per_source * * * * * * *= 11 > > * * * * cps * * * * * * * * * * = 100 2 > > * * * * flags * * * * * * * * * = IPv4 > > > } > > I thoroughly researched this problem back in 2006. I don't remember > the details, but I do remember the solution. Add '-r blksize' to your > server_args line and restart xinetd. > > DS Hi i tried the -r blkszie option and restarted the xinetd service but still facing the same prob any other help from ur side? |
![]() |
|
| Thread Tools | Search this Thread |
| Display Modes | |
|
|