Two radius server on same machine
Hello all, I am trying to find some info about running two freeradius servers (on different ports) in the same machine. Can someone help me? I couldn't find any info... -- Att, NATANIEL KLUG nata@cnett.com.br LEIA O DIA-A-DIA DO NATA http://nataklug.blogspot.com/ Cyber Nett - Internet Banda Larga www.cnett.com.br (42) 3635-2957 Rua Diogo Pinto, 1046, Centro Laranjeiras do Sul - PR Brasil - 85301-290 "... também os sábios possuem coração tangível e podem, por vezes, usar da ciência como meio de demonstrar impressões sentimentais de que muitos não os julgam suscetíveis." Visconde de Taunay
Hello. If I'm right, there's a 2.x.x feature that allows to run several virtual servers on the same machine. So you can configure the same service to listen on different ports and to behave differently. I believe it is well documented, though. Nataniel Klug a écrit :
Hello all,
I am trying to find some info about running two freeradius servers (on different ports) in the same machine. Can someone help me? I couldn't find any info...
Hoggins, So I was looking for the worng word... it is virtualization... I will look for it. Hoggins! escreveu:
Hello.
If I'm right, there's a 2.x.x feature that allows to run several virtual servers on the same machine. So you can configure the same service to listen on different ports and to behave differently. I believe it is well documented, though.
Nataniel Klug a écrit :
Hello all,
I am trying to find some info about running two freeradius servers (on different ports) in the same machine. Can someone help me? I couldn't find any info...
------------------------------------------------------------------------
- List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- Att, NATANIEL KLUG nata@cnett.com.br LEIA O DIA-A-DIA DO NATA http://nataklug.blogspot.com/ Cyber Nett - Internet Banda Larga www.cnett.com.br (42) 3635-2957 Rua Diogo Pinto, 1046, Centro Laranjeiras do Sul - PR Brasil - 85301-290 "... também os sábios possuem coração tangível e podem, por vezes, usar da ciência como meio de demonstrar impressões sentimentais de que muitos não os julgam suscetíveis." Visconde de Taunay
Nataniel Klug wrote:
Hello all,
I am trying to find some info about running two freeradius servers (on different ports) in the same machine. Can someone help me? I couldn't find any info...
I've actually been running three instances on my servers for quite a while. Basically after installing freeradius I just made three directories, one for firewalls, one for routers and one for switches, copied the /usr/local/etc and /usr/local/var to them, changed the port they listen on in radiusd.conf and fired them all up. Works fine. Mark
Hi, what is there to be done if you want a running instance and a standby instance ? virtual servers won't help here. P.S: I only use radius with accounting request ( logging into oracle db ) Mark Tunnell-3 wrote:
Nataniel Klug wrote:
Hello all,
I am trying to find some info about running two freeradius servers (on different ports) in the same machine. Can someone help me? I couldn't find any info...
I've actually been running three instances on my servers for quite a while. Basically after installing freeradius I just made three directories, one for firewalls, one for routers and one for switches, copied the /usr/local/etc and /usr/local/var to them, changed the port they listen on in radiusd.conf and fired them all up. Works fine.
Mark - List info/subscribe/unsubscribe? See http://www.freeradius.org/list/users.html
-- View this message in context: http://www.nabble.com/Two-radius-server-on-same-machine-tp19336554p19386698.... Sent from the FreeRadius - User mailing list archive at Nabble.com.
andreiv wrote:
Hi,
what is there to be done if you want a running instance and a standby instance ?
There's no such thing as a "standby" instance. It's either listening on the RADIUS port, or it's not. You're better off using a wrapper to watch the server, such as daemontools, or svtools. Or, installing servers on two independent machines, and configuring both of them on the clients. Alan DeKok.
participants (5)
-
Alan DeKok -
andreiv -
Hoggins! -
Mark Tunnell -
Nataniel Klug