[syslog-ng] syslog-ng IPv6 problem ver 3.01
Zoltán Pallagi
pzolee at balabit.hu
Fri Apr 8 15:30:29 CEST 2011
Try this:
destination ipv6_host {
# udp6("fd00:abcd:4321:2:20c:29ff:fea8:9671" port(514));
tcp6("fd00:abcd:4321:2:20c:29ff:fea8:9671" port(514));
};
There is no ip() parameter for tcp/udp destination drivers
On 2011-04-08 13:19, Jakub Jankowski wrote:
> Friday 08 of April 2011 13:17:09 Arya, Manish Kumar napisał(a):
>> same error even after putting quotes
>>
>> destination ipv6_host {
>> # udp6(ip(fd00:abcd:4321:2:20c:29ff:fea8:9671) port(514));
>> tcp6(ip("fd00:abcd:4321:2:20c:29ff:fea8:9671") port(514));
>> };
>>
>> syntax error in /etc/syslog-ng.conf at line 30.
> Is your syslog-ng built with IPv6 support? You can check that in syslog-ng -V
> output:
>
> # syslog-ng -V | grep v6
> Enable-IPv6: on
> #
>
>
> Regards,
>
More information about the syslog-ng
mailing list