Dynamic IP Web Server

Drew Tomlinson drew at mykitchentable.net
Tue Apr 15 16:26:55 PDT 2003


----- Original Message -----
From: "William Ashworth" <willybaby12345 at yahoo.com>
To: "E. J. Cerejo" <ej.cerejo at laposte.net>
Cc: <freebsd-questions at freebsd.org>
Sent: Tuesday, April 15, 2003 3:53 PM
Subject: Re: Dynamic IP Web Server


> I use zone edit (www.zoneedit.com).  They are free for up to 5 zones.
Then,
> I just use wget to do the following commands every 5 minz on crontab:
>
> wget -O - --http-user=my_username_here --http-passwd=my_passwd_here
> 'http://dynamic.zoneedit.com/auth/dynamic.html?host=www.123123.info'
> wget -O - --http-user=my_username_here --http-passwd=my_passwd_here
> 'http://dynamic.zoneedit.com/auth/dynamic.html?host=123123.info'
>
> When it pings them, their database automatically updates...no DNS change
to
> wait for worldwise    ;)

I use ZoneEdit as well and it works fine.  Just be advised that you are not
allowed to update more than once per hour unless your IP address has
changed.  I've actually received nasty grams to that effect when I first
started.  So now I use a script that compares my current IP with my previous
IP.  If they are the same, nothing happens.  If they are different, a lynx
command is executed to update, similar to the one above.

Cheers,

Drew

> THIS IS INSTANT DNS CHANGE!!!!
>
> Thanks,
> Will Ashworth
>
>
>
> ----- Original Message -----
> From: "E. J. Cerejo" <ej.cerejo at laposte.net>
> To: "Alfonso Romero" <ibac at prodigy.net.mx>
> Cc: <freebsd-questions at freebsd.org>
> Sent: Tuesday, April 15, 2003 3:35 PM
> Subject: Re: Dynamic IP Web Server
>
>
> > use dns2go
> >
> > www.dns2go.com
> >
> > Alfonso Romero wrote:
> > > Is there a way to use a dynamic IP address to host a Web site? Could
you
> please tell me where can I get some information about that?
> > > _______________________________________________
> > > freebsd-questions at freebsd.org mailing list
> > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > > To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
> > >
> >
> >
> > _______________________________________________
> > freebsd-questions at freebsd.org mailing list
> > http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> > To unsubscribe, send any mail to
> "freebsd-questions-unsubscribe at freebsd.org"
> >
>
>
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to
"freebsd-questions-unsubscribe at freebsd.org"
>
>



More information about the freebsd-questions mailing list