Re: backing up to tftp server

2000-05-09 Thread Thomas Trygar

Francis,

Enable a routing protocol.

The simplest way is "router rip" in global configuration mode, then "network
X.X.X.X" with X being your network(s) you want to route. This is needed for the
other routers to find a path to router with tftp server attached.

Tom Trygar

"Arigo, Francis" wrote:

> I have three 2501 routers and a tftp server in one of the subnets that is
> attached
> to the e0 of one of the routers. "copy star tftp" works from the router that
> the tftp
> subnet is directly connected to, but the other two routers fail to connect.
>
> Both of the routers that failed to connect can ping the tftp server.
> Am I missing something?
>
> Thanks in advance.
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: backing up to tftp server

2000-05-09 Thread Schmendrick Dawes


--- Thomas Trygar <[EMAIL PROTECTED]> wrote:
> Francis,
> 
> Enable a routing protocol.

He must already have a routing protocol running as the
routers can ping the tftp server. I have seen this
before with the 2500's and cannot remember the solution.

__
Do You Yahoo!?
Send instant messages & get email alerts with Yahoo! Messenger.
http://im.yahoo.com/

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: backing up to tftp server

2000-05-09 Thread Chris McCoy

   A problem I commonly see is the TFTP server is a "secure" server.
Meaning it will only accept a file for upload if it already exists.  This
could be the problem if he's using the default configuration file name.  Use
'touch' and 'chmod' to create the file first, then try uploading it.

Chris M.

- Original Message -
From: "Schmendrick Dawes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 09, 2000 9:04 PM
Subject: Re: backing up to tftp server


>
> --- Thomas Trygar <[EMAIL PROTECTED]> wrote:
> > Francis,
> >
> > Enable a routing protocol.
>
> He must already have a routing protocol running as the
> routers can ping the tftp server. I have seen this
> before with the 2500's and cannot remember the solution.
>
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



RE: backing up to tftp server

2000-05-09 Thread Arigo, Francis

actually, I'm using the cheesy-but-simple Cisco TFTP server for
win9x.

I can telnet from the tftp server to the routers; the same routers
that can't connect to me via tftp.

-Original Message-
From: Chris McCoy [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, May 09, 2000 9:55 PM
To: [EMAIL PROTECTED]
Subject: Re: backing up to tftp server


   A problem I commonly see is the TFTP server is a "secure" server.
Meaning it will only accept a file for upload if it already exists.  This
could be the problem if he's using the default configuration file name.  Use
'touch' and 'chmod' to create the file first, then try uploading it.

Chris M.

- Original Message -
From: "Schmendrick Dawes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 09, 2000 9:04 PM
Subject: Re: backing up to tftp server


>
> --- Thomas Trygar <[EMAIL PROTECTED]> wrote:
> > Francis,
> >
> > Enable a routing protocol.
>
> He must already have a routing protocol running as the
> routers can ping the tftp server. I have seen this
> before with the 2500's and cannot remember the solution.
>
> __
> Do You Yahoo!?
> Send instant messages & get email alerts with Yahoo! Messenger.
> http://im.yahoo.com/
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: backing up to tftp server

2000-05-11 Thread mohammed

Do you have an Access list that is blocking TFTP ( 69 TCP,UDP)
don't forget the deny all at the end of any access list.

Mohammed.


___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]



Re: backing up to tftp server

2000-05-11 Thread Thomas Lisa

We had the same problem and resolved it by setting the default gateway on the
tftp server box to the router it was connected to.

Tom Lisa

"Arigo, Francis" wrote:

> actually, I'm using the cheesy-but-simple Cisco TFTP server for
> win9x.
>
> I can telnet from the tftp server to the routers; the same routers
> that can't connect to me via tftp.
>
> -Original Message-
> From: Chris McCoy [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, May 09, 2000 9:55 PM
> To: [EMAIL PROTECTED]
> Subject: Re: backing up to tftp server
>
>A problem I commonly see is the TFTP server is a "secure" server.
> Meaning it will only accept a file for upload if it already exists.  This
> could be the problem if he's using the default configuration file name.  Use
> 'touch' and 'chmod' to create the file first, then try uploading it.
>
> Chris M.
>
> - Original Message -
> From: "Schmendrick Dawes" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, May 09, 2000 9:04 PM
> Subject: Re: backing up to tftp server
>
> >
> > --- Thomas Trygar <[EMAIL PROTECTED]> wrote:
> > > Francis,
> > >
> > > Enable a routing protocol.
> >
> > He must already have a routing protocol running as the
> > routers can ping the tftp server. I have seen this
> > before with the 2500's and cannot remember the solution.
> >
> > __
> > Do You Yahoo!?
> > Send instant messages & get email alerts with Yahoo! Messenger.
> > http://im.yahoo.com/
> >
> > ___
> > UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> > FAQ, list archives, and subscription info: http://www.groupstudy.com
> > Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]
>
> ___
> UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
> FAQ, list archives, and subscription info: http://www.groupstudy.com
> Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

___
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]