How to find real (public) IP address in Linux CLI?

[root@mail ~]#  wget http://ipecho.net/plain -O – -q ; echo

XX.XX.122.84
[root@server ~]#

[root@mail ~]# curl ifconfig.co 

XX.XX.122.84
[root@server ~]#

By:

Posted in:


Leave a comment