Answers for "how to prevision ipv6 address in linux manchine 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
1

linux ipv4 address

ip addr
Posted by: Guest on April-15-2021

Code answers related to "how to prevision ipv6 address in linux manchine in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language