Page MenuHomeVyOS Platform

vyos unable to tell that it updated dynamic DNS on cloudflare correctly
Needs reporter action, LowPublicBUG

Description

currently running VyOS 1.4-rolling-202303270317,

I configured dynamic dns on cloudflare, while it updates the ip correctly on all hosts, however, when checking the status via:

"show dns dynamic status"

it shows "no connect" on all the hosts. The main problem is, there are tons of DNS requests going from vyos to cloudflare every minute, and not sure how to make it stop. so basically, vyos is unable to tell if the ip address has been updated or not, so it keeps trying every minute.

Details

Version
1.4-rolling-202303270317
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

HappyShr00m renamed this task from Dynamic DNS on cloudflare to vyos unable to tell that it updated dynamic DNS on cloudflare correctly.

Provide your configuration
It is difficult to say without it

Provide your configuration
It is difficult to say without it

dynamic {
    interface pppoe0 {
        service cloudflare {
            host-name host.com  
            host-name one.host.com
            login 'email account'
            password 'GLOBAL API KEY'
            protocol cloudflare
            zone host.com
        }
    }
}
Viacheslav changed the task status from Open to Needs reporter action.Jan 20 2024, 12:28 PM

DDNS was rewritten
@HappyShr00m can you re-check?

Viacheslav triaged this task as Normal priority.Jan 20 2024, 1:04 PM
dmbaturin lowered the priority of this task from Normal to Low.Dec 3 2024, 4:18 PM
dmbaturin edited projects, added VyOS Rolling; removed Bugs, VyOS 1.4 Sagitta (1.4.1).
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.