On Wed, Mar 27, 2002 at 06:06:10PM -0500, Kirk Mitchell wrote:
At 05:21 PM 3/27/02 -0500, Jeff Mcadams wrote:
Add a "Framed-Route" attribute in the user's RADIUS profile.
I'm not sure how to do this with USR's S&A Server. The Routing section of Radius wants destination1, gateway1, etc. I'm used to thinking of routing in terms of Cisco'ese and not sure how that translates to what I need to enter here. Also, to make sure I explained things properly, the customer's static IP and his subnet are from different blocks... static IP is 55.66.77.198 subnet is 22.33.44.224/28 I need something the equivalent of ip route 22.33.44.224 255.255.255.240 55.66.77.198
The entry would look like this: customer Password = "secret" User-Service-Type = Framed-User, Framed-Protocol = PPP, Framed-Address = 55.66.77.198, Framed-Netmask = 255.255.255.255 Framed-Route = "22.33.44.224/28 55.66.77.198 1", Framed-Routing = None, Framed-MTU = 1500 ...at least, this is how we do it with our heavily-modified Livingston RADIUS server talking to USR HiperArcs... -Scott