Skip to content

ipconfig

CodeDuckMan edited this page Jan 25, 2024 · 5 revisions

Overview

The ipconfig command is a Windows specific command line that shows off the systems current Primary DNS Suffix, IPv4 Address, Subnet Mask, and Default Gateway

Variations

A variation of ipconfig is ipconfig /all. This version of the command will show the following

  • the Host Name
  • the Primary Dns Suffix
  • the Node Type
  • if IP Routing is enabled
  • if WINS Proxy is enabled
  • the DNS suffix Search List
  • the Connection-specific DNS Suffix
  • the Description
  • the Physical Address
  • if DHCP is enabled
  • the IPv4 Address
  • the Subnet Mask
  • the Lease Obtained date
  • the Lease Expires date
  • the Default Gateway
  • the DHCP Server
  • the DNS Servers
  • if NetBios over Tcpip is enabled
Clone this wiki locally