Question about port 1812

André Lopes afsalopes at gmail.com
Mon Aug 31 10:21:13 UTC 2009


Hi all,

I'm new on JRadius and my knowledge on RADIUS and FreeRadius is very limited
as well. My question is about the use of port 1812 by FreeRadius and by the
JRadius.

1. In the FreeRadius log file we can see that it uses the port 1812 for
authentication:*
"Listening on authentication *:1812"*

2. In the JRadius configuration file(jradius-config.xml) we can see that
this port is also used by the the GenericWebServices listener:
*        <listener name="GenericWebSerices">
            <description>JRadius WebServices Listener</description>
            <class>net.sf.jradius.webservice.WebServiceListener</class>

<processor-class>net.sf.jradius.webservice.WebServiceProcessor</processor-class>
            <processor-threads>2</processor-threads>
            <property name="port" value="1812"/>
            <property name="backlog" value="1024"/>
            <property name="useSSL" value="false"/>
            <packet-handler name="SSOProxy">
                <description>SSO Proxy Redirector</description>
                <class>net.sf.jradius.webservice.SSOProxyService</class>
            </packet-handler>
        </listener>*

Could this situation cause any sort of conflict? both applications are
trying to use the same port to listen for requests?

-- 
André Lopes
Charles de Gaulle<http://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html>
- "The better I get to know men, the more I find myself loving dogs."
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.coova.org/pipermail/jradius/attachments/20090831/8379dd27/attachment.htm>


More information about the Jradius mailing list