Setting IP Address Using ipconfig Command Last Updated : 22 Jun, 2022 Comments Improve Suggest changes Like Article Like Report Setting up an IP address using the ipconfig command is a simple process that can be performed from any computer with an internet connection. This article aims to provide a step-by-step guide on setting up an IP address using the default gateway and the DNS server. This can be useful if you cannot access the internet or need to change your IP address. It is also useful if you are unsure of what your current IP address is. Steps to Configure IP address in devices using ipconfig command in Cisco packet tracer:Step 1: Open the Cisco packet tracer desktop and create a network topology peer-to-peer connection between two PCs as shown below: S.NODeviceIPv4 addressSubnet MaskDefault Gateway1.PC0192.168.0.2255.255.255.0192.168.0.12.PC1192.168.0.3255.255.255.0 192.168.0.1 Step 2: Configure PC0 and PC1 using the ipconfig command: command : ipconfig <ip address> <subnet mask> <default gateway>First, click on PC0 and go to the command prompt terminal.Then, type the ipconfig command and configure the PC0 as shown below the image.and verify the IP address by again typing only ipconfig in the terminal.Command: ipconfig 192.168.0.2 255.255.255.0 192.168.0.1 Similarly with PC1: First, click on PC1 and go to the command prompt terminal.Then, type the ipconfig command and configure the PC0 as shown below the image.and verify the IP address by again typing only ipconfig in the terminal.Command: ipconfig 192.168.0.3 255.255.255.0 192.168.0.1 Step 3: Verifying connection by pinging the IP address of PC1 in the PC0 terminal: command : ping 192.168.0.3 Output: Comment More infoAdvertise with us Next Article Setting IP Address Using ipconfig Command shadit13064 Follow Improve Article Tags : Computer Networks CCNA IP Addressing Similar Reads Setting IP Address Using GUI An IP address is a unique identity of any computer system on the internet by which it can communicate with other networks, servers, and web devices. if you want to learn more about IP addresses then you can refer to the article What is an IP Address? Now, GUI is a Graphical User interface that helps 2 min read Setting IP Address Using DHCP Server Every computer on the network has to have an IP address for communication purposes. An IP address is an identifier for a computer or device on a network. The IP address can be assigned in two ways i.e. Static IP or Dynamic IP. Static IP: A static IP is where a user assigns an IP address manually. It 5 min read Perl | Extract IP Address from a String using Regex Perl stands for Practical Extraction and Reporting Language and this not authorized acronym. One of the most powerful features of the Perl programming language is Regular Expression and in this article, you will learn how to extract an IP address from a string. A regular expression can be either sim 4 min read addresses Command in Linux with Examples Finding a way of finding IP addresses is very important in the Linux system administration and the management of networks. Certainly, you will find a need for using it when troubleshooting problems you have with your network connectivity, or if you're configuring services on a network. The chapter g 4 min read Setting Static IP Address in Windows Static IP on Windows :IP address is an authentic logical identity of a system connected in a network. All the systems used these IP addresses to locate another systems in different sub-domains. IP address can be assigned dynamically by DHCP server, as well as by administrator. DHCP server assigns a 3 min read Structure and Types of IP Address IP addresses are an important part of the Internet. It can be represented as Internet Protocol address. A unique address that identifies the device over the network. They are made up of a series of numbers or alphanumeric characters that help us to identify devices on a network. Almost every device 8 min read Cisco Switch Configuration basic commands Prerequisite - Switch Functions A switch is a layer 2 device used to forward packet from one device to another within the network. It forwards the packet through one of its ports on the basis of destination MAC address and the entry in the MAC table. Following basic commands are used to configure a 2 min read Configure IP Address For an Interface in Cisco The interface is the port at which the router connects to a given network. It acts as an entry or exit point for data that is to be transmitted through the router. Every interface must be labeled or assigned an IP address, which should be unique among all the IP addresses in the network. In Cisco P 3 min read How to Set a Static IP Address On Your Device? A static IP address is one that does not change over time and can be assigned to a computer connected to the Internet. Every device that connects to your router receives a dynamic IP address by default. This is known as DHCP (short for Dynamic Host Control Protocol). However, there are occasions whe 2 min read Difference Between IP Addressing and Subnetting In computer network IP addressing and subnetting both are improtant concepts. An IP address is a unique identifier assigned to devices on a network to enable communication. It consists of two parts the network and host address. Where as subnetting is a technique used to divide a larger IP network in 5 min read Like