I’ve deployed OpenVAS inside a Kubernetes cluster that’s IPv6-only, and I’m running into an issue trying to scan IPv4 targets from within the cluster.
my setup:
- OpenVAS is up and running.
- The cluster has no IPv4 connectivity, only IPv6.
- When I try to scan an IPv4 address, it fails.
- error message in logs:
lib misc-Message: 13:04:49.510: pcap_lookupnet failed: eth0: no IPv4 address assigned
My questions:
- Has anyone successfully scanned IPv4 targets from an IPv6-only environment?
- Is there a known workaround—like using a tunnel, proxy, or dual-stack gateway—to make this work?
- Is OpenVAS limited in this kind of setup, or is it more of a networking/routing issue?