OlegUA / dotnet-radius-client-library

Automatically exported from code.google.com/p/dotnet-radius-client-library
3 stars 1 forks source link

Connection Help #1

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 tuesdayh...@gmail.com on 25 Nov 2011 at 7:09