vforteli / Flexinets.Radius.RadiusServer

Radius server for .Net. Packets handled in pluggable IPacketHandlers
MIT License
45 stars 22 forks source link

I would like to consult, you successfully set up radius server? #1

Closed bbhxwl closed 7 years ago

bbhxwl commented 7 years ago

I want to find C # development of the radius server, do you have?

vforteli commented 7 years ago

https://github.com/vforteli/RadiusServerService contains an implementation used in production, however it is made according to our specific requirements, so it will not be very useful without modification.

bbhxwl commented 7 years ago

I downloaded a lot of errors, I am Chinese, Chinese information is very little, I hope you can help me, you can run the project.

bbhxwl commented 7 years ago

qq 20170516032434

vforteli commented 7 years ago

Yes, so those references are specific to our implementation and should be removed. https://github.com/vforteli/RadiusServerService/tree/Base this branch is a cleaned up version using less references and only a basic mock packet handler.

bbhxwl commented 7 years ago

C # this little information in this area. qq 20170516034650

bbhxwl commented 7 years ago

Can you give me radiusserver.dll? I think the most important may be this, I try.

vforteli commented 7 years ago

Oh, that can be removed, leftovers from a clickonce installation project.

vforteli commented 7 years ago

radiusserver.dll is built from this project https://github.com/vforteli/RadiusServer and has to be referenced by radiusserverservice. Probably a good idea to just include them in the same solution and add a project reference.

bbhxwl commented 7 years ago

I obviously have the nuget package, but still can not run. Hey

qq 20170516035731

vforteli commented 7 years ago

You will have to enable nuget package restore (right click the solution and it should be there). Also note that the projects target .Net 4.6.2

bbhxwl commented 7 years ago

I built a new project, the code copied to the new project which is running, but there will be a mistake, the path access was rejected? Do you have a mailbox? I sent you my project, you look, I did not use the service, but the use of winform

qq 20170516035731

bbhxwl commented 7 years ago

Made the wrong picture

bbhxwl commented 7 years ago

qq 20170516042548

bbhxwl commented 7 years ago

Chinese days are bright, I have to pay close attention to sleep, I hope you can help me. One night did not sleep

vforteli commented 7 years ago

Cant really help much with that error. Just make sure the dictionary file is copied to output, and is readable by the process.

bbhxwl commented 7 years ago

I found this to be a bug that requires an incoming file that is not a folder. Will not you modify the normal operation?

vforteli commented 7 years ago

Its not a bug, but depends on how you reference RadiusServer. If you build it and create an assembly reference to the dll, Visual Studio doesnt know about the directory file and wont copy it to the output. However, if you put the projects in the same solution and create a project reference, Visual Studio should copy the file to the final output directory.