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> password <service-password>

Specifies the password to use to log on to a dynamic DNS (DDNS) service provider.

set service dns dynamic interface interface service service password service-password
delete service dns dynamic interface interface service service password
show service dns dynamic interface interface service service password
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.
password
A password.

Configuration mode


service {
	dns {
		dynamic {
			interface interface {
				service service {
					password service-password
				}
			}
		}
	}
}

Use this command to specify the password to use to log on to a DDNS service provider.

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

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

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