traceroute finds 2 identical hops to the router
by hpfeil from LinuxQuestions.org on (#5K3GB)
Stumped, I humbly ask elucidation. Installed a new laptop on my local net. Most network spells work as advertised, I can browse the internet, log in via ssh, ping and all, but I get this result for traceroute:
Code:traceroute to google.com (142.250.72.238), 30 hops max, 60 byte packets
1 modem.Home (192.168.0.1) 4.446 ms 4.711 ms 5.417 ms
2 modem.Home (192.168.0.1) 23.677 ms 46.601 ms 60.705 msThe first ICMP packet finds the router, but the second gets no farther than the first. On an identical laptop, the second hop finds tcso-dsl-gw26.tcso.qwest.net and proceeds as advertised to the 8 total hops. Sew! why can't traceroute find the next hop? I can ping google.com, but not traceroute. Thank you for helping me to understand this behavior. It's a new one on me.
Code:traceroute to google.com (142.250.72.238), 30 hops max, 60 byte packets
1 modem.Home (192.168.0.1) 4.446 ms 4.711 ms 5.417 ms
2 modem.Home (192.168.0.1) 23.677 ms 46.601 ms 60.705 msThe first ICMP packet finds the router, but the second gets no farther than the first. On an identical laptop, the second hop finds tcso-dsl-gw26.tcso.qwest.net and proceeds as advertised to the 8 total hops. Sew! why can't traceroute find the next hop? I can ping google.com, but not traceroute. Thank you for helping me to understand this behavior. It's a new one on me.