Results 1 to 1 of 1
FOr somereason I cant traceroute beyond my first router.
Code:
[root@localhost zakaqere]# traceroute google.com
traceroute: Warning: google.com has multiple addresses; using 64.233.187.99
traceroute to google.com (64.233.187.99), 30 hops max, 38 ...
- 01-23-2007 #1Just Joined!
- Join Date
- Dec 2006
- Posts
- 73
Weird Funky Traceroute!
FOr somereason I cant traceroute beyond my first router.
It should go something like:Code:[root@localhost zakaqere]# traceroute google.com traceroute: Warning: google.com has multiple addresses; using 64.233.187.99 traceroute to google.com (64.233.187.99), 30 hops max, 38 byte packets 1 192.168.2.1 (192.168.2.1) 1.852 ms 1.740 ms 1.673 ms 2 * * *
If I manually increment the TTL of a ping I can get the information.Code:[root@localhost zakaqere]# traceroute google.com traceroute: Warning: google.com has multiple addresses; using 64.233.187.99 traceroute to google.com (64.233.187.99), 30 hops max, 38 byte packets 1 192.168.2.1 (192.168.2.1) 1.852 ms 1.740 ms 1.673 ms//My wireless router and subnet 2 192.168.1.1 (192.168.1.1) BLAH ms BLAH ms BLAH ms//My border router 3 ... ... So on and so forth.
That's a head scratcher.
That forces it to use ICMP echo, and like windows tracert it works.Code:ping -I google.com
WIkipedia says that UDP traceroute starts at port 33434 but just opening that port for forwarding doesn't work.


Reply With Quote
