Re: Question

2009-04-03 Thread pk
On Friday 3 April 2009 03:33, Brandon F wrote:

> When I do traceroute in bash I am always getting
> 12-215-11-193.client.mchsi.com as the third or fourth site. I want to know
> how to clear this from my route list. So it will bounce off of a differant
> site. Thank you.

traceroute | sed '/12-215-11-193\.client\.mchsi\.com/d'

(won't bounce off a different site, though :)



Re: Question

2009-04-03 Thread Bob Proulx
Brandon F wrote:
> When I do traceroute in bash I am always getting
> 12-215-11-193.client.mchsi.com as the third or fourth site. I want to know
> how to clear this from my route list. So it will bounce off of a differant
> site. Thank you.

Bash is running the program traceroute for you.  Having successfully
run that program bash is operating correctly.  This is not a bug in
bash and the bash bug list can't help you further.

The traceroute program that you invoked using bash is reporting the
routing that your ISP has arranged between one place and another.
That routing is not under the control of traceroute (and certainly has
nothing to do with bash) and is totally under the control of the
networking provided either by your ISP or by network providers
contracted by your ISP.

If you have questions concerning your network routing then you need to
talk with your ISP.

Bob




Re: Question

2009-04-03 Thread Mike Frysinger
On Thursday 02 April 2009 21:33:40 Brandon F wrote:
> When I do traceroute in bash

traceroute is not part of bash

> I am always getting
> 12-215-11-193.client.mchsi.com as the third or fourth site. I want to know
> how to clear this from my route list. So it will bounce off of a differant
> site.

use a different ISP
-mike


signature.asc
Description: This is a digitally signed message part.