Hi, I would like to pull my munin node over IPv6, but the process is only listening on IPv4.
guinch# grep '^host' /etc/munin/munin-node.conf host * guinch# netstat -af inet | grep 4949 tcp 0 0 *.4949 *.* LISTEN guinch# netstat -af inet6 | grep 4949 guinch# This configuration works on other OSes. How could I make it on OpenBSD? Thanks, -- Alarig