square-terminal5.2 Basic network view

These commands display basic network data. This data can then be used for further work with this data.

5.2.1 Finding your IP

Use this command to find the IP address and all network component addresses of your device. It will list all available or visible data for this software. It uses all the tools that the operating system allows.

5.2.1.1 Syntax

pripojuju.ktera_ip_je_moje()

5.2.2 Testing connection (pinging)

This command is used to test the connection; it can automatically ping and check the availability of predefined websites. By default, without specifying a website name, it pings the Google website (IP: 8.8.8.8). This command verifies the Internet connection and the availability of basic websites.

5.2.2.1 Syntax

pripojuju.vazne_jsem_onlajn()

5.2.2.2 Variations

pripojuju.vazne_jsem_onlajn("google")
pripojuju.vazne_jsem_onlajn("cloudflare")
pripojuju.vazne_jsem_onlajn("opendns")
pripojuju.vazne_jsem_onlajn("quad9")
pripojuju.vazne_jsem_onlajn("mojeip")

5.2.3 Seeing route of packet

It shows the step-by-step path that a packet takes to reach its destination. It works similarly to traceroute.

5.2.3.1 Snytax

5.2.3.2 Variations

Default - google:

Custom ip:

5.2.4 ARP table

This command displays the ARP table of MAC addresses known to the computer.

Last updated