You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i am not sure how to contact you.
I have a radius server that is up and running and i can connect to it using
other radius test clients.
However, i am trying to create a .NET client application using this library and
i get a connection error.
"A connection attempt failed because the connected party did not properly
respond after a period of time, or established connection failed because
connected host has failed to respond"
The radius server does work with other test clients.
I am new to radius servers and I am trying to figure it all out. Hoping you
could help.
Here is my code.
Dim radiusClient = New Ais.Net.Radius.Client("192.168.0.100", 1812, "test")
Dim request = New Ais.Net.Radius.AccessRequest("127.0.0.1", ServiceType.Login, "kim123", "1234", radiusClient)
Dim response = radiusClient.Send(request, True, 4)
Original issue reported on code.google.com by [email protected] on 25 Nov 2011 at 7:09
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Nov 2011 at 7:09The text was updated successfully, but these errors were encountered: