Answers for "how to see my ip address in linux\"

23

display ip address linux

#private ip
hostname -I
or
ifconfig
or
ip addr show

#public ip
curl ifconfig.me
Posted by: Guest on December-02-2020
32

how to see ip in linux

curl ifconfig.me
Posted by: Guest on May-04-2020
0

check ip address linux

ip addr
ip addr show eth0
ifconfig -a
ifconfig eth0
ip route
ip route show dev eth0
Posted by: Guest on April-05-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language