(RADIATOR) Problem using AuthBy DYNADDRESS with AuthBy RADIUS

2003-07-22 Thread Ken Wolstencroft
Hi All, I am trying to use my proxy radius servers to allocate dynamic IP addresses. When I call the AuthBy RADIUS routine before AuthBy DYNADDRESS, IP addresses do not get allocated. I am using an AuthByPolicy of ContinueWhileAccept. If I swap the AuthBy calls around (AuthBy DYNADDRESS and then

Re: (RADIATOR) Problem using AuthBy DYNADDRESS with AuthBy RADIUS

2003-07-22 Thread Hugh Irvine
Hello Ken - As the AuthBy RADIUS clause returns immediately and operates asynchronously, you cannot use an AuthByPolicy. To call an AuthBy DYNADDRESS after the proxy reply comes back you will need to use a ReplyHook in the AuthBy RADIUS clause. There is an example of how to do this in the

Re: (RADIATOR) Problem using AuthBy DYNADDRESS with AuthBy RADIUS

2003-07-22 Thread Ken Wolstencroft
Thanks Hugh, I'll try a ReplyHook.. Ken - Original Message - From: Hugh Irvine [EMAIL PROTECTED] To: Ken Wolstencroft [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, July 23, 2003 12:00 AM Subject: Re: (RADIATOR) Problem using AuthBy DYNADDRESS with AuthBy RADIUS Hello Ken