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

Specifies a login ID to use to log on to a dynamic DNS (DDNS) service provider.

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

Configuration mode


service {
	dns {
		dynamic {
			interface interface {
				service service {
					login service-login
				}
			}
		}
	}
}

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

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

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

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