Re: port 1813 (Selcuk Yazar)
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
hi realm DEFAULT { type = radius authhost = proxy1.xxxx:1812 accthost = proxy1.xxxx:1813 secret = xxxxxxxx nostrip } is these settings for about remote hosts ?? i need local listening port 1813. freeradius listen only 1812. and 1814. ports also i change port = 0 radius gives error. thanks in advance On Mon, Dec 19, 2011 at 2:10 PM, Rui Ribeiro <ruyrybeyro@gmail.com> wrote:
realm DEFAULT { type = radius authhost = proxy1.xxxx:1812 accthost = proxy1.xxxx:1813 secret = xxxxxxxx nostrip }
-- Selçuk YAZAR http://www.selcukyazar.blogspot.com
hi, proxy.conf is just where things go - you need to ensure the listen stanza in radiusd.conf (of any virtual-server files) is defined correctly alan
participants (3)
-
Alan Buxey -
Rui Ribeiro -
Selcuk Yazar