in the log configuration section on the ASG is for LINUX stated the following text:
Example for Debian Linux:
Edit /etc/syslog.conf and add this line:*.*@IP_OF_ASG
Ensure that syslogd is running by adding these lines to /etc/rc.conf if they do not exist:
syslogd_enable="yes"
syslogd_flags="-s -vv"
Restart syslogd: /etc/rc.d/syslogd restart
in the getting started quide the following is stated:
From most Linux systems, you can follow these steps:
- Edit /etc/syslog.conf and add this line:
*.* @10.10.10.10:10101 (where 10.10.10.10 is replaced by the IP address of your ASG. This can be found in
the WebAdmin for the ASG under Log Management).
- Ensure that syslogd is running by adding these lines to /etc/rc.conf if they do not exist:
syslogd_enable = "yes"
syslogd_flags = "-s –vv"
- Restart syslogd:
/etc/rc.d/syslogd restart
the important point is the port, on the ASG there is no hint, that i have to set on linux the port manualy to 10101.
Regards
Robert