53
6193-5201
4.4.2 IPCONFIG
IPCONFIG can be used to show your current TCP/IP information, including your address,
DNS server addresses, adapter type and so on.
In the above example ipconfig was entered in the command prompt. The reply back
shows the PC’s IP address, Subnet mask and the gateway it is connected to.
Other ipconfig commands will return back more information. The hardware or MAC
address of the computer may be discovered using the command ipconfig /all.
Ipconfig /? will list all of the commands and their usages available for use.
4.4.3 ARP
Displays and modifies the IP-to-Physical address translation tables used by Address
Resolution Protocol (ARP).
Once a remote computer has been pinged, this can be used to see the IP address & MAC
address of the remote computer. It will also show any other devices on the network that
it may be connected to.
The command used is Arp –a. It shows the PC’s direct IP address of 192.168.0.17 as also
shown before with IPCONFIG command. The other IP address shown with its associated
MAC address is another device with a connection to the PC. In this example it is the IP
address of a PLC connected to the PC also.
Arp –n lists all the commands available for this function.