Ray: Experimental

My Visitor

Like this site!

Wanna help other found this site? +1 us now!

Google +1 Button Privacy Policy

Synology Tags

My WebHost

I recommend hostgator, here is why.

Synology DS207+ usage series 13 - Send me my public IP address to my gmail account

This article is depreciated. Please refer to usage series 15 for better solution.

Thank you dyndns for keep deleting/banning my free ddns account for whatever reason.

I decided to have both of my NAS telling me their pubic IP address. And so I written the script below and have crontab execute the script twice per day.

Here is the simple script

#!/bin/sh

wget -qO – http://whatismyip.com/automation/n09230945.asp | 
/opt/bin/nail -s "My IP Address" [your email address]

exit;

Thank you whatismyip.com!

Say goodbye to all those Not-really-free DDNS service.

I’m glad I owned a Synology NAS.

UPDATE Aug 4, 2009

The disadvantage for this solution is that you will receive email alert even your public IP is remains unchanged. Another script is written to detect and send email alert only when public IP is changed.

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Before you submit form:
Human test by Not Captcha