Page MenuHomeVyOS Platform

Enable IPv6 address for Dynamic DNS
Closed, ResolvedPublicFEATURE REQUEST

Description

Ability to use IPv6 address. for dynamic DNS service
We already have it for 1.4 in task T3897
Request from the forum

set service dns dynamic interface eth2 ipv6-enable

Details

Version
1.3
Is it a breaking change?
Perfectly compatible
Issue type
Feature (new functionality)

Event Timeline

Viacheslav changed the task status from Open to In progress.
Viacheslav claimed this task.
Viacheslav changed the subtype of this task from "Bug" to "Feature Request".
Viacheslav edited projects, added VyOS 1.3 Equuleus (1.3.3); removed VyOS 1.3 Equuleus.

PR https://github.com/vyos/vyos-1x/pull/1579

set service dns dynamic interface eth2 ipv6-enable
set service dns dynamic interface eth2 service dynv6 host-name 'xxx.dynv6.net'
set service dns dynamic interface eth2 service dynv6 login 'none'
set service dns dynamic interface eth2 service dynv6 password 'passWorD'
set service dns dynamic interface eth2 service dynv6 protocol 'dyndns2'
set service dns dynamic interface eth2 service dynv6 server 'dynv6.com'