<div dir="ltr"><div>So, I often check this in a few ways when bouncing around public internet, but I found today a very useful thing I never knew existed.  Curl has a native script for checking this vs. pulling up google and typing "what is my ip address" or other ways.  I wish I knew this existed since like forever.<br></div><div><br></div><div>Might be useful for systems folk, as typically any linux system I'm on tends to have curl for other things.<br></div><div><br></div><div><div>[user@host ~]$ curl <a href="http://ifconfig.me">ifconfig.me</a><br></div>x.x.x.x</div><div><br></div><div>[user@host ~]$ curl <a href="http://ifconfig.me/all">ifconfig.me/all</a><br>ip_addr: x.x.x.x<br>remote_host: unavailable<br>user_agent: curl/7.71.1<br>port: 57676<br>language: <br>referer: <br>connection: <br>keep_alive: <br>method: GET<br>encoding: <br>mime: */*<br>charset: <br>via: 1.1 google<br>forwarded: x.x.x.x</div><div><br></div><div>HTH!</div><div><br></div><div>-mb</div><div><br></div></div>