Endpoint Protection

 View Only
Expand all | Collapse all

Radius Server problem (whatever that is!)

  • 1.  Radius Server problem (whatever that is!)

    Posted Nov 28, 2010 03:05 PM

    Failed to start Radius Server. "The radius port may be used by another process" is reported in my server as a critical error under "SECARS" 4097.

    Advice sought.



  • 2.  RE: Radius Server problem (whatever that is!)

    Posted Nov 28, 2010 03:19 PM

    Hi,

    Please see the thread: https://www-secure.symantec.com/connect/forums/failed-start-radius-serverthe-radius-port-may-be-used-another-process - last commend may give you a hint.

    Cheers,

    Pawel Lakomski



  • 3.  RE: Radius Server problem (whatever that is!)

    Posted Dec 04, 2010 11:45 AM

    Well yes, I did check. There are two folders 13 and 25 which have paths shown to the Symantec program. But the article you refer to just says check them. What has to be done with them? I would need an idea that these are relevant if they need changing or deleting!



  • 4.  RE: Radius Server problem (whatever that is!)
    Best Answer

    Posted Dec 04, 2010 01:06 PM


  • 5.  RE: Radius Server problem (whatever that is!)

    Posted Dec 04, 2010 03:21 PM

    Basically, the error relates to port conflict. You may need to change port used by your radius server.



  • 6.  RE: Radius Server problem (whatever that is!)

    Posted Dec 09, 2010 06:33 AM

    Thanks. That's all very well but how do I go about deciding which port to use? A choice could clash with something else on the system. Why does Symantec choose a port which causes errors?



  • 7.  RE: Radius Server problem (whatever that is!)

    Posted Dec 09, 2010 06:41 AM

    Use netstat command to see if for example port 1813 and change to this one.

    Only ports 0-1023 are well-known ports and cannot be used for other services.



  • 8.  RE: Radius Server problem (whatever that is!)

    Posted Dec 09, 2010 06:57 AM

     

    The Symantec Endpoint Protection Manager uses Radius communication and requires port 1812 to be available for the Enforcer sometimes you will get error message while installing SEPM like
    "Error: "Port 1812 is already in use. Stop your Radius server if you have the Enforcer installed." while installing Symantec Endpoint Protection Manager"
     
    To overcome this you need to add this line.
     
    scm.radius.port=xxxx
     
    Where xxxx is the desired port number
     
    Symantec Document:http://service1.symantec.com/SUPPORT/ent-security.nsf/docid/2007111411152348
     


  • 9.  RE: Radius Server problem (whatever that is!)

    Posted Dec 16, 2010 04:08 AM

    How do I know a Radius server is running? I have not added one.



  • 10.  RE: Radius Server problem (whatever that is!)

    Posted Dec 16, 2010 05:52 AM

    Is there any other application that uses port 1812? You can cyheck it with netstat command.



  • 11.  RE: Radius Server problem (whatever that is!)

    Posted Dec 16, 2010 06:20 AM

    Normally we change it to 1813

    You can leave your application using 1812 as it is whether it is Remote Authentication Dial-In User Service (RADIUS) or any thing else

    TO check if the port is free on the command prompt run command netstat -ab >a.txt  [export it to a text file ]

    Then check if the port is free or in use.