Menu
Tools
Finance
Entertainment
Support
Members
You are here
Home
»
Forums
»
Networking
» How to check IP address
Error message
Warning
: preg_match(): Unknown modifier '2' in
os_check()
(line
252
of
/var/www/custom/tools/tools.inc
).
Warning
: preg_match(): Unknown modifier 'T' in
os_check()
(line
252
of
/var/www/custom/tools/tools.inc
).
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