how to check my ip ubuntu code example
Example 1: ubuntu check public ip command line
dig +short myip.opendns.com @resolver1.opendns.com
host myip.opendns.com resolver1.opendns.com | grep "myip.opendns.com has" | awk '{print $4}'
wget -qO- http://ipecho.net/plain | xargs echo
wget -qO - icanhazip.com
curl ifconfig.co
curl ifconfig.me
curl icanhazip.com
Example 2: change ubuntu ip address command line
network:
version: 2
renderer: networkd
ethernets:
eth0:
addresses: [10.10.10.2/24]
gateway4: 10.10.10.1
nameservers:
search: [mydomain, otherdomain]
addresses: [9.9.9.9, 1.1.1.1]
Example 3: ip address ubuntu
ip address show