12 Feb
2020
12 Feb
'20
5:11 a.m.
On Wed, 2020-02-12 at 09:28 +0300, Sezer BAGLAN wrote:
Why freeradius server listens such an arbitrary port?
It is the port that proxied requests are sent from, and proxy replies received to.
Is it possible to configure it?
You need to add a listen{} section, outside of a virtual server, e.g. something like this at the very top of sites-enabled/default, or in proxy.conf: listen { ipaddr = * port = 1814 type = proxy } See the notes in sites-enabled/default in the listen{} section there. -- Matthew