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 https listen-address <ipv4>

Configures access to the web GUI on a specific address.

set service https listen-address ipv4
delete service https listen-address ipv4
show service https listen-address

Requests to access the web GUI will be accepted on any system IP address.

ipv4
Multi-node. An IP address that the HTTPS service listens for connection requests on. The address must be assigned to an interface.

You can define more than one listen-address by creating multiple listen-address configuration nodes.

Configuration mode


service {
	https {
		listen-address ipv4
	}
}

Use this command to configure the system to accept requests for web GUI access on specific addresses. This provides a way to limit access to the system.

Use the set form of this command to configure the system to accept requests for web GUI access on specific addresses.

Use the delete form of this command to remove a listen-address.

Use the show form of this command to view the listen-address configuration.