I recommend the dyndns option.&nbsp; I have a little apt installable daemon on my laptop that refreshes the entry <a href="http://rura-penthe.ath.cx">rura-penthe.ath.cx</a> with my current IP.&nbsp; That way, if it&#39;s ever stolen, I have a name to watch the trail of if the machine goes online at any point.&nbsp; 
<br><br>hank@rura-penthe ~ $ host <a href="http://rura-penthe.ath.cx">rura-penthe.ath.cx</a><br><a href="http://rura-penthe.ath.cx">rura-penthe.ath.cx</a> has address <a href="http://66.223.247.194">66.223.247.194</a><br>
<br>It&#39;s very nice.&nbsp; Get the package ddclient.&nbsp; Then, set up your /etc/ddclient.conf like this:<br><br># Configuration file for ddclient generated by debconf<br>#<br># /etc/ddclient.conf<br><br>pid=/var/run/ddclient.pid
<br>protocol=dyndns2<br>use=web<br>server=<a href="http://members.dyndns.org">members.dyndns.org</a><br>login=&lt;your login&gt;<br>password=&#39;&lt;your Password&gt;&#39;<br>&lt;your dynamic name&gt;<br><br>Where my dynamic name is 
<a href="http://rura-penthe.ath.cx">rura-penthe.ath.cx</a>.&nbsp; Then, just run ddclient as root.&nbsp; It also has an initscript in /etc/init.d/ddclient.&nbsp; You can use this to schedule your updates.&nbsp; There&#39;s a ton more information here:
<br><br><a href="http://ddclient.sourceforge.net/?page=1">http://ddclient.sourceforge.net/?page=1</a><br><br>Good luck.<br><br>- Hank<br><br><br><div><span class="gmail_quote">On 4/12/07, <b class="gmail_sendername">Dayne Broderson
</b> &lt;<a href="mailto:dayne@alaska.edu">dayne@alaska.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br><br>You probably need to configure the box to had the mail to your mom&#39;s ISP.
<br>They should have an SMTP server, and that is what you&#39;d have to configure<br>the box to use for mail delivery.<br><br>You could do the scp using ssh-keys so it doesn&#39;t prompt for a password..<br>but I&#39;d avoid that.. since that would be passwordless keys to your account
<br>sitting on a machine you don&#39;t fully control.<br><br>A better option would be to write a tiny little CGI/php app on Mod0 that<br>allowed a machine to submit its &#39;name&#39; and &#39;ip&#39;.&nbsp;&nbsp;Then have it store that
<br>for you to go and check to see what IP that machine&#39;s name is.<br><br>Another option is to get a dynamic DNS provider and setup their script..<br>then just use that domain name.&nbsp;&nbsp;Might have to tweak the script to pull
<br>the IP from your script instead of ifconfig.<br><br># <a href="mailto:dayne@alaska.edu">dayne@alaska.edu</a> # 907.474.6182 #<br><br>On Thu, 12 Apr 2007, Paul Swanson wrote:<br><br>&gt; I&#39;m running Ubuntu Feisty, and I can&#39;t send myself an email using
<br>&gt; &#39;mail&#39; (I installed mailutils).<br>&gt;<br>&gt; mail -s &quot;Subject&quot; <a href="mailto:email@address.com">email@address.com</a><br>&gt; Body text blah<br>&gt; [ctrl+d]<br>&gt;<br>&gt; Correct? Well, it&#39;s not working.
<br>&gt;<br>&gt; In a more generic sense, I just need to get a tiny bit of information<br>&gt; off of a remote computer every now and then. If there&#39;s some other way<br>&gt; to get it to me, that&#39;d work as well.<br>
&gt;<br>&gt; What I&#39;m ultimately trying to do is get the IP address of my mom&#39;s<br>&gt; computer. It changes every few days, and I need to SSH into it. What<br>&gt; I&#39;m thinking right now is - Run a cron job that twice a day runs this
<br>&gt; script:<br>&gt;<br>&gt; rm index.html<br>&gt; wget <a href="http://whatismyip.com">whatismyip.com</a><br>&gt; egrep -m 1 -o &#39;([0-9]{1,3}\.){3}[0-9]{1,3}&#39; index.html &gt; temp.txt<br>&gt; if [ &quot;`cat momsip.txt`
&quot; != &quot;`cat temp.txt`&quot; ]; then<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mv temp.txt momsip.txt<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; mail -s &quot;Mom&#39;s IP address&quot; -t <a href="mailto:my@email.com">my@email.com</a><br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; # ???<br>&gt; fi<br>
&gt;<br>&gt; I suppose I could also have it scp the file into my modzer0 account,<br>&gt; but this seems more elegant. Also, would it need the password every<br>&gt; time?<br>&gt;<br>&gt; Or is there a much more elegant solution?
<br>&gt;<br>&gt; Thanks,<br>&gt; Paul<br>&gt; _______________________________________________<br>&gt; uaflug mailing list<br>&gt; <a href="mailto:uaflug@linux0.cs.uaf.edu">uaflug@linux0.cs.uaf.edu</a><br>&gt; <a href="http://linux0.cs.uaf.edu/mailman/listinfo/uaflug">
http://linux0.cs.uaf.edu/mailman/listinfo/uaflug</a><br>&gt;<br>_______________________________________________<br>uaflug mailing list<br><a href="mailto:uaflug@linux0.cs.uaf.edu">uaflug@linux0.cs.uaf.edu</a><br><a href="http://linux0.cs.uaf.edu/mailman/listinfo/uaflug">
http://linux0.cs.uaf.edu/mailman/listinfo/uaflug</a><br></blockquote></div><br><br clear="all"><br>-- <br>ruby -ropen-uri -e &quot;eval(open(&#39;<a href="http://sig.ralree.info&#39;).read.gsub(/\s/,&#39;&#39;)">http://sig.ralree.info&#39;).read.gsub(/\s/,&#39;&#39;)
</a>)&quot;