Re: - TFTP: Time out -

2001-03-10 Thread Hyunseog Ryu
e of these we'll try again > > > > Regards > > Andy > > > > > > > -----Original Message- > > > From: [EMAIL PROTECTED] > > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Christophe > > > Varaillon > > > Sent: 06 March 20

Re: - TFTP: Time out -

2001-03-10 Thread Hyunseog Ryu
Ok. guys First, you only need one tftp configuration from /etc/inetd.conf file Either use /tftpboot or /usr/home/jcv. And killall -HUP inetd Then use following. get /c3640-i-mz.120-9.bin Remember that if you use -s /directory, actually tftp consider /directory as it's own / (root) directory. -

RE: - TFTP: Time out -

2001-03-06 Thread Jean-Christophe Varaillon
: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Christophe > > Varaillon > > Sent: 06 March 2001 16:37 > > To: Andy [TECC NOPS] > > Cc: [EMAIL PROTECTED] > > Subject: RE: - TFTP: Time out - > > > > > > It is still not working

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
ll even allow a connection. If none of these we'll try again Regards Andy > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]On Behalf Of Jean-Christophe > Varaillon > Sent: 06 March 2001 16:37 > To: Andy [TECC NOPS] > Cc: [EMAIL P

RE: - TFTP: Time out -

2001-03-06 Thread Jean-Christophe Varaillon
It is still not working between my machine and the cisco #( So, let summurize what I should fixe: === Make my FreeBSD machine as a tftp server === vi /etc/inetd.conf: -- tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -s /tftpboot tftp dgram udp wait root /usr/libexec/tftpd tftpd -l -

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
ermillion > Sent: 06 March 2001 15:26 > To: [EMAIL PROTECTED] > Subject: Re: - TFTP: Time out - > > > On Tue, Mar 06, 2001 at 01:14:19PM +, Jean-Christophe > Varaillon thus spoke: > > > % ls -l /tftpboot/c3640-i-mz.120-7.XK1.bin > > -rw-r--r-- 1 nobod

Re: - TFTP: Time out -

2001-03-06 Thread Bill Vermillion
On Tue, Mar 06, 2001 at 01:14:19PM +, Jean-Christophe Varaillon thus spoke: > % ls -l /tftpboot/c3640-i-mz.120-7.XK1.bin > -rw-r--r-- 1 nobody nobody 4991380 Mar 5 16:47 > /tftpboot/c3640-i-mz.120-7.XK1.bin > % But in the / listing there was no directory of /tftpboot. That concerns me.

RE: - TFTP: Time out -

2001-03-06 Thread Jean-Christophe Varaillon
> > -Original Message- > > From: Jean-Christophe Varaillon [mailto:[EMAIL PROTECTED]] > > Sent: 06 March 2001 13:09 > > To: Andy [TECC NOPS] > > Cc: [EMAIL PROTECTED] > > Subject: RE: - TFTP: Time out - > > > > > > > try this:- > >

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
ok, show me the results of this:- %ls -l /tftpboot/c3640-i-mz.120-7.XK1.bin Andy > -Original Message- > From: Jean-Christophe Varaillon [mailto:[EMAIL PROTECTED]] > Sent: 06 March 2001 13:09 > To: Andy [TECC NOPS] > Cc: [EMAIL PROTECTED] > Subject: RE: - TFTP: Time o

RE: - TFTP: Time out -

2001-03-06 Thread Jean-Christophe Varaillon
> try this:- > > %cd /tmp > %tftp localhost > tftp> get c3640-i-mz.120-7.XK1.bin > Received x bytes in 0.0 seconds > tftp> quit > % > > If you don't get that message, your local freebsd setup > is at fault. > Here is the trouble. --- tftp> status Connected to localhost. Mode: netascii Verbose

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
> you are missing the portion ftp://user:passwd@host.. and > > putting in ftp://host so the cisco is trying to use anon > > ftp. You should use a real account as per my last email! > > I followed your e-mail: > --- > Router#conf t > Router(config)#ip ftp username Jean > Router(config)#

RE: - TFTP: Time out -

2001-03-06 Thread Jean-Christophe Varaillon
On Tue, 6 Mar 2001, Andy [TECC NOPS] wrote: > > In in /var/log/messages I have: > > > > Concerning the FTP Methode: > > --- > > Mar 6 11:22:35 homer ftpd[20832]: ANONYMOUS FTP LOGIN REFUSED FROM > > > > Mar 6 11:51:47 homer ftpd[21090]: FTP LOGIN FAILED FROM > > , Jean > > --- > > you are mis

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
> In in /var/log/messages I have: > > Concerning the FTP Methode: > --- > Mar 6 11:22:35 homer ftpd[20832]: ANONYMOUS FTP LOGIN REFUSED FROM > > Mar 6 11:51:47 homer ftpd[21090]: FTP LOGIN FAILED FROM > , Jean > --- you are missing the portion ftp://user:passwd@host.. and putting in ftp://

RE: - TFTP: Time out -

2001-03-06 Thread Jean-Christophe Varaillon
gt; > > > router> copy ftp://user:[EMAIL PROTECTED]/config.cond startup-config > > > > > > much better than :- > > > > > > router> copy tftp startup-config > > > > > > Regard

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
doh! > Try looking in /var/log/messages for ftpd[xx] error messages. should be tftpd[xx] error messages. Should look before I type! Ak To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-net" in the body of the message

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
fig.cond startup-config > > > > much better than :- > > > > router> copy tftp startup-config > > > > Regards > > Andy > > > > > -Original Message- > > > From: [EMAIL PROTECTED] > >

RE: - TFTP: Time out -

2001-03-06 Thread Jean-Christophe Varaillon
better than :- > > router> copy tftp startup-config > > Regards > Andy > > > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Alfred Perlstein > > Sent: 05 March 2001 18:23 > > To: J

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
> -Original Message- > From: Jean-Christophe Varaillon [mailto:[EMAIL PROTECTED]] > Sent: 06 March 2001 10:57 > Subject: RE: - TFTP: Time out - > > > Hi Andy, > > Do you know if it is possible to creat a blank file on the directory > Flash: of a cisco

RE: - TFTP: Time out -

2001-03-06 Thread Andy [TECC NOPS]
gt; Cc: [EMAIL PROTECTED] > Subject: Re: - TFTP: Time out - > > > * Jean-Christophe Varaillon <[EMAIL PROTECTED]> [010305 10:17] wrote: > > > > +---+ ++ > > |FreeBSD 4.1|<->| Cisco 3640 | > > +---+ +

Re: - TFTP: Time out -

2001-03-05 Thread Alfred Perlstein
* Jean-Christophe Varaillon <[EMAIL PROTECTED]> [010305 10:17] wrote: > > +---+ ++ > |FreeBSD 4.1|<->| Cisco 3640 | > +---+ ++ > > I want to transfer a file from the FreeBSD machine to the Cisco. > My machine is configured a