To check servers IP address of your web server using terminal, you need to enter command statement mentioned in post below.
You can also check using some online available website like, getip, YouGetSignal and other.
You can also check online servers IP address using windows cmd prompt using below command:
1 |
ping www.serverspost.com |

Check IP Address of own Linux server
Here is Linux command to find out own IP Address:
1 |
ifconfig eth0 | grep inet | awk '{ print $2 }' |
Get more updated on Linux Server.