<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div><div><font style="background-color:rgb(255,255,0)"><b>issue</b>: syslog-ng is not starting if we configure IPV6 IP along with RFC-5424 format</font></div><div><font style="background-color:rgb(255,242,204)">Using below command to run syslog-ng:</font></div><div><font style="background-color:rgb(208,224,227)"><font style="background-color:rgb(255,242,204)"></font>/sbin/syslog-ng -f /etc/syslog-ng/syslog-ng.conf -R /var/syslog-ng.persist -p /var/syslog-ng.pid</font><font style="background-color:rgb(255,255,0)"><br><div><br></div><div>Getting the below error:</div><div>------------------------------</div><div><b>syslog-ng: Error changing to <br>Unknown syslog transport specified, please use one of udp, tcp, or tls; transport='udp6', id='df_remote_0#0'</b></div><div><b></b><br></div></font></div><div>Could anyone please let me know what should be the configuration in syslog-ng.conf for IPV6 syslog-ng server IP with RFC-5424 format.</div><div><br></div><div>we are using syslog-ng-3.3.7 version.</div><div><br></div><div><b>If the below configuration is correct, will it work if we upgrade to newer version with the below configuration?</b><br></div><div></div><div><br></div><div>I am using the below configuration in syslog-ng.conf:</div><div>========================================</div><div>options {<br>  stats_freq (0);<br>  flush_lines (0);<br>  time_reopen (10);<br>  log_fifo_size (10000);<br>  chain_hostnames (off);<br>  use_dns (no);<br>  create_dirs (no);<br>  keep_hostname (no);<br>  perm(0640);<br>  group("root");<br>};<br><br></div><div><br></div><div># sources<br></div><div>source s_all {</div><div> internal(); </div><div>unix-stream("/dev/log"); </div><div>file("/proc/kmsg" program_override("kernel: "));</div><div> };<br><br></div><div><br></div><div>filter f_remote { facility(local7); };<br></div><div>destination df_remote_0 {syslog("xxxx:xxxx:xxxx:xxxx:xxxx" transport("udp6"));};<br>log { source(s_all); filter(f_remote); destination(df_remote_0</div><div><br></div><div>Please help if there is any issue in the above configuration?</div><div><br></div><div>Regards,</div><div>V/</div></div></div></div></div></div></div></div>