<div dir="ltr">I have wanted to know how to do this but never had the reason. My first inclination is to write a shell script in a loop. You can control the timing and save results to a file if necessary. Here's the command that seems to work<div><br></div><div><a href="https://unix.stackexchange.com/questions/22615/how-can-i-get-my-external-ip-address-in-a-shell-script">https://unix.stackexchange.com/questions/22615/how-can-i-get-my-external-ip-address-in-a-shell-script</a> <div><br></div><div><pre><code>dig +short <a href="http://myip.opendns.com">myip.opendns.com</a> @<a href="http://resolver1.opendns.com">resolver1.opendns.com</a></code></pre><pre><code><br></code></pre><pre><code>It seems to work. I usually check my ip using a google search. For a faster response you could find the RoBeUs dns server.</code></pre><pre><code>Post up your script if you write one.</code></pre><pre>Don<br></pre></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On 27 January 2018 at 14:46, William Park via talk <span dir="ltr"><<a href="mailto:talk@gtalug.org" target="_blank">talk@gtalug.org</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I recently switched to CarryTel, and I'm getting disconnected quite often.<br>
So, I want to monitor my external IP, every minute.  For this, I usually<br>
use <<a href="http://myexternalip.com/raw" rel="noreferrer" target="_blank">http://myexternalip.com/raw</a>>, but it has rate limit.<br>
<br>
What site do you use to get your external IP?  I want to round-robin<br>
through these.  Google gives you this when you search "what is my ip",<br>
but it's difficult to dig it out.  Simpler, the better.<br>
<span class="HOEnZb"><font color="#888888">--<br>
William Park <<a href="mailto:opengeometry@yahoo.ca">opengeometry@yahoo.ca</a>><br>
---<br>
Talk Mailing List<br>
<a href="mailto:talk@gtalug.org">talk@gtalug.org</a><br>
<a href="https://gtalug.org/mailman/listinfo/talk" rel="noreferrer" target="_blank">https://gtalug.org/mailman/<wbr>listinfo/talk</a><br>
</font></span></blockquote></div><br></div>