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> host-name <hostname>

Specifies the name of a host for which to update the DNS record of the dynamic DNS (DDNS) service provider.

set service dns dynamic interface interface service service host-name hostname
delete service dns dynamic interface interface service service host-name hostname
show service dns dynamic interface interface service service host-name
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.
hostname
The name of a host.

Configuration mode


service {
	dns {
		dynamic {
			interface interface {
				service service {
					host-name hostname
				}
			}
		}
	}
}

Use this command to specify the name of a host for which to update the DNS record of the DDNS service provider.

Use the set form of this command to specify a host name.

Use the delete form of this command to remove the host name from the configuration.

Use the show form of this command to view host name configuration.