OPNsense Forum

Archive => 18.1 Legacy Series => Topic started by: nivek1612 on February 08, 2018, 05:45:46 pm

Title: Dynamic DNS - Custom V6
Post by: nivek1612 on February 08, 2018, 05:45:46 pm
I have custom dynamic DNS updates working but using the same approach for custom v6 I'm seeing the following error

opnsense: /services_dyndns_edit.php: Curl error occurred: bind failed with errno 47: Address family not supported by protocol family

Any pointers where to look
Title: Re: Dynamic DNS - Custom V6
Post by: franco on February 12, 2018, 06:25:24 pm
Mismatch between IP and requested IP type maybe, somewhere here?

https://github.com/opnsense/plugins/blob/master/dns/dyndns/src/etc/inc/plugins.inc.d/dyndns/phpDynDNS.inc#L836


Cheers,
Franco
Title: Re: Dynamic DNS - Custom V6
Post by: nivek1612 on February 12, 2018, 06:27:55 pm
Yes I think its linked to the fact we have a link local only on WAN
Title: Re: Dynamic DNS - Custom V6
Post by: nivek1612 on February 15, 2018, 12:49:23 am
Switched to route 53

Works well on both IPv4 and IPv6
Title: Re: Dynamic DNS - Custom V6
Post by: franco on February 28, 2018, 07:57:22 am
Yay ok :)