Thus spake Richard Stuplich
I have seen this. I posted a question about this with no answer (yet). This is the default route taking off on you I would bet. I was dealing with this for a long time and found that the HiperARC doesn't deal with the radius properly (as far as I can tell).
This will break the default route:
mmanuf Password = "UNIX" User-Service-Type = Framed-User, Framed-Protocol = PPP, Framed-Address = 207.0.68.214, Framed-Netmask = 255.255.255.255, Framed-Route = "207.0.68.213 207.0.68.214 1" ^^^^ There is no indication of the netmask to use...from RFC2138:
For IP routes, it SHOULD contain a destination prefix in dotted quad form optionally followed by a slash and a decimal length specifier stating how many high order bits of the prefix should be used. That is followed by a space, a gateway address in dotted quad form, a space, and one or more metrics separated by spaces. For example, "192.168.1.0/24 192.168.1.1 1 2 -1 3 400". The length specifier may be omitted in which case it should default to 8 bits for class A prefixes, 16 bits for class B prefixes, and 24 bits for class C prefixes. For example, "192.168.1.0 192.168.1.1 1". This means (assuming the Arc follows this correctly...I haven't checked) that you're setting the route as "207.0.68.0"(!) as a class C or /24 route to the user's IP address...not what you want I think.
Where this will simply not work at all:
mmanuf Password = "UNIX" User-Service-Type = Framed-User, Framed-Protocol = PPP, Framed-Address = 207.0.68.214, Framed-Netmask = 255.255.255.255, Framed-Route = "207.0.68.213/32 207.0.68.214 1" Framed-Compression = Van-Jacobsen-TCP-IP, Idle-Timeout = 0, Framed-MTU = 576
Hrmm...this *should* work...in theory at least...why this isn't working for you I'm not sure (again...I haven't thoroughly tested the Arc's routing behavior). Keep in mind that some of this may be dependant on how your customer is using this extra IP... -- Jeff McAdams Email: jeffm@iglou.com Head Network Administrator Voice: (502) 966-3848 IgLou Internet Services (800) 436-4456 - 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.