Page MenuHomeVyOS Platform

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

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

Difficulty level
Unknown (require assessment)
Version
1.4-rolling-202303270317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
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.Apr 13 2023, 9:20 PM
HappyShr00m created this task.

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