Re: (RADIATOR) syslog

2002-01-20 Thread Hugh Irvine
Hello Shane - The AuthLog SYSLOG clause calls the "Sys::Syslog" function in Perl, which the Camel book (Programming Perl, O'Reilly) says is an interface to the UNIX syslog facility. You can try it to see if it works, but don't be surprised if it doesn't. regards Hugh On Sun, 20 Jan 2002 1

(RADIATOR) Odd Issue with SNMPAgent

2002-01-20 Thread Martin Edge
Hey Guys,   Something I noticed last night while playing ...   I have a radius server which runs two copies of Radiator   Both copies run on separate bound IP's on the machine..   When running SNMPAgent using :   # enable SNMP handling    Port xx    ROCommunity xxx   

Re: (RADIATOR) Odd Issue with SNMPAgent

2002-01-20 Thread Hugh Irvine
Hello Martin - I suspect this has more to do with trying to use the same UDP port number. You can use the "Port" parameter to specify different port numbers in each instance. BTW - what hardware/software platform are you running on? regards Hugh On Mon, 21 Jan 2002 16:35, Martin Edge wrot