Skip to main content
Solved

IPv6 Activation Required For Sources Alongside IPv4 Support

  • June 23, 2026
  • 9 replies
  • 0 views

This message originated from Cribl Community Slack.
Click here to view the original link.

Hi Goaties, we are looking to activate IPv6 for certain sources. The source needs to receive via IPv4 alongside with IPv6. Can anybody assist please? I didnt find any info in regards to this topic in the docs.

Best answer by Jon Rust

yes, you can have ipv4 and ipv6 sources listening on the same port

9 replies

Jon Rust
Forum|alt.badge.img
  • Employee
  • June 23, 2026
You'll need 2 sources defined. You can't have 2 addresses defined in 1 source

  • Author
  • Participating Frequently
  • June 23, 2026
Hmmh, when we defined :: as IP address it still received the logs sent via IPv4. However the internal __source Field looked really weird.

  • Author
  • Participating Frequently
  • June 23, 2026
Is it possible to bind the same port with two different source configs, one with ipv4 and the other with ipv6 for example 6514?

Jon Rust
Forum|alt.badge.img
  • Employee
  • Answer
  • June 23, 2026
yes, you can have ipv4 and ipv6 sources listening on the same port

  • Author
  • Participating Frequently
  • June 23, 2026
Doesn't seem to be working @user

Links for this message:
image.png

Jon Rust
Forum|alt.badge.img
  • Employee
  • June 23, 2026
this appears to be a limitation of UDP (or our implementation of a UDP server)

Jon Rust
Forum|alt.badge.img
  • Employee
  • June 23, 2026
the TCP side will work

Jon Rust
Forum|alt.badge.img
  • Employee
  • June 23, 2026
Filing a bug for this

  • Author
  • Participating Frequently
  • June 23, 2026
Thanks Jon. We're upgrading from 4.16.1 to a newer version today. I hope that the bug will resolve itself in the process. That said, having to manage the same source in two separate configs just because we want to use dualstack seems to be kind of a hassle. Especially since our syslog "Port to Sourcetype" list for software appliances is already getting quite large.