<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;font-family:Calibri,Helvetica,sans-serif;" dir="ltr">
<p style="margin-top:0;margin-bottom:0">radius is only an AAA and transmit Auth OK/KO to VPN terminator and IP allow/deny rules to VPN terminator (ip filtering like iptable)</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">So radius only Auth termination of VPN tunnel and transmit per user linked policy deny and allow rules (like iptable as said).</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">I think VPN terminator can be configured to use an IP pool internal or on an external DHCP server like DHCP proxy if u know.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">You should check on VPN concentrator manuals.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<p style="margin-top:0;margin-bottom:0">If not you could see a client like DDNS over internet that support ISC DHCP to D. update DNS zone starting from a daemon running on remote pc but this is only an idea to be scouted.</p>
<p style="margin-top:0;margin-bottom:0"><br>
</p>
<br>
<br>
<div style="color: rgb(0, 0, 0);">
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> bind-users <bind-users-bounces@lists.isc.org> on behalf of Matthew Pounsett <matt@conundrum.com><br>
<b>Sent:</b> Friday, March 23, 2018 8:00 PM<br>
<b>To:</b> Meike Stone<br>
<b>Cc:</b> bind-users@lists.isc.org<br>
<b>Subject:</b> Re: clean up an ddns zone</font>
<div> </div>
</div>
<div>
<div dir="ltr"><br>
<div class="x_gmail_extra"><br>
<div class="x_gmail_quote">On 23 March 2018 at 13:32, Meike Stone via bind-users <span dir="ltr">
<<a href="mailto:bind-users@lists.isc.org" target="_blank" id="LPlnk705125" previewremoved="true">bind-users@lists.isc.org</a>></span> wrote:<br>
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
Hello,<br>
<br>
at the moment, I use ISC dhcpd to register all client names in the DNS<br>
(Bind) via isc's ddns api. Every thing is working well.<br>
But now, some notebook clients should get company access via UMTS or<br>
VPN. In this case, a radius server is controlling the IP addresses,<br>
not the ISC dhcpd.<br>
</blockquote>
<div><br>
</div>
<div>What's the mechanism for getting the IP address to the client? Is there a RADIUS client on the client machine, or is your VPN using DHCP to get addresses to the client? If the latter, then it likely has a mechanism for sending the same DNS Update messages
that ISC's dhcpd does (DNS Update messages are a part of the DNS standard, and the ability to send them to maintain DNS for dynamic addresses is almost ubiquitous among DHCP implementations). </div>
<div><br>
</div>
<div>It's possible your RADIUS server also can do DNS Update messages, but I'm so far removed from the time when I ran RADIUS servers that I confess I can't recall whether that was a common option.</div>
<div><br>
</div>
<blockquote class="x_gmail_quote" style="margin:0 0 0 .8ex; border-left:1px #ccc solid; padding-left:1ex">
Is there any possibility, maybe that the clients send their lease time<br>
and the Bind does delete the RR (like isc it would do), if the lease<br>
time is over and if no ddns refresh was made?<br>
</blockquote>
<div><br>
</div>
<div>I'm not aware of any way to automatically expire records in a dynamic zone. </div>
<div><br>
</div>
<div>It's an ugly hack.. but if you could get your clients to also register a TXT record with a timestamp in it, you could have some sort of cron-based garbage collection script run to scan the zone for those TXT records, and delete all the records related
to that name when the right amount of time has elapsed. That still has some obvious problems though, like what to do if a client doesn't update the TXT record if/when it renews its lease.</div>
<div><br>
</div>
<div><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>