cmdref.net - Cheat Sheet and Example

cmdref.net is command references/cheat sheets/examples for system engineers.

User Tools

Site Tools


Sidebar








Cloud



Etc


Reference














.

tools:gip.html



Check my public IP address

My Public IP Address

Pubcic IP Address     44.206.248.122

Check from Terminal
curl https://cmdref.net/tools/gip.html  |grep "Pubcic IP Address"
wget -O - https://cmdref.net/tools/gip.html |grep "Pubcic IP Address"


inet-ip.info

http://inet-ip.info/

$ curl inet-ip.info
x.x.x.x


httpbin.org/ip

http://httpbin.org/ip

$ curl httpbin.org/ip
{
  "origin": "x.x.x.x"
}


ifconfig.me

https://ifconfig.me/

$ curl ifconfig.me
x.x.x.x






Related Pages




tools/gip.html.txt ยท Last modified: 2021/05/12 by admin

Page Tools