Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread Heikki Vatiainen
On 5.2.2015 20.09, Michael wrote:
 Correct me if i'm wrong, but is it the non-radiator Syslog perl module
 that doesn't have an option to specify the port?

Yes, support for options depends on the Sys::Syslog version. The latest 
version support port but, for example, Ubuntu 12.04 LTS is not recent 
enough. The problem is mostly with the API: the old versions do not 
provide the interface that is used to pass the port to the module.

 On 05/02/15 12:59 PM, l...@airstreamcomm.net wrote:
 We are experimenting with docker containers and running radiator in the most 
 minimal footprint possible, which means we wanted to avoid an unnecessary 
 install of rsyslog.  Will this option be available in future releases?

Sys::Syslog version 0.28 is the minimum version with the interface that 
supports specifying the port number. Version 0.30 has a fix port 
handling ports which improves the performance that's useful if the log 
rate is high.

An option in Radiator is possible. The future release could use the new 
API for all options, including the port number, and revert back to the 
old API with older versions. I'll investigate this.

Meanwhile you could consider local modifications if your Sys::Syslog is 
recent enough.

Thanks,
Heikki

-- 
Heikki Vatiainen h...@open.com.au

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, 
NetWare etc.
___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread Heikki Vatiainen
On 4.2.2015 1.30, List wrote:
 Is it possible to log AuthBy Syslog to an external server on a different
 port than 514?  Reading the documentation I don't see an option to
 specify the port of the remote syslog server.

You are correct, there is no option for setting the remote port.

I recommend logging to the local syslog server and configuring it to 
forward the requests to the remote syslog servers. In addition to more 
flexibility with configuration, this will also offload handling the log 
messages to a separate process which can use, for example, TCP/TLS and 
whatever is required to make sure the log messages get to their destination.

Thanks,
Heikki

-- 
Heikki Vatiainen h...@open.com.au

Radiator: the most portable, flexible and configurable RADIUS server
anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, 
NetWare etc.
___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread l...@airstreamcomm.net
We are experimenting with docker containers and running radiator in the most 
minimal footprint possible, which means we wanted to avoid an unnecessary 
install of rsyslog.  Will this option be available in future releases?



 On Feb 5, 2015, at 7:22 AM, Heikki Vatiainen h...@open.com.au wrote:
 
 On 4.2.2015 1.30, List wrote:
 Is it possible to log AuthBy Syslog to an external server on a different
 port than 514?  Reading the documentation I don't see an option to
 specify the port of the remote syslog server.
 
 You are correct, there is no option for setting the remote port.
 
 I recommend logging to the local syslog server and configuring it to 
 forward the requests to the remote syslog servers. In addition to more 
 flexibility with configuration, this will also offload handling the log 
 messages to a separate process which can use, for example, TCP/TLS and 
 whatever is required to make sure the log messages get to their destination.
 
 Thanks,
 Heikki
 
 -- 
 Heikki Vatiainen h...@open.com.au
 
 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
 Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
 TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
 DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS, 
 NetWare etc.
 ___
 radiator mailing list
 radiator@open.com.au
 http://www.open.com.au/mailman/listinfo/radiator
 

___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


Re: [RADIATOR] AuthBy Syslog port

2015-02-05 Thread Michael
Correct me if i'm wrong, but is it the non-radiator Syslog perl module 
that doesn't have an option to specify the port?


On 05/02/15 12:59 PM, l...@airstreamcomm.net wrote:
 We are experimenting with docker containers and running radiator in the most 
 minimal footprint possible, which means we wanted to avoid an unnecessary 
 install of rsyslog.  Will this option be available in future releases?



 On Feb 5, 2015, at 7:22 AM, Heikki Vatiainen h...@open.com.au wrote:

 On 4.2.2015 1.30, List wrote:
 Is it possible to log AuthBy Syslog to an external server on a different
 port than 514?  Reading the documentation I don't see an option to
 specify the port of the remote syslog server.
 You are correct, there is no option for setting the remote port.

 I recommend logging to the local syslog server and configuring it to
 forward the requests to the remote syslog servers. In addition to more
 flexibility with configuration, this will also offload handling the log
 messages to a separate process which can use, for example, TCP/TLS and
 whatever is required to make sure the log messages get to their destination.

 Thanks,
 Heikki

 -- 
 Heikki Vatiainen h...@open.com.au

 Radiator: the most portable, flexible and configurable RADIUS server
 anywhere. SQL, proxy, DBM, files, LDAP, NIS+, password, NT, Emerald,
 Platypus, Freeside, TACACS+, PAM, external, Active Directory, EAP, TLS,
 TTLS, PEAP, TNC, WiMAX, RSA, Vasco, Yubikey, MOTP, HOTP, TOTP,
 DIAMETER etc. Full source on Unix, Windows, MacOSX, Solaris, VMS,
 NetWare etc.
 ___
 radiator mailing list
 radiator@open.com.au
 http://www.open.com.au/mailman/listinfo/radiator

 ___
 radiator mailing list
 radiator@open.com.au
 http://www.open.com.au/mailman/listinfo/radiator


___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator


[RADIATOR] AuthBy Syslog port

2015-02-03 Thread List
Is it possible to log AuthBy Syslog to an external server on a different 
port than 514?  Reading the documentation I don't see an option to 
specify the port of the remote syslog server.

___
radiator mailing list
radiator@open.com.au
http://www.open.com.au/mailman/listinfo/radiator