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-

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 s

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.