traceroute and routing question

2003-07-19 Thread Bret Hughes
I am working with a web site that is putting in a new server soon and was told that the co-lo they are using is about to change isps. I guess the new network is not up yet since I cannot get traceroute to even get to the point where it tries to get to a machine on the network when I try to

Re: Traceroute problem

2003-06-29 Thread Michael S. Dunsavage
That helped, thank you. On Sunday 29 June 2003 08:36 pm, you wrote: > On Sunday 29 June 2003 22:42, Michael S. Dunsavage wrote: > > Using traceroute I can't seem to get anywhere.. > > > > but on a windows box I get all the results. Any idea why? > > Try

Re: Traceroute problem

2003-06-29 Thread lsomike
On Sunday 29 June 2003 22:42, Michael S. Dunsavage wrote: > Using traceroute I can't seem to get anywhere.. > > but on a windows box I get all the results. Any idea why? > > Try using "-I" (ICMP) and see if it makes a difference. Regards, Mike Klinke

Traceroute problem

2003-06-29 Thread Michael S. Dunsavage
Using traceroute I can't seem to get anywhere.. but on a windows box I get all the results. Any idea why? On linux : [EMAIL PROTECTED] root]# traceroute www.redhat.com traceroute to www.redhat.com (66.187.232.56), 30 hops max, 38 byte packets 1 modem (192.168.254.254) 4.687 ms

Re: No traceroute from linux was Re: (no subject)

2003-03-29 Thread Chris
My apologies for the lack of a subject. It was an unintentional screwup and my "unsend" button just wouldn't retrieve the message. :) Your response pointed me in the correct direction. THANKS! I didn't know that my traceroute was using UDP vs windows' using ICMP. That

No traceroute from linux was Re: (no subject)

2003-03-29 Thread Juan Martinez
You're missing a subject on your original post. Honestly, it will help you get a response. If you can't be bothered to give your post a subject, how can you expect others to bother opening your message? Try 'traceroute -I' I had the same problem once when I was behind

Re: traceroute

2003-03-16 Thread Jeffrey Tadlock
> > > Yes the computer is connected to a network, which is > > mine, and I do have a linksys router/firewall, but I > > can do tracert from my windows box ok, but not from > > Linux. > > Apples and oranges. Most if not all Windows traceroute clients use icm

Re: traceroute

2003-03-08 Thread CM Miller
I checked under /etc/serivces and the ports 33434 and 33490 are not commented out, but I am not familiar with iptables. I have stopped iptables from booting up when the machine stops but how can I turn it all of the way off? thanks -Chris >Traceroute from linux goes on udp ports unl

RE: traceroute

2003-03-08 Thread Mihai Tanasescu
These are the upd ports for traceroute (from linux) 33434:33490 - Original Message - From: "Mihai Tanasescu" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 08, 2003 10:55 PM Subject: Re: traceroute > Traceroute from linux goes on udp ports un

Re: traceroute

2003-03-08 Thread Mihai Tanasescu
Traceroute from linux goes on udp ports unlike tracert from windows (I think this one from windows uses icmp) Maybe you have those udp ports blocked from your firewall. - Original Message - From: "CM Miller" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday,

Re: traceroute

2003-03-08 Thread Jack Bowling
and oranges. Most if not all Windows traceroute clients use icmp whereas most *nix traceroute clients use udp unless you tell it to use icmp. > > Even simple command like root > > traceroute olug.org > > still get > > 1 * * * > 2 * * * > 3 * * * > 4 * * *

RE: traceroute

2003-03-08 Thread CM Miller
Yes the computer is connected to a network, which is mine, and I do have a linksys router/firewall, but I can do tracert from my windows box ok, but not from Linux. Even simple command like root traceroute olug.org still get 1 * * * 2 * * * 3 * * * 4 * * * 5 * * * 6 * * * ? thanks

Re: Using Traceroute

2003-03-08 Thread rahul b jain cs student
hi chris, a few things. what does the -l option stand for ? try using traceroute without any options. if your computer is connected in a network which is administered by someone else, make sure they dont have a firewall. to check this you can first do a traceroute to one of the machines in the

Using Traceroute

2003-03-08 Thread CM Miller
As root, if I use the command traceroute, for example I type: traceroute -l olug.org The only output I get is: 1 * * * 2 * * * 3 * * * 4 * * * Why does it do this and why am I not able to see the ip addresses? Iptables does not startup but if I do iptables -l, [EMAIL PROTECTED

IPTables and Traceroute...

2002-03-12 Thread Thomas Kiblin
Hello, I'm trying to define an iptables rule or set of rules to allow traceroute IN, and perhaps limit it too. This is what I have, but it still isn't working: # allow certain types of ICMP, drop all else $IPTABLES -A INPUT -p icmp --icmp-type 0 -j ACCEPT $I

Re: My ISP is blocking port 25 / Traceroute does not work

2001-04-22 Thread Mikkel L. Ellertson
here, not that I need it, it is just annoying. > Did you try "traceroute -i ppp0 "? That always worked for me. But I have not used it for a while - the last time was on a Rh 5.2 machine. Mikkel -- Do not meddle in the affairs of dragons,

Re: Traceroute

2001-04-22 Thread Brian Schneider
I have. Brian Did you try "traceroute -i ppp0 "? That always worked for me. But I have not used it for a while - the last time was on a Rh 5.2 machine. Mikkel "If you're not one of us, you are o

RE: traceroute and sendmail quit working (more)

2001-04-20 Thread Brian Schneider
Fri, 20 Apr 2001, Thornton Prime wrote: > > > At 06:55 PM 4/20/01 -0600, you wrote: > >Within the last week my mail quit sending out. I get messages saying "No > >route to host". Mail works internally so it does send, it is a routing > >error. When I run a trac

Re: traceroute and sendmail quit working

2001-04-20 Thread Mikkel L. Ellertson
On Fri, 20 Apr 2001, Thornton Prime wrote: > > > At 06:55 PM 4/20/01 -0600, you wrote: > >Within the last week my mail quit sending out. I get messages saying "No > >route to host". Mail works internally so it does send, it is a routing > >error. When I run a

Re: traceroute and sendmail quit working

2001-04-20 Thread Thornton Prime
At 06:55 PM 4/20/01 -0600, you wrote: >Within the last week my mail quit sending out. I get messages saying "No >route to host". Mail works internally so it does send, it is a routing >error. When I run a traceroute to an outside address, it does nothing. >Telnet, ftp, ww

Re: traceroute and sendmail quit working

2001-04-20 Thread Tym Rehm
internally so it does send, it is a routing >error. When I run a traceroute to an outside address, it does nothing. >Telnet, ftp, www etc all work fine. I have been keeping up2date on all the >updates, and this may be a result of one of them, but not

traceroute and sendmail quit working

2001-04-20 Thread Brian Schneider
Within the last week my mail quit sending out. I get messages saying "No route to host". Mail works internally so it does send, it is a routing error. When I run a traceroute to an outside address, it does nothing. Telnet, ftp, www etc all work fine. I have been keeping up2date on all t

Re: traceroute

2001-01-08 Thread Michael Jinks
ot on the server. > > is it some kind of routing problem > > > > On Fri, 5 Jan 2001, David Brett wrote: > > > > > You probably can't, try doing traceroute -n x.x.x.x. If this fails then > > > the network you are on does not allow pings. If it does work

Re: traceroute

2001-01-05 Thread Mikkel L. Ellertson
On Fri, 5 Jan 2001, Steve Lee wrote: > it still doesn't work. > but it works in my windows machine. > ?? > just not on the server. > is it some kind of routing problem > > On Fri, 5 Jan 2001, David Brett wrote: > > > You probably can't, try doing tr

RE: traceroute

2001-01-05 Thread Drew Hunt
You probably have your firewall set to reject the final traceroute receipt packets. I think it's icmp port 4 or 8. Well, one of those between 0-8. Drew [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Steve Lee Sent: Friday, Ja

Re: traceroute

2001-01-05 Thread Steve Lee
it still doesn't work. but it works in my windows machine. ?? just not on the server. is it some kind of routing problem On Fri, 5 Jan 2001, David Brett wrote: > You probably can't, try doing traceroute -n x.x.x.x. If this fails then > the network you are on does not allow pi

Re: traceroute

2001-01-05 Thread David Brett
You probably can't, try doing traceroute -n x.x.x.x. If this fails then the network you are on does not allow pings. If it does work, the problem is DNS lookup issue. david On Fri, 5 Jan 2001, Steve Lee wrote: > when i do a traceroute i get a bunch of > > 1 * * * &g

RE: Traceroute not tracing routes

2000-11-19 Thread Drew Hunt
blocked by that last rule before accounting, including traces and pings using the first five ports. Perhaps throwing a rule in there to allow ports 4, 3, and other traceroute ports for the icmp protocol would let traceroute through. I couldn't tell you what the other ports are. My firewall ha

RE: Traceroute not tracing routes

2000-11-17 Thread Leonard den Ottolander
Hi Drew, > One > of the first 5 ICMP ports has to be enabled to receive packets, not just > responses with the !-y option, Just a little correction here. You can't use the -y option for ICMP packets, only for TCP. Bye,

Re: Traceroute not tracing routes

2000-11-16 Thread Graham Hemmings
Try using "mtr" instead of "traceroute". It comes with RH7.0, dunno about RH6.x but easily added. It is a much nicer util than standard traceroute. Graham... At 16:19 16/11/2000, you wrote: >Yeah I could see how that would be a problem except for I didn't change

Re: Traceroute not tracing routes

2000-11-16 Thread Terry Williams
Yeah I could see how that would be a problem except for I didn't change anything and it worked the night before and for the past month. And the machines behind it can do a traceroute fine. I use ipfwadm here is my ruleset #==[Flush...All My Rules]=# ipfwadm

Re: Traceroute not tracing routes

2000-11-16 Thread Jack Bowling
** Reply to message from "Drew Hunt" <[EMAIL PROTECTED]> on Thu, 16 Nov 2000 06:46:08 -0700 > I'm running RH 6.2, but have the same problem. I traced it to the firewall, > having pulled it down momentarily and having the traceroute work perfectly. > One of th

RE: Traceroute not tracing routes

2000-11-16 Thread Drew Hunt
I'm running RH 6.2, but have the same problem.  I traced it to the firewall, having pulled it down momentarily and having the traceroute work perfectly.  One of the first 5 ICMP ports has to be enabled to receive packets, not just responses with the !-y option, but I don't reme

Traceroute not tracing route-- sorry about no subject message was sent back because outlook express was set to html

2000-11-15 Thread Terry Williams
- Original Message - From: Terry Williams <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, November 15, 2000 10:23 PM Subject: (no subject) > When I run traceroute on my Red Hat 7.0 I get > 1 * * * * > 2 * * * * > 3 * * * * > > Now the catch it

Traceroute not tracing routes

2000-11-15 Thread Terry Williams
When I run traceroute on my Red Hat 7.0 I get 1 * * * * 2 * * * * 3 * * * *   Now the catch it used to work, and my machines connected through this one using ipchains it works correctly.  I have removed traceroute and recompiled.  Checked to make sure I don't have something blockin

RE: Traceroute woes!

2000-09-05 Thread Juha Saarinen
ne of bull because I'm sure there is a way %-> around this or a %-> *fix* if you will. Can anyone shed some light on this matter, please? Tracerouting works fine here... I'm behind a NAT'ing router. If the admin is blocking all ICMP and UDP (traceroute can use either) then it

Re: Traceroute woes!

2000-09-05 Thread Steve Borho
On Tue, Sep 05, 2000 at 10:11:02AM -0700, Steve Curry wrote: > Hello all, > > > I'm currently locking horns with our network admin because he tells me it's > impossible to do traceroutes to the outside world if you are using NAT and > are behind a PIX firewall (I assume the same with any firewal

RE: Traceroute woes!

2000-09-05 Thread Burke, Thomas G.
> To: [EMAIL PROTECTED] > Subject: Traceroute woes! > > Hello all, > > > I'm currently locking horns with our network admin because he tells me > it's > impossible to do traceroutes to the outside world if you are using NAT and > are behind a PIX f

Traceroute woes!

2000-09-05 Thread Steve Curry
Hello all, I'm currently locking horns with our network admin because he tells me it's impossible to do traceroutes to the outside world if you are using NAT and are behind a PIX firewall (I assume the same with any firewall). I don't believe this line of bull because I'm sure there is a way aro

Re: TraceRoute

1998-06-04 Thread Igmar Palsenberg
>In FTP95Pro, along with the standard WhoIs, Ping, and Finger >functionality, >there is also the TraceRoute program. Since these other bits of >software >originated in Unix and were taken to Windoze, I would guess that >there's and >easy user-level way to do a trace

TraceRoute

1998-06-04 Thread Michael George
In FTP95Pro, along with the standard WhoIs, Ping, and Finger functionality, there is also the TraceRoute program. Since these other bits of software originated in Unix and were taken to Windoze, I would guess that there's and easy user-level way to do a trace route in Unix. Is there? And

Re: TraceRoute

1998-06-04 Thread Ed Jaeger
How aboout traceroute? [root@firewall /root]# locate traceroute /usr/man/man8/traceroute.8 /usr/sbin/traceroute /var/catman/cat8/traceroute.8.gz [root@firewall /root]# traceroute --help Version 1.4a5 Usage: traceroute [-dFInrvx] [-g gateway] [-i iface] [-f first_ttl] [-m max_ttl] [ -p

Re: strange traceroute message

1998-05-04 Thread Eric L. Green <[EMAIL PROTECTED]>
On Mon, 4 May 1998, Steven Krikstone wrote: > When I run: > > [root@router1 sdl]# /usr/sbin/traceroute 205.160.77.196 > traceroute: Warning: Multiple interfaces found; using 205.160.77.162 @ > eth0 > traceroute to 205.160.77.196 (205.160.77.196), 30 hops max, 40 b

Re: strange traceroute message

1998-05-04 Thread Igmar Palsenberg
>When I run: >[root@router1 sdl]# /usr/sbin/traceroute 205.160.77.196 >traceroute: Warning: Multiple interfaces found; using >205.160.77.162 @ >eth0 >traceroute to 205.160.77.196 (205.160.77.196), 30 hops max, 40 >byte >packets >1 205.160.77.126 (205.160.77.126) 27

strange traceroute message

1998-05-04 Thread Steven Krikstone
When I run: [root@router1 sdl]# /usr/sbin/traceroute 205.160.77.196 traceroute: Warning: Multiple interfaces found; using 205.160.77.162 @ eth0 traceroute to 205.160.77.196 (205.160.77.196), 30 hops max, 40 byte packets 1 205.160.77.126 (205.160.77.126) 27.693 ms 26.850 ms 26.588 ms 2