Overview for ip

How to find your IP address in Linux Mint?

The simplest and the fastes way to find your IP address in Linux Mint is to run the following command in linux terminal:

$ hostname -I

But this is an example, how to find your IP address in internal network. In case you are looking for an external IP address (the address you have in internet), you should run a command:

$ curl ifconfig.me

or

$ curl ident.me

Read more

Written by Administrator on Friday May 1, 2020