--- syntax: markdown tags: [tldr, osx] source: https://github.com/tldr-pages/tldr.git --- # ipconfig > View and control IP configuration state. > More information: . - List all network interfaces: `ipconfig getiflist` - Show the IP address of an interface: `ipconfig getifaddr {{interface_name}}`