Starting up with eth0 plugged I gest DNS registered. But if I pull eth0 and enable WiFi I get a new IP but the old IP is still in DNS. Restarting sssd register the new WiFi IP. Bug or feature ?
Jocke
I am not a developer so I would wait for the experts to respond but I had some possible ideas:
- I suspect you may have to lower the default 24 hour value for dyndns_refresh_interval.
- Assuming that you do not have dyndns_iface manually defined then I believe the Dynamic DNS address SSSD chooses to use is retrieved from the LDAP connection therefore you may also need to lower the option ldap_connection_expire_timeout(see man-ldap for details) which defaults to 15 minutes.
Debug logs could be useful to analyze here also.
Kind regards, Justin Stephenson
On 02/10/2017 10:09 AM, Joakim Tjernlund wrote:
Starting up with eth0 plugged I gest DNS registered. But if I pull eth0 and enable WiFi I get a new IP but the old IP is still in DNS. Restarting sssd register the new WiFi IP. Bug or feature ?
Jocke _______________________________________________ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org
On Fri, Feb 10, 2017 at 03:43:59PM -0500, Justin Stephenson wrote:
I am not a developer
I would contest this statement, git log says you submitted quite a few patches already :-)
so I would wait for the experts to respond but I had some possible ideas:
- I suspect you may have to lower the default 24 hour value for
dyndns_refresh_interval.
- Assuming that you do not have dyndns_iface manually defined then I
believe the Dynamic DNS address SSSD chooses to use is retrieved from the LDAP connection therefore you may also need to lower the option
Yes, and here I suspect also listing the interface(s) you want to get registered into DNS with the "dyndns_iface" parameter might also help (see man sssd-ad for an example)
ldap_connection_expire_timeout(see man-ldap for details) which defaults to 15 minutes.
Debug logs could be useful to analyze here also.
Kind regards, Justin Stephenson
On 02/10/2017 10:09 AM, Joakim Tjernlund wrote:
Starting up with eth0 plugged I gest DNS registered. But if I pull eth0 and enable WiFi I get a new IP but the old IP is still in DNS. Restarting sssd register the new WiFi IP. Bug or feature ?
Jocke _______________________________________________ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org
sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to sssd-users-leave@lists.fedorahosted.org
On Mon, 2017-02-13 at 10:06 +0100, Jakub Hrozek wrote:
On Fri, Feb 10, 2017 at 03:43:59PM -0500, Justin Stephenson wrote:
I am not a developer
I would contest this statement, git log says you submitted quite a few patches already :-)
so I would wait for the experts to respond but I had some possible ideas:
- I suspect you may have to lower the default 24 hour value for
dyndns_refresh_interval.
- Assuming that you do not have dyndns_iface manually defined then I
believe the Dynamic DNS address SSSD chooses to use is retrieved from the LDAP connection therefore you may also need to lower the option
Yes, and here I suspect also listing the interface(s) you want to get registered into DNS with the "dyndns_iface" parameter might also help (see man sssd-ad for an example)
I have dyndns_iface = vpn0, wlan0, eth0 dyndns_update = true dyndns_refresh_interval = 600 dyndns_update_ptr = true dyndns_ttl = 3600
sssd 1.15
On Mon, Feb 13, 2017 at 09:31:55AM +0000, Joakim Tjernlund wrote:
On Mon, 2017-02-13 at 10:06 +0100, Jakub Hrozek wrote:
On Fri, Feb 10, 2017 at 03:43:59PM -0500, Justin Stephenson wrote:
I am not a developer
I would contest this statement, git log says you submitted quite a few patches already :-)
so I would wait for the experts to respond but I had some possible ideas:
- I suspect you may have to lower the default 24 hour value for
dyndns_refresh_interval.
- Assuming that you do not have dyndns_iface manually defined then I
believe the Dynamic DNS address SSSD chooses to use is retrieved from the LDAP connection therefore you may also need to lower the option
Yes, and here I suspect also listing the interface(s) you want to get registered into DNS with the "dyndns_iface" parameter might also help (see man sssd-ad for an example)
I have dyndns_iface = vpn0, wlan0, eth0 dyndns_update = true dyndns_refresh_interval = 600 dyndns_update_ptr = true dyndns_ttl = 3600
sssd 1.15
Could you post logs?
sssd-users@lists.fedorahosted.org