Listening on proxy address * XXXXXX
Matthew Newton
mcn at freeradius.org
Wed Feb 12 11:11:39 CET 2020
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
More information about the Freeradius-Users
mailing list