Menu
Tools
Finance
Entertainment
Support
Members
You are here
Home
»
Forums
»
Networking
» How to check IP address
How to check IP address
Forums:
Networking
How to check ip address
ifconfig
New method:
ip addr show eth0
This can be shortened to:
ip add
or further shortened to:
ip a
for the bare minimum:
hostname -I