Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection Help #1

Open
GoogleCodeExporter opened this issue Aug 13, 2015 · 0 comments
Open

Connection Help #1

GoogleCodeExporter opened this issue Aug 13, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant