14 Sep
2011
14 Sep
'11
2:23 p.m.
Fabian Mikołajczak wrote:
Hi all,
I'm trying to replace User-Name and User-Password with ADSL-Agent-Circuit-Id in request and it does not work. Configuration and debug output below. What I am doing wrong?
ADSL-Agent-Circuit-Id has a leading zero. "\000..." That's used to signify "end of string" in C. The solution... get the NAS to follow RFC 4679. ADSL-Agent-Circuit-Id is a printable string, not a 4-octet binary blob. Alan DeKok.