listening interface configuration
- To: freeradius-users@lists.freeradius.org
- Subject: listening interface configuration
- From: Geoffroy Arnoud <garnoud@yahoo.co.uk>
- Date: Thu, 1 Jun 2006 09:48:37 +0000 (GMT)
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.co.uk; h=Message-ID:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type; b=XRTZPT03Q3IVULROPzEfzcyL8tUDEaNErxxi1kVutEzitYtvJajQNw2eCVWs94b1cEJGNmdT7cl52l4JaEyDuxXvkcjGYKipyrDf3reO3ShBKpwWi5SgNagPGi3XMBlrFCll+MtQ/rsumy5QE/tuW8+Wwq05mGRDgJdWjq1PhKY= ;
- Reply-to: Geoffroy Arnoud <garnoud@yahoo.co.uk>, FreeRadius users mailing list <freeradius-users@lists.freeradius.org>
Hi,
I am going to configure a FreeRADIUS as a RADIUS proxy. My proxy will have to listen on a couple of ports on 2 interfaces, so I set the following configuration in radiusd.conf:
listen {
ipaddr = IP1
port = 1812
type = auth
}
listen {
ipaddr = IP1
port = 1813
type = acct
}
listen {
ipaddr = IP2
port = 1812
type = auth
}
listen {
ipaddr = IP2
port = 1813
type = acct
}
When I start FreeRADIUS, I get the following
...
Listening on authentication IP1:1812
Listening on accounting IP1:1813
Listening on authentication IP2:1812
Listening on accounting IP2:1813
Listening on proxy IP1:1814
...
If I understand packets coming inside IP2, will be forwarded through IP1, right?
Is there a configuration solution to make packets coming inside IP2 to be forwarded through IP1, or is FreeRADIUS limited to only one proxy ip/port?
Thank you in advance,
Geof.
This archive was generated by a fusion of
Pipermail (Mailman edition) and
MHonArc.