Forum: CFEngine Help
Subject: Re: multihomed cf-serverd and ipv6
Author: a+cfeng...@digitalelf.net
Link to topic: https://cfengine.com/forum/read.php?3,25044,25055#msg-25055
I tried to reply via the mailing list, but my response didn't end up in this
thread.
I also had this same issue. IPv6 work
Forum: CFEngine Help
Subject: Re: multihomed cf-serverd and ipv6
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,25044,25051#msg-25051
~/src/cfengine-3.2.3 $ grep HAVE_GETADDRINFO src/conf.h
#define HAVE_GETADDRINFO 1
___
Help
Forum: CFEngine Help
Subject: Re: multihomed cf-serverd and ipv6
Author: mark
Link to topic: https://cfengine.com/forum/read.php?3,25044,25050#msg-25050
When you configure CFEngine from source code, in src/conf.h there should be a
definition
#define HAVE_GETADDRINFO 1
if not, ipv6 will not work
Forum: CFEngine Help
Subject: Re: multihomed cf-serverd and ipv6
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,25044,25048#msg-25048
netstat -ln |grep 5308
tcp0 0 0.0.0.0:53080.0.0.0:* LISTEN
No tcp6 listening. Can you please
Forum: CFEngine Help
Subject: Re: multihomed cf-serverd and ipv6
Author: mark
Link to topic: https://cfengine.com/forum/read.php?3,25044,25047#msg-25047
Make sure the system is compiled with ipv6 support i.e. HAVE_GETADDRINFO 1, and
not force_ipv4? You should be able to see if the socket is liste
Forum: CFEngine Help
Subject: Re: multihomed cf-serverd and ipv6
Author: neilhwatson
Link to topic: https://cfengine.com/forum/read.php?3,25044,25046#msg-25046
I know this host's dual stack in functioning normally. I have other services
working on it.
___
Forum: CFEngine Help
Subject: Re: multihomed cf-serverd and ipv6
Author: mark
Link to topic: https://cfengine.com/forum/read.php?3,25044,25045#msg-25045
Nothing special to do, just make sure that ipv6 is not disabled in your kernel
or ifconfig.
___
Hel