home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

service dns dynamic interface <interface> service <service>

Specifies a dynamic DNS (DDNS) service provider.

set service dns dynamic interface interface service service
delete service dns dynamic interface interface service service
show service dns dynamic interface interface service service
interface
Multinode. An interface that supports DDNS.
service
Multinode. The name of a DDNS service provider. The name is one of the following: dnspark, dslreports, dyndns, easydns, namecheap, sitelutions, or zoneedit.

You can specify more than one DDNS provider for each interface by creating multiple service configuration nodes.

Configuration mode


service {
    dns {
        dynamic {
            interface interface {
                service service 
            }
         }
    }
}

Use this command to specify the organizations that provides DDNS service to the Vyatta router.

Use the set form of this command to specify a DDNS service provider.

Use the delete form of this command to remove a DDNS service provider.

Use the show form of this command to display information for a DDNS service provider.