0% found this document useful (0 votes)
8 views

Network Command Utility

Uploaded by

ANGUFIBO DAVID
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Network Command Utility

Uploaded by

ANGUFIBO DAVID
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 14

NETWORKING

ANGUFIBO DAVID
IT TRAINER Command Utility
IMS DEPARTMENT
SAIPALI INSTITUTE OF
THANK YOU
TECHNOLOGY AND
MANAGEMENT

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 1


NETWORKING
Command Utility

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 2


• There are basic Windows network commands, entered
from the command prompt, everyone should be able to
use for troubleshooting network connection problems.

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 3


1. Ping (Packet Internet Network Gropher)

• Of all the Windows 10 network commands, Ping is probably the one


almost everyone knows about and has used before.
• The Ping command allows you to test the reachability of a device on a
network. Pinging a host should return four data packets, if the data
packets are not returned you know there is a problem with your network
connection.
• It uses ICMP

How to run the ping command


• C:\user\DAVIDO>Ping 192.168.11.231
• C:\user\DAVIDO>Ping 192.168.11.231 -t to get continues IP
• To stop Ctrl + C

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 4


ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 5
General failure
• Your computer is not having proper IP address
• Your network ID is not same as your target.
Request timeout
• There can be security reason when your target machines’ firewall is on.
Destination host unreachable
• The target machine is not available on you network.
• NB. Reply from target means you are connected.

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 6


2. IPCONFIG (IP CONFIGURATION)

• The IPConfig command is one of the more useful basic Windows network
commands everyone should know and use to troubleshoot problems. The
IPConfig command displays basic IP address configuration information for
the Windows device you are working on. In fact, the command will display
information for every network adapter that has ever been installed on your
Windows 10 computer.

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 7


Command Description

> ipconfig Show information

> ipconfig /all Show detailed information (IP Address, Mac Address IPv4, IPv6
and Status Of All Network Interface Card)
> ipconfig /renew renew all adapters

> ipconfig /renew EL* renew any connection that has its name starting with EL

> ipconfig /release *Con* release all matching connections, eg. "Wired Ethernet
Connection 1" or "Wired Ethernet Connection 2"
> ipconfig /allcompartments Show information about all compartments

> ipconfig /allcompartments /all Show detailed information about all compartments

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 8


ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 9
3. Getmac
Getmac
This tool enables an administrator to display the MAC address for network
adapters on a system. (To check the MAC address of yourself).

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 10


4. Arp –a
• Displays and modifies the IP-to-Physical address translation tables used by
address resolution protocol (ARP). i.e. It is used to show arp table which
contains list of all connected devices IP and MAC address.

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 11


5. Tracert (trace route)
• Allows us to check the entire route up to destination
• It will also show IP address of all routers from source to
destination
• E.g. tracert google.com, tracert facebook.com

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 12


ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 13
6. Mstsc
• Remote Desktop has been used for a long time as
an important feature of Windows. Microsoft
Terminal Services Client (MSTSC) is the
command line interface to run the Microsoft
Remote Desktop (RDP) client. It enables you to
establish a remote connection to somebody else’s
computer or to Remote Desktop Session Host
(RDSH) servers as if it is in front of you and edit
existing Remote Desktop Connection (.rdp)
configuration files. The mstsc command is used
from within the Windows command line.
• It uses TCP port 3389.

ANGUFIBO DAVID [[email protected] - 0775662728-0702437636] 8/4/2022 14

You might also like