Ascend Permanent Connections & RadiusNT don't work?

Albert Churba ( (no email) )
Mon, 21 Jul 1997 22:45:35 -0400

Dale,

Is it possible that RadiusNT does not support Permanent Connections from an
Ascend MAX4004?
Please shed some light on this matter.

Also, my evaluation period is just about over. We are ready to purchase the
product with the 500 MBR's. With regard to the up and running support, how
exactly is that done? Is it by phone or email?

Thanks,
Albert Churba, President
Dial ISDN, Inc.
http://www.dialisdn.net

REPLY FROM ASCEND:
------------------------------------------------------------------------
Maybe EmeraldNT's radius daemon doesn't know how to
look for permanent connections? That is the correct syntax.
------------------------------------------------------------------------

These entries are only entered in the Users File. I have not had the time
to even start the SQL data entry so everything is in the users text file.
The only thing the SQL connection is doing is logging.

Backup Data Follows:

------------------------------------------------------------------------
Users file entries:
------------------------------------------------------------------------
permconn-MAX1-1 Password = "ascend", User-Service = Dialout-Framed-User
User-Name = "MCI",
Ascend-Dial-Number = "95551212",
Framed-Protocol = MPP,
Framed-Address = 10.4.66.33,
Framed-Netmask = 255.255.255.240,
Framed-Route = "10.4.66.32/28 10.4.66.33 1"
Ascend-Metric = 2,
Framed-Routing = None,
Ascend-Call-Type = Perm/Switched,
Ascend-Send-Auth = Send-Auth-PAP,
Ascend-Send-Secret = "abcdef"
Ascend-Data-Svc = Switched-64K

MCI Password = "abcdef"
User-Service = Framed-User,
Framed-Protocol = MPP,
Ascend-Route-IP = Route-IP-Yes,
Framed-Address = 10.4.66.33,
Framed-Netmask = 255.255.255.240,
Ascend-PRI-Number-Type = National-Number,
Ascend-Base-Channel-Count = 1,
Ascend-Maximum-Channels = 1,
Ascend-Call-Type = Perm/Switched,
Ascend-Dialout-Allowed = Dialout-Allowed,
Ascend-Dial-Number = "95551212",
Ascend-Metric = 7,
Framed-Route = "10.4.66.32/28 10.4.66.33 7",
Ascend-Send-Auth = Send-Auth-PAP,
Ascend-Send-Secret = "abcdef"

------------------------------------------------------------------------
Radius -x15 output without ODBC Support
Output after a 00-206 (Upd Rem Cfg) 3 (Nailed Prof) request
------------------------------------------------------------------------
Radius NT is ready to receive requests!
radrecv: Request from host d1044102 code=1, id=25, length=67
User-Name = "permconn-MAX1-1"
Password = "\242\301\021`\275_\245"
NAS-Identifier = 10.4.66.2
NAS-Port-Type = Async
User-Service = Dialout-Framed-User
State = ""
rad_authenticate()
rad_auth(): user_find(permconn-MAX1-1) error = Neither User Nor Default
Name
LOG: Authenticate: from 209.4.65.2 - Neither User Nor Default Name:
permconn-MAX1-1

Sending Reject of id 25 to d1044102 (209.4.65.2)

Response Time: 94
radrecv: Request from host d1044102 code=1, id=26, length=64
User-Name = "frdlink-MAX1-1"
Password = "\242\301\021`\275_\245"
NAS-Identifier = 10.4.66.2
NAS-Port-Type = Async
User-Service = Dialout-Framed-User
rad_authenticate()
rad_auth(): user_find(frdlink-MAX1-1) error = Neither User Nor Default Name
LOG: Authenticate: from 209.4.65.2 - Neither User Nor Default Name:
frdlink-MAX1-1

Sending Reject of id 26 to d1044102 (209.4.65.2)

------------------------------------------------------------------------
Radius -x15 output with ODBC Support
Output after a 00-206 (Upd Rem Cfg) 3 (Nailed Prof) request
------------------------------------------------------------------------

Radius NT is ready to receive requests!
radrecv: Request from host d1044102 code=1, id=35, length=67
User-Name = "permconn-MAX1-1"
Password = "\240\377\012V\236|\266"
NAS-Identifier = 10.4.66.2
NAS-Port-Type = Async
User-Service = Dialout-Framed-User
State = ""
rad_authenticate_ODBC()
Password = "\240\377\012V\236|\266"
Decrypted Password: ascend
Allocating Statement...

SQL Statement: Select DateAdd(Day, ma.extension, maExpireDate),
DateAdd(Day, sa
..extension, saExpireDate), sa.AccountID, sa.AccountType, sa.Password,
sa.Login,
sa.Shell, sa.LoginLimit From MasterAccounts ma, SubAccounts sa Where
(sa.Login='
permconn-MAX1-1' or sa.Shell='permconn-MAX1-1') AND
ma.CustomerID=sa.CustomerID
and sa.Active<>0 and ma.Active<>0

ODBC: SQLFetch Error:100: (00000)

Freeing SQL Statement...
Not Found in ODBC, Checking users file...
rad_authenticate()
rad_auth(): user_find(permconn-MAX1-1) error = Neither User Nor Default
Name
LOG: Authenticate: from MAX1 - Neither User Nor Default Name:
permconn-MAX1-1

Sending Reject of id 35 to d1044102 (MAX1)

Response Time: 219
radrecv: Request from host d1044102 code=1, id=36, length=64
User-Name = "frdlink-MAX1-1"
Password = "\240\377\012V\236|\266"
NAS-Identifier = 10.4.66.2
NAS-Port-Type = Async
User-Service = Dialout-Framed-User
rad_authenticate_ODBC()
Password = "\240\377\012V\236|\266"
Decrypted Password: ascend
Allocating Statement...

SQL Statement: Select DateAdd(Day, ma.extension, maExpireDate),
DateAdd(Day, sa
..extension, saExpireDate), sa.AccountID, sa.AccountType, sa.Password,
sa.Login,
sa.Shell, sa.LoginLimit From MasterAccounts ma, SubAccounts sa Where
(sa.Login='
frdlink-MAX1-1' or sa.Shell='frdlink-MAX1-1') AND
ma.CustomerID=sa.CustomerID an
d sa.Active<>0 and ma.Active<>0

ODBC: SQLFetch Error:100: (00000)

Freeing SQL Statement...
Not Found in ODBC, Checking users file...
rad_authenticate()
rad_auth(): user_find(frdlink-MAX1-1) error = Neither User Nor Default Name
LOG: Authenticate: from MAX1 - Neither User Nor Default Name:
frdlink-MAX1-1

Sending Reject of id 36 to d1044102 (MAX1)

------------------------------------------------------------------------
End of outputs.
------------------------------------------------------------------------