On Oct 13, 2005, at 10:44 PM, Infusino, Michael - ADP Dataphile wrote:
Very nice.
-----Original Message----- From: freeradius-users-bounces@lists.freeradius.org [mailto:jmaimon@ttec.com] Sent: Thursday, October 13, 2005 11:41 PM To: FreeRadius users mailing list Subject: Re: IP address assignment
Infusino, Michael - ADP Dataphile wrote:
I am using radius to authenticate access from VPN.
Would anyone now how to record the IP address the user is assigned after they log in.
Michael
How does a little dynamic dns strike you? Make sure to actualy read below and attached scripts and setup a DNS key.
--------------radiusd.conf------------- ----modules section-------- exec ddns_update { wait = no program = "/usr/local/sbin/radius-dns-update.sh" input_pairs = request packet_type = Accounting-Request shell_escape = yes
} ------------end modules---- ----instantiate section------- ddns_update -----------end section--------
<snip> <rant>Does everyone top post now? How do you read a thread?</rant> Phil