[email protected]Support 24/7 · Billing 09:00 – 00:00LinkedInXFacebook
NexonHost
Netherlands Dedicated ServersAmsterdam · Equinix AM6Germany Dedicated ServersFrankfurt · Equinix FR4Romania Dedicated ServersBucharest · VoxilityAustria Dedicated ServersVienna · Interxion VIEBulgaria Dedicated ServersSofia · TelepointFrance Dedicated ServersParis · Interxion PAR — Marseille · Digital Realty MRS3Ireland Dedicated ServersDublin · Equinix DB2Italy Dedicated ServersMilan · Irideos AvalonPoland Dedicated ServersWarsawSpain Dedicated ServersMadrid · Equinix MD2United States Dedicated ServersAshburn · Equinix DC
All articles
Knowledge BaseAugust 11, 2023

How to use traceroute command.

What is traceroute command?

The traceroute command in Linux is a network diagnostic tool used to track the route and measure the round-trip time (RTT) of packets between your computer and a destination IP address or hostname. It helps in identifying the path that network packets take to reach a specific destination.

Syntax:

traceroute [options]  host_Address [pathlength]

Options:

  • -4 Option: Use ip version 4 i.e. use IPv4Syntax:
    $ traceroute -4 staging.nexonhost.com/

-6 Option: Use ip version 6 i.e. use IPv6

Syntax:

$ traceroute -6 staging.nexonhost.com/

-F Option: Do not fragment packet.

Syntax:

$ traceroute -F staging.nexonhost.com/

-f first_ttl Option: Start from the first_ttl hop (instead from 1).

Syntax:

$ traceroute -f 10 staging.nexonhost.com/

-g gate Option: Route the packet through gate.

Syntax:

$ traceroute -g nexonhost

-m max_ttl Option: Set the max number of hops for the packet to reach the destination.Default value is 30.

Syntax:

$traceroute  -m 5 staging.nexonhost.com/

-n Option: Do not resolve IP addresses to their domain names.

Syntax:

$traceroute -n staging.nexonhost.com/

-p port Option: Set the destination port to use. Default is 33434.

Syntax:

$traceroute  -p 20292 staging.nexonhost.com/

-q nqueries Option: Set the number of probes per each hop. Default is 3.

Syntax:

$traceroute -q 1 staging.nexonhost.com/

packetlen Option: The full packet length. Default len is 60 byte packets.

Syntax:

$traceroute  staging.nexonhost.com/ 100

–help: Display help messages and exit.

Syntax:

$traceroute --help

Conclusion

In the ever-connected digital ecosystem, network problems are inevitable. Traceroute serves as a guiding light, offering transparency into the intricate paths that data traverses. Whether it’s diagnosing latency issues, pinpointing packet loss, or uncovering routing anomalies, this tool empowers network professionals to take proactive measures, optimize performance, and ensure seamless connectivity. Traceroute is not just a diagnostic tool; it’s a window into the heart of the internet, allowing us to see the journey that our data undertakes on its way to its destination.

Keep reading
How to create a VM with VirtualBox.
July 18, 2023

How to create a VM with VirtualBox.

How To Create A VM With VirtualBox. A virtual machine (VM) is a software emulation of a physical computer system. It allows you to run an operating system (OS) and execute programs as if you were using a dedicated physical machine. How to create a Vm? Start VirtualBox on your computer. Click on…

Read article
How to manage the Network Bridge for KVM.
July 14, 2023

How to manage the Network Bridge for KVM.

How To Manage The Network Bridge For KVM This guide shows you how to manage the Network Bridge for KVM in Virtualizor.Virtualizor will create a viifbr0 bridge.viifbr0 assumes eth0 as the Network Device and detects the IP, Netmask, GATEWAY from : /etc/sysconfig/network-scripts/ifcfg-eth0 or…

Read article
Create RAID 5 software during OS install
July 14, 2023

Create RAID 5 software during OS install

How to create raid 5 software during OS install. RAID 5 is a combination of three or more hard disks that function as a single logical drive and thereby outperform individual data carriers in terms of reliability and read speed. But to offer these advantages, a RAID 5 system relies on two active…

Read article
Get in Touch

Together, Let’s Build a Faster, Safer Internet.

Build scalable infrastructure with NexonHost — high-performance dedicated servers, VPS hosting, cloud hosting, and DDoS protection across Europe.

Get Started →Contact Us
[email protected]Support 24/7 · Billing 09:00 – 00:00