|
|
 |  |
Re: Dynamic IPFrom: Men & Mice Support Date: Monday, November 8, 2004
Time: 8:18:17 pmAt 7:20 PM -0800 11/8/04, Scott Haneda wrote:
>on 11/8/04 7:12 PM, Men & Mice Support at cbuxton@menandmice.com wrote:
>
>> What is needed is a dynamic DNS client. There are several ways you
>> could crack this nut. The first couple of suggestions below assume
>> you'll set up a dynamic zone for your friend.
>
>Can you point me to some instructs on this?
Which part?
A dynamic DNS client should be available from whatever dynamic DNS
system your friend chooses to use. However, if you're talking about
him hitting your web server periodically, then it's not really
necessary.
So I'd guess you're asking about nsupdate. You can use something like this:
nsupdate -k /var/named/conf/user_before data
where data is a return-separated list of statements. If you want to
just replace the A record named "example.com" with a new one each
time, you can use statements like this:
zone example.com
update delete example.com A
update add example.com 900 A ip-addr
send
The "900" is a TTL of 15 minutes. Replace "ip-addr" with the new IP address.
Chris Buxton
Men & Mice - Making DNS Easy
Customer Service and Sales Engineer
|
Messages In This Thread:- Dynamic IP by Scott Haneda on Nov 8, 2004 at 6:35:56 pm
|

Return to Digital Point Solutions' Home Page |