Questions tagged [traceroute]
traceroute is a network diagnostic tool that displays the path that a packet takes in going from an initial IP address to final one. It also measures length of time that it takes the packets to hop from one IP address to another as it goes from the initial IP address to the final one.
36 questions
-1
votes
1
answer
532
views
Traceroute vulnerability 22.04
Trying to look at patching this: https://ubuntu.com/security/notices/USN-6478-1
Am I right in assuming this patch is only available to those with a Pro contract on the server? https://ubuntu.com/...
0
votes
2
answers
1k
views
What exactly traceroute's "CVE-2023-46316" is?
As description in CVE-2023-46316: In buc Traceroute 2.0.12 through 2.1.2 before 2.1.3, the wrapper scripts do not properly parse command lines.
I'm wondering how the attacker infiltrated the system ?
...
0
votes
0
answers
302
views
two machines two different versions of traceroute
Ace is uname -a Linux ace 6.2.0-34-generic #34~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Thu Sep 7 13:12:03 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Nub is uname -a Linux nub 6.2.0-34-generic #34~22.04.1-Ubuntu ...
0
votes
0
answers
143
views
OpenVPN connection issues, traceroute to other client
I have a Asus ac86u router with OpenVPN enabled. (192.168.3.1, 10.8.0.1)
The network behind the router is 192.168.3.0. The OpenVpn network is 10.8.0.0.
I have several Windows machines (both physical ...
0
votes
1
answer
2k
views
Port 9000 Open in FW But Not Showing In NMAP
I am running an Ubuntu 20.0.4 LTS virtual server.
I need to be able to access http://localhost:9000/ from within the server for a service I am trying to run, but I keep getting 'Connection refused' ...
1
vote
0
answers
139
views
"sudo apt-get install traceroute" showing error
Im using Ubuntu 20.04 in the VM and trying to install traceroute. However, I tried the following ways:
sudo apt-get update
sudo apt-get install traceroute
which shows the
"E: dpkg was interrupted,...
0
votes
1
answer
1k
views
Traceroute shows request timeout message with stars
When I try to run traceroute in my Ubuntu Virtual Machine (Oracle) it only shows the first hop(self hop) and then it shows * * * and request timed out message
traceroute to www.amazon.in (108.158.254....
1
vote
1
answer
2k
views
sudo traceroute -n . Not working
I tried to run a traceroute command "sudo traceroute -n www.google.com" in my Ubuntu guest machine in an Oracle Virtual Box.
it displays this message
traceroute: invalid option -- 'n'
Try '...
2
votes
1
answer
6k
views
Traceroute and mtr command are not working
grace@DESKTOP-PTDHEDF:~$ sudo traceroute -m3 8.8.8.8
traceroute to 8.8.8.8 (8.8.8.8), 3 hops max
1 * * *
2 * * *
3 * * *
Tried the following steps but the result still the same.
...
0
votes
0
answers
418
views
No route to host in one direction
I am able to ssh from one host in Mexico to another in New Jersey, but when I start the ssh from the New Jersey host going to the same Mexico host, I get "no route to host". While ...
0
votes
1
answer
327
views
How to connect pc to internet and directly to NAS using different interfaces
My goal is to connect my PC and my NAS directly using two USB to 5 Gbe adapters and both of them to a switch that has internet access via 1Gbe NICs.
So the initial setup was:
QNAP TS-431P connected ...
0
votes
2
answers
4k
views
Why I cannot connect to MongoDB from outside while I have set its IP to 0.0.0.0 with no firewall?
First netstat -nltp output displays:
tcp 0 0 0.0.0.0:27017 0.0.0.0:* LISTEN 1235/mongod
So it seems that MongoDB is running on port 27017 and accept ...
0
votes
1
answer
1k
views
Ubuntu 18.04 cannot ping internet - two NICs
I'm currently having issues accessing the internet on my Ubuntu 18.04 server. The server has TWO NICs enabled. I can ping the default gateway and internal IPs, but I cannot ping any external IP. I ...
0
votes
2
answers
8k
views
how to install traceroute
Reading package lists... Done
Building dependency tree
Reading state information... Done
net-tools is already the newest version (1.60-26ubuntu1).
The following NEW packages will be installed:
...
5
votes
1
answer
9k
views
What is the difference between traceroute and mtr?
I was working with someone on a project and I noticed they were using mtr (My Trace Route) instead of traceroute, is there some advantage to this? Why would they use that other tool instead?