Guest User

Joel

a guest
Sep 18th, 2020
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.09 KB | None | 0 0
  1. Microsoft Windows [Version 6.1.7601]
  2. Copyright (c) 2009 Microsoft Corporation. All rights reserved.
  3.  
  4. C:\Users\Administrator>ipconfig /a;;
  5.  
  6. Error: unrecognized or incomplete command line.
  7.  
  8. USAGE:
  9. ipconfig [/allcompartments] [/? | /all |
  10. /renew [adapter] | /release [adapter] |
  11. /renew6 [adapter] | /release6 [adapter] |
  12. /flushdns | /displaydns | /registerdns |
  13. /showclassid adapter |
  14. /setclassid adapter [classid] |
  15. /showclassid6 adapter |
  16. /setclassid6 adapter [classid] ]
  17.  
  18. where
  19. adapter Connection name
  20. (wildcard characters * and ? allowed, see examples)
  21.  
  22. Options:
  23. /? Display this help message
  24. /all Display full configuration information.
  25. /release Release the IPv4 address for the specified adapter.
  26. /release6 Release the IPv6 address for the specified adapter.
  27. /renew Renew the IPv4 address for the specified adapter.
  28. /renew6 Renew the IPv6 address for the specified adapter.
  29. /flushdns Purges the DNS Resolver cache.
  30. /registerdns Refreshes all DHCP leases and re-registers DNS names
  31. /displaydns Display the contents of the DNS Resolver Cache.
  32. /showclassid Displays all the dhcp class IDs allowed for adapter.
  33. /setclassid Modifies the dhcp class id.
  34. /showclassid6 Displays all the IPv6 DHCP class IDs allowed for adapter
  35. .
  36. /setclassid6 Modifies the IPv6 DHCP class id.
  37.  
  38.  
  39. The default is to display only the IP address, subnet mask and
  40. default gateway for each adapter bound to TCP/IP.
  41.  
  42. For Release and Renew, if no adapter name is specified, then the IP address
  43. leases for all adapters bound to TCP/IP will be released or renewed.
  44.  
  45. For Setclassid and Setclassid6, if no ClassId is specified, then the ClassId is
  46. removed.
  47.  
  48. Examples:
  49. > ipconfig ... Show information
  50. > ipconfig /all ... Show detailed information
  51. > ipconfig /renew ... renew all adapters
  52. > ipconfig /renew EL* ... renew any connection that has its
  53. name starting with EL
  54. > ipconfig /release *Con* ... release all matching connections,
  55. eg. "Local Area Connection 1" or
  56. "Local Area Connection 2"
  57. > ipconfig /allcompartments ... Show information about all
  58. compartments
  59. > ipconfig /allcompartments /all ... Show detailed information about all
  60. compartments
  61.  
  62. C:\Users\Administrator>ipconfig /all
  63.  
  64. Windows IP Configuration
  65.  
  66. Host Name . . . . . . . . . . . . : HOMESERVER
  67. Primary Dns Suffix . . . . . . . :
  68. Node Type . . . . . . . . . . . . : Hybrid
  69. IP Routing Enabled. . . . . . . . : No
  70. WINS Proxy Enabled. . . . . . . . : No
  71. DNS Suffix Search List. . . . . . : 192.168.1.254
  72.  
  73. Ethernet adapter Local Area Connection:
  74.  
  75. Connection-specific DNS Suffix . : home
  76. Description . . . . . . . . . . . : Broadcom NetXtreme Gigabit Ethernet
  77. Physical Address. . . . . . . . . : C8-CB-B8-C5-2E-62
  78. DHCP Enabled. . . . . . . . . . . : Yes
  79. Autoconfiguration Enabled . . . . : Yes
  80. IPv6 Address. . . . . . . . . . . : fdaa:bbcc:ddee:0:58e4:dea2:f76b:6bbd(Pref
  81. erred)
  82. Link-local IPv6 Address . . . . . : fe80::58e4:dea2:f76b:6bbd%13(Preferred)
  83. IPv4 Address. . . . . . . . . . . : 192.168.1.72(Preferred)
  84. Subnet Mask . . . . . . . . . . . : 255.255.255.0
  85. Lease Obtained. . . . . . . . . . : 18 September 2020 20:23:33
  86. Lease Expires . . . . . . . . . . : 19 September 2020 20:23:32
  87. Default Gateway . . . . . . . . . : 192.168.1.254
  88. DHCP Server . . . . . . . . . . . : 192.168.1.254
  89. DHCPv6 IAID . . . . . . . . . . . : 197708728
  90. DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-19-72-9D-63-C8-CB-B8-C5-2E-62
  91.  
  92. DNS Servers . . . . . . . . . . . : 192.168.1.254
  93. NetBIOS over Tcpip. . . . . . . . : Enabled
  94. Connection-specific DNS Suffix Search List :
  95. home
  96.  
  97. Tunnel adapter isatap.home:
  98.  
  99. Media State . . . . . . . . . . . : Media disconnected
  100. Connection-specific DNS Suffix . :
  101. Description . . . . . . . . . . . : Microsoft ISATAP Adapter
  102. Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
  103. DHCP Enabled. . . . . . . . . . . : No
  104. Autoconfiguration Enabled . . . . : Yes
  105.  
  106. Tunnel adapter Local Area Connection* 9:
  107.  
  108. Media State . . . . . . . . . . . : Media disconnected
  109. Connection-specific DNS Suffix . :
  110. Description . . . . . . . . . . . : Teredo Tunneling Pseudo-Interface
  111. Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
  112. DHCP Enabled. . . . . . . . . . . : No
  113. Autoconfiguration Enabled . . . . : Yes
  114.  
  115. C:\Users\Administrator>
Advertisement
Add Comment
Please, Sign In to add comment