Answers for "get your ip address from terminal"

1

how to find public ip address in linux

$ wget -qO- http://ipecho.net/plain | xargs echo
$ wget -qO - icanhazip.com

120.88.41.175
Posted by: Guest on December-01-2020
14

show ip address linux

$ hostname -I
Posted by: Guest on August-22-2020
2

get your ip address from terminal

for local ip :

hostname -I

for Public ip :

curl icanhazip.com
Posted by: Guest on December-28-2020

Code answers related to "get your ip address from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language