Re: Listen to multiple ports on a single server?

2005-07-19 Thread Erling Paulsen
On Mon, Jul 18, 2005 at 11:36:05AM -0400,Kevin Bonner, The Induhvidual, scrabbled: On Monday 18 July 2005 10:10, Marcin Jessa wrote: On Mon, 18 Jul 2005 15:12:00 +0200 Erling Paulsen [EMAIL PROTECTED] wrote: Hello. Right now I'm running multiple servers for listening to multiple

Re: Listen to multiple ports on a single server?

2005-07-19 Thread Thomas MARCHESSEAU
Hi Erling, you can do something like that : --- radiusd.conf --- # SERVER CONFIGURATION listen { ipaddr = * port = 1812 type = auth } listen { ipaddr = * port = 1813 type = acct } listen { ipaddr = * port = 1645 type = auth } listen

Re: Listen to multiple ports on a single server?

2005-07-18 Thread Marcin Jessa
May I ask why do you want to do such a thing? On Mon, 18 Jul 2005 15:12:00 +0200 Erling Paulsen [EMAIL PROTECTED] wrote: Hello. Right now I'm running multiple servers for listening to multiple ports, for having the option of accomadating both NAS'es that use the old 1645 port and the

Re: Listen to multiple ports on a single server?

2005-07-18 Thread Kevin Bonner
On Monday 18 July 2005 10:10, Marcin Jessa wrote: On Mon, 18 Jul 2005 15:12:00 +0200 Erling Paulsen [EMAIL PROTECTED] wrote: Hello. Right now I'm running multiple servers for listening to multiple ports, for having the option of accomadating both NAS'es that use the old 1645 port and