static ip routes and how they work? [7:4077]

2001-05-10 Thread beth shriver
Hello, I have a quick question about ip routes and how they work , if i have the following: ip route 0.0.0.0 0.0.0.0 155.1.8.222 ip route 0.0.0.0 0.0.0.0 150.5.11.11 ip route 204.0.0.0 0.0.0.0 150.3.53.3 and then tryp to ping 204.167.*.* what route would this take and why? the reason i ask is

Re: static ip routes and how they work? [7:4077]

2001-05-10 Thread Neil Schneider
I'm sure someone will correct me if i am wrong, but i am pretty sure your ping will use the 150.3.53.3 next hop. 204.0.0.0 is a longer match to 204.167.*.* than the default 0.0.0.0 so it will be used first. Neil Schneider ""beth shriver"" wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTE

Re: static ip routes and how they work? [7:4077]

2001-05-10 Thread Brian
On Thu, 10 May 2001, beth shriver wrote: > Hello, I have a quick question about ip routes and how > they work , if i have the following: > > ip route 0.0.0.0 0.0.0.0 155.1.8.222 > ip route 0.0.0.0 0.0.0.0 150.5.11.11 > ip route 204.0.0.0 0.0.0.0 150.3.53.3 > > and then tryp to ping 204.167.*.* w

RE: static ip routes and how they work? [7:4077]

2001-05-10 Thread Chuck Larrieu
0, 2001 2:26 PM To: [EMAIL PROTECTED] Subject: static ip routes and how they work? [7:4077] Hello, I have a quick question about ip routes and how they work , if i have the following: ip route 0.0.0.0 0.0.0.0 155.1.8.222 ip route 0.0.0.0 0.0.0.0 150.5.11.11 ip route 204.0.0.0 0.0.0.0 150.3.5

Re: static ip routes and how they work? [7:4077]

2001-05-10 Thread Brian
On Thu, 10 May 2001, Brian wrote: > On Thu, 10 May 2001, beth shriver wrote: > > > Hello, I have a quick question about ip routes and how > > they work , if i have the following: > > > > ip route 0.0.0.0 0.0.0.0 155.1.8.222 > > ip route 0.0.0.0 0.0.0.0 150.5.11.11 > > ip route 204.0.0.0 0.0.0.0 1

Re: static ip routes and how they work? [7:4077]

2001-05-11 Thread Stephen Skinner
t;From: "beth shriver" >Reply-To: "beth shriver" >To: [EMAIL PROTECTED] >Subject: static ip routes and how they work? [7:4077] >Date: Thu, 10 May 2001 17:25:42 -0400 > >Hello, I have a quick question about ip routes and how >they work , if i have the follow

RE: static ip routes and how they work? [7:4077]

2001-05-11 Thread Hire, Ejay
message:>Host part of desstination is non-zero. Ejay Hire -Original Message- From: beth shriver [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 5:26 PM To: [EMAIL PROTECTED] Subject: static ip routes and how they work? [7:4077] Hello, I have a quick question about ip routes

RE: static ip routes and how they work? [7:4077]

2001-05-11 Thread Rauch, Mike
the Titanic was built by professionals, The ARC was built by amateurs." -Original Message- From: Brian [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 10, 2001 6:03 PM To: [EMAIL PROTECTED] Subject: Re: static ip routes and how they work? [7:4077] On Thu, 10 May 2001, beth shriver wrote