1. port 1813 (Selcuk Yazar)
----------------------------------------------------------------------
Message: 1 Date: Mon, 19 Dec 2011 12:06:08 +0200 From: Selcuk Yazar <selcuk.yazar@gmail.com> Subject: port 1813 To: freeradius-users@lists.freeradius.org Message-ID: <CACBG-R1Kev96uOmjs-f0sOo=D6noMjMYeHoKKrgB=axBNCN3jg@mail.gmail.com> Content-Type: text/plain; charset="iso-8859-1"
Hi,
we have FreeRADIUS Version 2.1.12 on freebsd,
in proxy.conf we have settings ;
home_server localhost {
type = auth+acct port = 1812 ...
}
but when i looked up with netstat- n freeradius doen't listen port 1813 .
what is the problem ?
thanks in advance.
HI Selcuk, I remember the freeradius docs and sample file stating that you should use port = 0, so the appropriate ports are picked up from /etc/services; another alternative syntax I am using to define my proxy is realm DEFAULT { type = radius authhost = proxy1.xxxx:1812 accthost = proxy1.xxxx:1813 secret = xxxxxxxx nostrip } cheers, Rui