
<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Ipconfig Archives - TECHNIG</title>
	<atom:link href="https://www.technig.com/tag/ipconfig/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.technig.com/tag/ipconfig/</link>
	<description>Gateway for IT Experts and Tech Geeks</description>
	<lastBuildDate>Tue, 18 Jul 2023 10:27:00 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.6.2</generator>

<image>
	<url>https://www.technig.com/wp-content/uploads/2020/04/32x32.png</url>
	<title>Ipconfig Archives - TECHNIG</title>
	<link>https://www.technig.com/tag/ipconfig/</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">162720667</site>	<item>
		<title>How to Reset Windows 10 IP Address Correctly?</title>
		<link>https://www.technig.com/reset-windows-10-ip-address/</link>
					<comments>https://www.technig.com/reset-windows-10-ip-address/#comments</comments>
		
		<dc:creator><![CDATA[Shams]]></dc:creator>
		<pubDate>Wed, 20 Sep 2017 05:30:27 +0000</pubDate>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Configure IP Address]]></category>
		<category><![CDATA[Deploy IP address]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[How to Fix]]></category>
		<category><![CDATA[Ipconfig]]></category>
		<category><![CDATA[PowerShell]]></category>
		<category><![CDATA[PowerShell Articles]]></category>
		<category><![CDATA[Windows 10]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=10986</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="960" height="414" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Reset Windows 10 IP Address with Command Line - Technig" decoding="async" fetchpriority="high" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1.jpg 960w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1-300x129.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1-768x331.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /></div>
<p>You can reset Windows 10 IP address with these three methods, using network connections settings, command prompt, and PowerShell. The easiest option to reset Windows 10 IP address with command prompt (CMD). If your system obtains its IP address automatically from a DHCP server, the &#8220;ipconfig&#8221; command can refresh your system IP address. The refreshing IP [&#8230;]</p>
<p>The post <a href="https://www.technig.com/reset-windows-10-ip-address/">How to Reset Windows 10 IP Address Correctly?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="960" height="414" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="How to Reset Windows 10 IP Address with Command Line - Technig" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1.jpg 960w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1-300x129.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-1-768x331.jpg 768w" sizes="(max-width: 960px) 100vw, 960px" /></div><p>You can reset Windows 10 IP address with these three methods, using network connections settings, command prompt, and PowerShell. The easiest option to reset Windows 10 IP address with command prompt (CMD). If your system obtains its IP address automatically from a DHCP server, the &#8220;<strong>ipconfig</strong>&#8221; command can refresh your system IP address. The refreshing IP address process releases the old IP address and requests a new IP address from the DHCP server.</p>
<p>The other methods for changing Windows 10 IP address is GUI from network connections settings and using Windows PowerShell. Let&#8217;s do it with the easy one inside command prompt with <a href="https://technet.microsoft.com/en-us/library/cc940124.aspx">ipconfig command</a>.</p>
<h1>Reset Windows 10 IP Address</h1>
<p>To reset Windows 10 IP address, just open the command prompt or PowerShell interface and do it with the following &#8220;ipconfig&#8221; commands.</p>
<p>Resetting Windows IP address needs:</p>
<ol>
<li>Press <strong>Windows+R</strong> to open the <strong>Run</strong>.</li>
<li>Type &#8220;<strong>cmd</strong>&#8221; and press enter.</li>
<li>To display the current IP address type &#8220;<strong>ipconfig</strong>.&#8221;</li>
<li>Check the output results of &#8220;<strong>ipconfig</strong>&#8221; commands.</li>
</ol>
<p><strong>1.</strong> Press Windows and type &#8220;PowerShell&#8221; and open the Windows PowerShell. Now type &#8220;ipconfig.&#8221; The IP config command shows the current system IP address. Here my computer IP address is 200.100.10.2 with the subnet mask of 255.255.255.0 and default gateway of 200.100.10.1.</p>
<figure id="attachment_11046" aria-describedby="caption-attachment-11046" style="width: 914px" class="wp-caption alignnone"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-your-Windows-IP-Address-Technig.jpg"><img decoding="async" class="wp-image-11046 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-your-Windows-IP-Address-Technig.jpg" alt="How to Find your Windows IP Address - Technig" width="914" height="348" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-your-Windows-IP-Address-Technig.jpg 914w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-your-Windows-IP-Address-Technig-300x114.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Find-your-Windows-IP-Address-Technig-768x292.jpg 768w" sizes="(max-width: 914px) 100vw, 914px" /></a><figcaption id="caption-attachment-11046" class="wp-caption-text">How to Find your Windows IP Address &#8211; Technig</figcaption></figure>
<p><strong>2.</strong> To reset your system, IP address just types &#8220;<strong>ipconfig /release</strong>&#8221; and press enter. The <strong>/release</strong> option of ipconfig command will remove the current IP address. When the &#8220;<strong>ipconfig /release</strong>&#8221; command process has finished, type &#8220;<strong>ipconfig /renew</strong>&#8221; to obtains a new IP address from DHCP server.</p>
<figure id="attachment_11048" aria-describedby="caption-attachment-11048" style="width: 826px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/Refresh-Windows-10-IP-address-with-Command-Line-Technig.jpg"><img decoding="async" class="wp-image-11048 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/Refresh-Windows-10-IP-address-with-Command-Line-Technig.jpg" alt="Refresh Windows 10 IP address with Command Line - Technig" width="826" height="233" srcset="https://www.technig.com/wp-content/uploads/2017/09/Refresh-Windows-10-IP-address-with-Command-Line-Technig.jpg 826w, https://www.technig.com/wp-content/uploads/2017/09/Refresh-Windows-10-IP-address-with-Command-Line-Technig-300x85.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/Refresh-Windows-10-IP-address-with-Command-Line-Technig-768x217.jpg 768w" sizes="(max-width: 826px) 100vw, 826px" /></a><figcaption id="caption-attachment-11048" class="wp-caption-text">Refresh Windows 10 IP address with Command-Line &#8211; Technig</figcaption></figure>
<p>Yes, the output result of ipconfig /release shows that the current IP address removed. Now the system doesn&#8217;t have an IP address, and it is ready to obtain a new IP address from DHCP server.</p>
<p><strong>3.</strong> To get a fresh new IP address, just type &#8220;<strong>ipconfig /renew</strong>.&#8221; The /renew option of ipconfig command request a fresh new IP address from the DHCP server.</p>
<figure id="attachment_11049" aria-describedby="caption-attachment-11049" style="width: 863px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig.jpg"><img loading="lazy" decoding="async" class="wp-image-11049 size-full" src="https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig.jpg" alt="How to Reset Windows 10 IP Address with Command Line - Technig" width="863" height="372" srcset="https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig.jpg 863w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-300x129.jpg 300w, https://www.technig.com/wp-content/uploads/2017/09/How-to-Reset-Windows-10-IP-Address-with-Command-Line-Technig-768x331.jpg 768w" sizes="(max-width: 863px) 100vw, 863px" /></a><figcaption id="caption-attachment-11049" class="wp-caption-text">How to Reset Windows 10 IP Address with Command-Line &#8211; Technig</figcaption></figure>
<p>That&#8217;s good. The output result&#8217;s of ipconfig /renew shows that the system obtains a new IP address from the DHCP server.</p>
<h2>IPConfig Command Structure:</h2>
<p>The ipconfig command has many options that help you quickly execute and get a clean result. To learn more about other options of ipconfig command, type &#8220;ipconfig /?&#8221;. It shows the help of ipconfig. See the output result of &#8220;<strong>ipconfig /?</strong>&#8221; command in the below text box.</p>
<pre class="nums:false plain:false lang:default decode:true">USAGE:
    ipconfig [/allcompartments] [/? | /all | 
                                 /renew [adapter] | /release [adapter] |
                                 /renew6 [adapter] | /release6 [adapter] |
                                 /flushdns | /displaydns | /registerdns |
                                 /showclassid adapter |
                                 /setclassid adapter [classid] |
                                 /showclassid6 adapter |
                                 /setclassid6 adapter [classid] ]

where
    adapter             Connection name 
                       (wildcard characters * and ? allowed, see examples)

    Options:
       /?               Display this help message
       /all             Display full configuration information.
       /release         Release the IPv4 address for the specified adapter.
       /release6        Release the IPv6 address for the specified adapter.
       /renew           Renew the IPv4 address for the specified adapter.
       /renew6          Renew the IPv6 address for the specified adapter.
       /flushdns        Purges the DNS Resolver cache.
       /registerdns     Refreshes all DHCP leases and re-registers DNS names
       /displaydns      Display the contents of the DNS Resolver Cache.
       /showclassid     Displays all the dhcp class IDs allowed for adapter.
       /setclassid      Modifies the dhcp class id.  
       /showclassid6    Displays all the IPv6 DHCP class IDs allowed for adapter.
       /setclassid6     Modifies the IPv6 DHCP class id.
Examples:
    &gt; ipconfig                       ... Show information
    &gt; ipconfig /all                  ... Show detailed information
    &gt; ipconfig /renew                ... renew all adapters
    &gt; ipconfig /renew EL*            ... renew any connection that has its 
                                         name starting with EL
    &gt; ipconfig /release *Con*        ... release all matching connections,
                                         eg. "Wired Ethernet Connection 1" or
                                             "Wired Ethernet Connection 2"
    &gt; ipconfig /allcompartments      ... Show information about all 
                                         compartments
    &gt; ipconfig /allcompartments /all ... Show detailed information about all
                                         compartments
</pre>
<p>That&#8217;s the help you can always access from the command prompt or PowerShell.</p>
<h3>Final Word:</h3>
<p>If you want to learn more about configuring IP address in Windows 10, just read the following related to IP address configuration guides.</p>
<ul style="list-style-type: circle;">
<li><a href="https://www.technig.com/configure-ip-address-using-powershell/">Configure IP Address with PowerShell.</a></li>
<li><a href="https://www.technig.com/configure-ip-address-with-command-prompt-in-windows/">How to Configure Windows 10 IP Address with Command-Line</a>?</li>
<li><a href="https://www.technig.com/how-to-configure-dhcp-on-cisco-router/">Configure DHCP on Cisco Router.</a></li>
<li><a href="https://www.technig.com/configure-windows-ipv4-networking-with-netsh/">Configure Windows IPv4 Networking with Netsh.</a></li>
<li><a href="https://www.technig.com/dhcp-configuration-guide/">DHCP Configuration Guide on Windows Server and Cisco Router.</a></li>
</ul>
<p>Hope you got something new from this article. Please ask your questions about Windows settings and configuration through the comment section.</p>
<p>The post <a href="https://www.technig.com/reset-windows-10-ip-address/">How to Reset Windows 10 IP Address Correctly?</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/reset-windows-10-ip-address/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">10986</post-id>	</item>
		<item>
		<title>Configure Windows IPv4 Networking with Netsh</title>
		<link>https://www.technig.com/configure-windows-ipv4-networking-with-netsh/</link>
					<comments>https://www.technig.com/configure-windows-ipv4-networking-with-netsh/#respond</comments>
		
		<dc:creator><![CDATA[Shais]]></dc:creator>
		<pubDate>Mon, 23 May 2016 16:00:49 +0000</pubDate>
				<category><![CDATA[MCSA]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Ipconfig]]></category>
		<category><![CDATA[IPv4 Configuration]]></category>
		<category><![CDATA[Netsh]]></category>
		<category><![CDATA[Network Shell]]></category>
		<category><![CDATA[Windows 10]]></category>
		<category><![CDATA[Windows Server 2012 R2]]></category>
		<guid isPermaLink="false">https://www.technig.com/?p=313</guid>

					<description><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure Windows IPv4 Networking with Netsh" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility.jpg 840w, https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div>
<p>Netsh, or Network Shell, is a command-line utility included in Microsoft&#8217;s Windows NT line of operating systems beginning with Windows 2000. It allows local or remote configuration of network devices such as network interface controllers (NICs). To configure Windows IPv4 networking with Netsh, you can use the following commands: Netsh interface ipv4 show to display [&#8230;]</p>
<p>The post <a href="https://www.technig.com/configure-windows-ipv4-networking-with-netsh/">Configure Windows IPv4 Networking with Netsh</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div style="margin-bottom:20px;"><img width="840" height="420" src="https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility.jpg" class="attachment-post-thumbnail size-post-thumbnail wp-post-image" alt="Configure Windows IPv4 Networking with Netsh" decoding="async" loading="lazy" srcset="https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility.jpg 840w, https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility-300x150.jpg 300w, https://www.technig.com/wp-content/uploads/2014/11/Netsh-Utility-768x384.jpg 768w" sizes="(max-width: 840px) 100vw, 840px" /></div><p>Netsh, or Network Shell, is a command-line utility included in Microsoft&#8217;s Windows NT line of operating systems beginning with Windows 2000. It allows local or remote configuration of network devices such as network interface controllers (NICs).</p>
<p>To configure Windows IPv4 networking with Netsh, you can use the following commands:</p>
<p><code>Netsh interface ipv4 show</code> to display the current IPv4 configuration.<br />
<code>Netsh interface ipv4 set address</code> to set the IPv4 address, subnet mask, and default gateway.<br />
<code>Netsh interface ipv4 set dns</code> to set the DNS servers.<br />
<code>Netsh interface ipv4 set Winsock</code> to reset the Windows Sockets (Winsock) catalog.</p>
<h1 style="text-align: justify;">Configure IPv4 Networking with Netsh</h1>
<p style="text-align: justify;">Now I&#8217;m going to show you how to set IPv4-TCP/IP protocol with <strong>Netsh </strong>command-line tool in Windows Server Server or Windows clinets such as Windows 11.<br />
In the GUI environment, we can easily set or change IP to a NIC.</p>
<figure id="attachment_315" aria-describedby="caption-attachment-315" style="width: 403px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/Internet-Protocol-version-4-TCP-IP-Properties.jpg"><img loading="lazy" decoding="async" class="wp-image-315 size-full" src="https://technig.com/wp-content/uploads/2014/11/Internet-Protocol-version-4-TCP-IP-Properties.jpg" alt="Internet Protocol version 4 (TCP-IP) Properties" width="403" height="457" srcset="https://www.technig.com/wp-content/uploads/2014/11/Internet-Protocol-version-4-TCP-IP-Properties.jpg 403w, https://www.technig.com/wp-content/uploads/2014/11/Internet-Protocol-version-4-TCP-IP-Properties-265x300.jpg 265w" sizes="(max-width: 403px) 100vw, 403px" /></a><figcaption id="caption-attachment-315" class="wp-caption-text">Internet Protocol version 4 (TCP/IP) Properties</figcaption></figure>
<ol>
<li>Open a Command Prompt window with administrative privileges. Netsh work in both command prompt and PowerShell. I&#8217;m using Windows Powershell.</li>
<li>Type the following command to display the current IP configuration:</li>
</ol>
<p><code>netsh interface ipv4 show addresses</code></p>
<p style="text-align: justify;"><strong>3</strong>. To show or list the interface cards, just type: <code><strong>Netsh interface ipv4 show interface</strong></code></p>
<figure id="attachment_316" aria-describedby="caption-attachment-316" style="width: 770px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/Network-Interface-Cards.jpg"><img loading="lazy" decoding="async" class="wp-image-316 size-full" src="https://technig.com/wp-content/uploads/2014/11/Network-Interface-Cards.jpg" alt="Network Interface Cards" width="770" height="159" srcset="https://www.technig.com/wp-content/uploads/2014/11/Network-Interface-Cards.jpg 770w, https://www.technig.com/wp-content/uploads/2014/11/Network-Interface-Cards-300x62.jpg 300w, https://www.technig.com/wp-content/uploads/2014/11/Network-Interface-Cards-768x159.jpg 768w" sizes="(max-width: 770px) 100vw, 770px" /></a><figcaption id="caption-attachment-316" class="wp-caption-text">Network Interface Cards</figcaption></figure>
<p>Now you see two network interfaces. Ethernet0 with index ID 3 is the physical interface that we should set IP and configure.</p>
<p style="text-align: justify;"><strong>4</strong>. Type <code><strong> Netsh interface ipv4 show config Ethernet0</strong></code>. to see the configuration of a interface. You can set the index IP instead of the interface name.</p>
<figure id="attachment_317" aria-describedby="caption-attachment-317" style="width: 766px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/Automatic-pricate-ip-address.jpg"><img loading="lazy" decoding="async" class="wp-image-317 size-full" src="https://technig.com/wp-content/uploads/2014/11/Automatic-pricate-ip-address.jpg" alt="Automatic pricate ip address" width="766" height="193" srcset="https://www.technig.com/wp-content/uploads/2014/11/Automatic-pricate-ip-address.jpg 766w, https://www.technig.com/wp-content/uploads/2014/11/Automatic-pricate-ip-address-300x76.jpg 300w" sizes="(max-width: 766px) 100vw, 766px" /></a><figcaption id="caption-attachment-317" class="wp-caption-text">Automatic private IP address</figcaption></figure>
<p>It got an IP address from APIPA (automatic private IP address).<br />
<strong>5</strong>. To set a new IP address type: <code><strong>Netsh interface ipv4 set address name=Ethernet0 static 192.168.10.15 mask=255.255.255.0 gateway=192.168.10.1</strong></code> and press enter.</p>
<p>Let&#8217;s see the result by typing: <code><strong>netsh interface ipv4 show config</strong> <strong>3</strong></code> to see if it works correctly.</p>
<figure id="attachment_322" aria-describedby="caption-attachment-322" style="width: 992px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/Set-IP-address-and-default-gateway.jpg"><img loading="lazy" decoding="async" class="wp-image-322 size-full" src="https://technig.com/wp-content/uploads/2014/11/Set-IP-address-and-default-gateway.jpg" alt="Set IP address and default gateway" width="992" height="275" srcset="https://www.technig.com/wp-content/uploads/2014/11/Set-IP-address-and-default-gateway.jpg 992w, https://www.technig.com/wp-content/uploads/2014/11/Set-IP-address-and-default-gateway-300x83.jpg 300w, https://www.technig.com/wp-content/uploads/2014/11/Set-IP-address-and-default-gateway-768x213.jpg 768w" sizes="(max-width: 992px) 100vw, 992px" /></a><figcaption id="caption-attachment-322" class="wp-caption-text">Set the IP address and default gateway</figcaption></figure>
<p><strong>Note:</strong> You can set the default gateway separately by typing: <code><strong>Netsh interface ipv4 set address name=3 gateway=192.168.10.1</strong></code> and press enter. It can set the default gateway but may reset the IP address to APIPA like in the below screenshot.</p>
<figure id="attachment_320" aria-describedby="caption-attachment-320" style="width: 751px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/Set-default-gateway.jpg"><img loading="lazy" decoding="async" class="wp-image-320 size-full" src="https://technig.com/wp-content/uploads/2014/11/Set-default-gateway.jpg" alt="Set default gateway" width="751" height="248" srcset="https://www.technig.com/wp-content/uploads/2014/11/Set-default-gateway.jpg 751w, https://www.technig.com/wp-content/uploads/2014/11/Set-default-gateway-300x99.jpg 300w, https://www.technig.com/wp-content/uploads/2014/11/Set-default-gateway-750x248.jpg 750w" sizes="(max-width: 751px) 100vw, 751px" /></a><figcaption id="caption-attachment-320" class="wp-caption-text">Set default gateway</figcaption></figure>
<p><strong>6</strong>. Now try to set the DNS Server IP address with: <code><strong>Netsh interface ipv4 set dns name=3 static 192.168.10.10 primary</strong></code> and press enter.</p>
<figure id="attachment_323" aria-describedby="caption-attachment-323" style="width: 772px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/Set-DNS-Server-address.jpg"><img loading="lazy" decoding="async" class="wp-image-323 size-full" src="https://technig.com/wp-content/uploads/2014/11/Set-DNS-Server-address.jpg" alt="Set DNS Server address - Pv4 Networking with Netsh" width="772" height="280" srcset="https://www.technig.com/wp-content/uploads/2014/11/Set-DNS-Server-address.jpg 772w, https://www.technig.com/wp-content/uploads/2014/11/Set-DNS-Server-address-300x109.jpg 300w, https://www.technig.com/wp-content/uploads/2014/11/Set-DNS-Server-address-768x279.jpg 768w" sizes="(max-width: 772px) 100vw, 772px" /></a><figcaption id="caption-attachment-323" class="wp-caption-text">Set DNS Server address &#8211;  Configure IPv4 Networking with Netsh</figcaption></figure>
<p>It shows an error, but it works correctly. The error is due to the lack of a DNS server. If there were a DNS server, we would not encounter any errors.</p>
<h2>Enable ICMPv4 to make machine pingable via network</h2>
<p>Internet Control Message Protocol version 4 (ICMPv4) is a network layer protocol that is used to send control messages between hosts and routers on an IP network. ICMPv4 messages are used for a variety of purposes, including:</p>
<ul>
<li><strong>Error reporting:</strong> ICMPv4 messages can be used to report errors that occur during the transmission of IP datagrams. For example, if a router is unable to route a datagram to its destination, it will send an ICMPv4 error message back to the source host.</li>
<li><strong>Troubleshooting:</strong> ICMPv4 messages can be used to troubleshoot network problems. For example, if a host is unable to reach another host on the network, it can send an ICMPv4 echo request message to the destination host. If the destination host receives the echo request message, it will send an echo reply message back to the source host. This can help to determine if there is a problem with the network between the two hosts.</li>
<li><strong>Informational messages:</strong> ICMPv4 messages can also be used to send informational messages, such as router advertisements and neighbor solicitation messages. These messages are used to keep track of the topology of an IP network.</li>
</ul>
<p>ICMPv4 is a very important protocol for the operation of IP networks. It is used to report errors, troubleshoot problems, and keep track of the topology of an IP network.</p>
<p><strong>Here are some of the most common ICMPv4 messages:</strong></p>
<ul>
<li><strong>Echo request:</strong> This message is used to request a response from a destination host.</li>
<li><strong>Echo reply:</strong> This message is sent in response to an echo request message.</li>
<li><strong>Destination unreachable:</strong> This message is sent to the source host when a datagram cannot be delivered to its destination.</li>
<li><strong>Time exceeded:</strong> This message is sent to the source host when a datagram&#8217;s Time to Live (TTL) expires.</li>
<li><strong>Redirect:</strong> This message is sent to the source host to suggest an alternate route to its destination.</li>
</ul>
<p>ICMPv4 is a part of the Internet Protocol suite (TCP/IP) and is defined in RFC 792. It is used by all IP-based networks, including the Internet.</p>
<p style="text-align: justify;"><strong>1</strong>. By default <strong>ICMPv4</strong> (echo request) is disabled and you can&#8217;t ping the system via network. To enable it by command line just type: <code><strong>netsh advfirewall firewall add rule name=ICMPV4 protocol=icmpv4 dir=in action=allow</strong></code>.</p>
<figure id="attachment_325" aria-describedby="caption-attachment-325" style="width: 845px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/Enable-echo-request-with-netsh.jpg"><img loading="lazy" decoding="async" class="wp-image-325 size-full" src="https://technig.com/wp-content/uploads/2014/11/Enable-echo-request-with-netsh.jpg" alt="Enable echo request with netsh" width="845" height="80" srcset="https://www.technig.com/wp-content/uploads/2014/11/Enable-echo-request-with-netsh.jpg 845w, https://www.technig.com/wp-content/uploads/2014/11/Enable-echo-request-with-netsh-300x28.jpg 300w, https://www.technig.com/wp-content/uploads/2014/11/Enable-echo-request-with-netsh-768x73.jpg 768w" sizes="(max-width: 845px) 100vw, 845px" /></a><figcaption id="caption-attachment-325" class="wp-caption-text">Enable echo request with netsh</figcaption></figure>
<p><strong>2</strong>. To see if it is enabled or not yet type <code><strong>Netsh advfirewall firewall show rule name=icmpv4</strong></code> and press enter.</p>
<figure id="attachment_326" aria-describedby="caption-attachment-326" style="width: 695px" class="wp-caption aligncenter"><a href="https://www.technig.com/wp-content/uploads/2014/11/ICMPv4-configuration.jpg"><img loading="lazy" decoding="async" class="wp-image-326 size-full" src="https://technig.com/wp-content/uploads/2014/11/ICMPv4-configuration.jpg" alt="ICMPv4 configuration" width="695" height="278" srcset="https://www.technig.com/wp-content/uploads/2014/11/ICMPv4-configuration.jpg 695w, https://www.technig.com/wp-content/uploads/2014/11/ICMPv4-configuration-300x120.jpg 300w" sizes="(max-width: 695px) 100vw, 695px" /></a><figcaption id="caption-attachment-326" class="wp-caption-text">ICMPv4 configuration</figcaption></figure>
<p>Alright, that&#8217;s all you need to know to configure the IPv4 IP address of Windows Server 2012 to Windows Server 2022, Windows 7, 8, 10, and Windows 11.</p>
<h3>The following commands are just some examples of netsh for showing:</h3>
<p>Commands in this context:<br />
<code>show addresses</code> &#8211; Shows IP address configurations.<code><br />
show compartments</code> &#8211; Shows compartment parameters.<code><br />
show config</code> &#8211; Displays IP address and additional information.<code><br />
show destinationcache</code> &#8211; Shows destination cache entries.<code><br />
show dnsservers</code> &#8211; Displays the DNS server addresses.<code><br />
show dynamicportrange</code> &#8211; Shows dynamic port range configuration parameters.<code><br />
show excludedportrange</code> &#8211; Shows all excluded port ranges.<code><br />
show global</code> &#8211; Shows global configuration parameters.<code><br />
show icmpstats</code> &#8211; Displays ICMP statistics.<code><br />
show interfaces</code> &#8211; Shows interface parameters.<code><br />
show ipaddresses</code> &#8211; Shows current IP addresses.<code><br />
show ipnettomedia</code> &#8211; Displays IP net-to-media mappings.<code><br />
show ipstats</code> &#8211; Displays IP statistics.<code><br />
show joins</code> &#8211; Displays multicast groups joined.<code><br />
show neighbors</code> &#8211; Shows neighbor cache entries.<code><br />
show offload</code> &#8211; Displays the offload information.<code><br />
show route</code> &#8211; Shows route table entries.<code><br />
show subinterfaces</code> &#8211; Shows subinterface parameters.<code><br />
show tcpconnections</code> &#8211; Displays TCP connections.<code><br />
show tcpstats</code> &#8211; Displays TCP statistics.<code><br />
show udpconnections</code> &#8211; Displays UDP connections.<code><br />
show udpstats</code> &#8211; Displays UDP statistics.<code><br />
show winsservers</code> &#8211; Displays the WINS server addresses.</p>
<p>Good luck!</p>
<p>The post <a href="https://www.technig.com/configure-windows-ipv4-networking-with-netsh/">Configure Windows IPv4 Networking with Netsh</a> appeared first on <a href="https://www.technig.com">TECHNIG</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.technig.com/configure-windows-ipv4-networking-with-netsh/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">313</post-id>	</item>
	</channel>
</rss>
