Mike Tindor wrote:
Just FYI -- The KB article on this subject gives the following (erroneous) information:
/* f. Change the second copy to match the following EXACTLY:
Get-VPN-Neighbor: ;---------------- usersParam = UserRow.PW_VPN_Neighbor if(length(usersParam) > 0) Response.PW_VPN_Neighbor = NUM(usersParam) else if(length(thisGroup)>0) groupParam = GroupRow.PW_VPN_Neighbor if(length(groupParam) > 0) Response.PW_VPN_Neighbor = NUM(groupParam) endif endif endif */
NOTE: The above is wrong -- If we do what it shows above, it will not issue the next hop gateway and a 'show session user' would reveal IEA NEXT HOP GATEWAY IP ADDRESS: 0.0.0.192
After removing NUM() from groupParams and usersParams and restarting Radius, the next hop started working -- revealing IEA NEXT HOP GATEWAY IP ADDRESS: 192.168.10.1 -- Obviously an error in the information in the KB article.
Thanks for your recommendation -- It was an oversight on our part and I'm glad I don't have to spend another moment on it!
Yeah, I never followed any article, I copied the code out of the radserv.scp that was used to pull the DNS numbers out of the database. Glad you got it working... -Ron GLISnet, Inc. +1 810/939.9885 - To unsubscribe to usr-tc, send an email to "majordomo@xmission.com" with "unsubscribe usr-tc" in the body of the message. For information on digests or retrieving files and old messages send "help" to the same address. Do not use quotes in your message.