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> server <addr>

Specifies a server to which to send dynamic DNS (DDNS) updates.

set service dns dynamic interface interface service service server addr
delete service dns dynamic interface interface service service server
show service dns dynamic interface interface service service server

The default server of the DDNS service provider is used.

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.
addr
An IP address or a host name. Only some DDNS service providers require this address or host name.

Configuration mode


service {
	dns {
		dynamic {
			interface interface {
				service service {
					server addr
				}
			}
		}
	}
}

Use this command to specify the IP address or host name of the DDNS service provider’s server that DDNS updates are sent to. This should be set only if the DDNS service provider requires it.

Use the set form of this command to specify the server to send DDNS updates to.

Use the delete form of this command to use the default DDNS service provider servers.

Use the show form of this command to view DDNS service provider server configuration.