Difference between revisions of "Ipconfig (Windows)"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
 
(16 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Draft}}
 
{{Draft}}
 
+
{{lc}}
 
+
* [[Renew DHCP address in your macOS from command line]]
+
ipconfig
 +
ipconfig | [[findstr]] "IPv4 Address"
  
  
Line 9: Line 10:
 
* <code>[[ipconfig /all]]</code>
 
* <code>[[ipconfig /all]]</code>
 
* <code>[[ipconfig /flushdns]]</code>
 
* <code>[[ipconfig /flushdns]]</code>
 +
 +
 +
== Examples ==
 +
ipconfig
 +
 +
Windows IP Configuration
 +
 +
 +
[[Ethernet adapter Ethernet]]:
 +
 +
    Connection-specific DNS Suffix  . :
 +
    Link-local IPv6 Address . . . . . : fe70::286d:7575:4228:3147%22
 +
    IPv4 Address. . . . . . . . . . . : 10.10.1.2
 +
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
 +
    Default Gateway . . . . . . . . . : 10.10.1.1
 +
 +
 +
[[Wireless LAN adapter Wi-Fi]]:
 +
  Connection-specific DNS Suffix  . :
 +
  IPv6 Address. . . . . . . . . . . : 5a0c:5a71:8713:a700:aa27:a2fe:1f2c:f0c1
 +
  Temporary IPv6 Address. . . . . . : 2a0c:5a81:8713:a730:f5a6:f490:72e8:2de5
 +
  Link-local IPv6 Address . . . . . : fe80::dc1c:2412:ad45:f1de%14
 +
  IPv4 Address. . . . . . . . . . . : 192.168.1.350
 +
  Subnet Mask . . . . . . . . . . . : 255.255.255.0
 +
  Default Gateway . . . . . . . . . : fe87::9428:3fff:fe54:19b%14
 +
                                      192.168.56.1
 +
 +
== Activities ==
 +
* [[Renew DHCP address in your macOS from command line]]
 +
  
 
== Related terms ==
 
== Related terms ==
 
* <code>[[arp -a]]</code>
 
* <code>[[arp -a]]</code>
 
+
* <code>[[route print]]</code>
 
+
* <code>[[ifconfig]]</code>
 +
* <code>[[ipconfig (macOS)]]</code>
 +
* [[AWS: 169.254.169.254]]
 +
** curl http://169.254.169.254/latest/meta-data/local-ipv4
 +
** curl http://169.254.169.254/latest/meta-data/public-ipv4
  
 
== See also ==
 
== See also ==

Latest revision as of 09:23, 22 November 2023

This article is a Draft. Help us to complete it.

ipconfig 
ipconfig | findstr "IPv4 Address"



Examples[edit]

ipconfig

Windows IP Configuration


Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe70::286d:7575:4228:3147%22
   IPv4 Address. . . . . . . . . . . : 10.10.1.2
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.10.1.1


Wireless LAN adapter Wi-Fi:
  Connection-specific DNS Suffix  . :
  IPv6 Address. . . . . . . . . . . : 5a0c:5a71:8713:a700:aa27:a2fe:1f2c:f0c1
  Temporary IPv6 Address. . . . . . : 2a0c:5a81:8713:a730:f5a6:f490:72e8:2de5
  Link-local IPv6 Address . . . . . : fe80::dc1c:2412:ad45:f1de%14
  IPv4 Address. . . . . . . . . . . : 192.168.1.350
  Subnet Mask . . . . . . . . . . . : 255.255.255.0
  Default Gateway . . . . . . . . . : fe87::9428:3fff:fe54:19b%14
                                      192.168.56.1

Activities[edit]


Related terms[edit]

See also[edit]

Advertising: