Radius Client UDP port selection
Hello Friends, Now the radius client UDP port is selected randomly, Is there a way by which i can mention the server to use perticular UDP port as client port. 1. Is there a way where i can configure port numbers for client and server?2. Or if i need to change the code then in which function i have to change? I want client udp port number should be greater than 32767. Kindly help me. Thanks and Regards,VIJAY S.
vijay s sheelavantar <s_vijay65@rediffmail.com> wrote:
Now the radius client UDP port is selected randomly, Is there a way by which i can mention the server to use perticular UDP port as client port.
1. Is there a way where i can configure port numbers for client and server? 2. Or if i need to change the code then in which function i have to change? I want client udp port number should be greater than 32767.
...the 1990's called...they want their firewall security policy back. Whatever it is you are hoping to achieve[1], this is not going to help you. Cheers [1] what does pinning the client source address give you? -- Alexander Clouter .sigmonster says: No line available at 300 baud.
vijay s sheelavantar <s_vijay65@rediffmail.com> wrote:
Now the radius client UDP port is selected randomly, Is there a way by which i can mention the server to use perticular UDP port as client port.
Well, this would imply that your radius client would exactly be able to authenticate one Supplicant simultaneous.(one udp-socket) And thats probably not that what you want.
2. Or if i need to change the code then in which function i have to change? I want client udp port number should be greater than 32767.
The UDP Header Format offers 16Bit for Source and Destination Port. So, this will be possible. But you have to tell it your software to use Ports above 32767. -- Mit freundlichen Grüßen, Tobias Koopmann
On Fri, Feb 04, 2011 at 04:17:11AM -0000, vijay s sheelavantar wrote:
Now the radius client UDP port is selected randomly, Is there a way by which i can mention the server to use perticular UDP port as client port.
Are you talking about when freeradius is used as a proxy (and thus sending outbound RADIUS packets?) Or are you talking about radclient? Or something else?
participants (4)
-
Alexander Clouter -
Brian Candler -
Tobias Koopmann -
vijay s sheelavantar