Answers for "static ip linux ubuntu"

1

show public ip ubuntu

$ wget -qO- https://ipecho.net/plain ; echo
Posted by: Guest on January-04-2022
0

ubuntu get external ip

curl -s https://checkip.dyndns.org | sed -e 's/.*Current IP Address: //' -e 's/<.*$//'
Posted by: Guest on July-24-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language