KandZ – Tuts

We like to help…!

Linux CLI 30 ๐Ÿง ping and trace route commands

a - ping command
ping is a network utility that tests the device if is connected on a network
ping google.com โ†’ pings google.com. Press Ctrl + C to stop
You can also ping localhost to check the local network
ping 0 or ping 127.0.0.1 or ping localhost
-6 โ†’ specifies to request an IPv6 address
-4 โ†’ specifies to request an IPv4 address, default
ping -s 500 -1 google.com โ†’ -s specifies the packet size and -i specifies the interval
other options: -f โ†’ floods a network -c 2 โ†’ max packets 2 -w 10 โ†’ time limit to 10

b - traceroute command
traceroute shows how packets travel from your computer to another computer through the network
It is useful diagnosing issues with connections and routes
traceroute -4 google.com โ†’ uses IPv4 to traceroute. -6 for IPv6
traceroute -m 3 google.com โ†’ use maximun 3 hops
traceroute -n google.com โ†’ -n disables IP address resolution
Other options: -p 2324 โ†’ specifies the port 2324 to use
-q 2 โ†’ specifies 2 probes per hop, 50 โ†’ specifies the packet length to 50

Stop using slow, ad-bloated tool sites! ๐Ÿคฎ

๐Ÿ”Ž Search “KandZ Tools” on Google to use many professional utilities for free.

KandZ.me is the ultimate minimalist hub for:
โœ… Finance (Mortgage, Interest, Inflation)
โœ… Tech (Base64, JSON, Dev Suite, IP)
โœ… Health (BMI, BMR, TDEE)
โœ… Productivity (Timer, Workspace, QR)

โšก๏ธ Fast & Private
๐Ÿ”’ No data leaves your device
๐Ÿ’Ž 100% Free

๐Ÿ”— Use it now: https://tools.kandz.me
๐Ÿ”– Bookmark itโ€”youโ€™ll need it later!

Leave a Reply