Hi all,<br><br>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.<br><br>1. In the FreeRadius log file we can see that it uses the port 1812 for authentication:<i><br>
"Listening on authentication *:1812"</i><br><br>2. In the JRadius configuration file(jradius-config.xml) we can see that this port is also used by the the GenericWebServices listener:<br><i> <listener name="GenericWebSerices"><br>
<description>JRadius WebServices Listener</description><br> <class>net.sf.jradius.webservice.WebServiceListener</class><br> <processor-class>net.sf.jradius.webservice.WebServiceProcessor</processor-class><br>
<processor-threads>2</processor-threads><br> <b> <property name="port" value="1812"/></b><br> <property name="backlog" value="1024"/><br>
<property name="useSSL" value="false"/><br> <packet-handler name="SSOProxy"><br> <description>SSO Proxy Redirector</description><br>
<class>net.sf.jradius.webservice.SSOProxyService</class><br> </packet-handler><br> </listener></i><br><br>Could this situation cause any sort of conflict? both applications are trying to use the same port to listen for requests?<br>
<br>-- <br>André Lopes<br><a href="http://www.brainyquote.com/quotes/authors/c/charles_de_gaulle.html" target="_blank">Charles de Gaulle</a> - "The better I get to know men, the more I find myself loving dogs."