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 dhcp-server shared-network-name <name> subnet <ipv4net> wpad-url <url>

Specifies the Web Proxy Autodiscovery (WPAD) URL

set service dhcp-server shared-network-name name subnet ipv4net wpad-url url
delete service dhcp-server shared-network-name name subnet ipv4net wpad-url
show service dhcp-server shared-network-name name subnet ipv4net wpad-url
name
Mandatory. A DHCP address pool.
ipv4net
Mandatory. Multinode. The IPv4 network served by the DHCP address pool. The format is ip-addr/prefix.
url
Optional. The WPAD URL.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				wpad-url url
			}
		}
	}
}

Use this command to specify the WPAD URL.

Use the set form of this command to specify the WPAD URL.

Use the delete form of this command to delete the WPAD URL.

Use the show form of this command to display the WPAD URL.