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> wins-server <ipv4>

Specifies the address of a Windows Internet Naming Server (WINS) that is available to DHCP clients.

set service dhcp-server shared-network-name name subnet ipv4net wins-server ipv4
delete service dhcp-server shared-network-name name subnet ipv4net wins-server ipv4
show service dhcp-server shared-network-name name subnet ipv4net wins-server
name
Mandatory. A DHCP address pool.
ipv4net
Mandatory. Multinode. The IPv4 network served by the DHCP address pool. The format is ip-addr/prefix.
ipv4
Optional. Multinode. The address of a WINS. The WINS provides name-resolution services that Microsoft DHCP clients can use to correlate host names to IP addresses.

You can specify more than one WINS by entering this command multiple times. The format is an IP address.

Configuration mode


service {
	dhcp-server {
		shared-network-name name {
			subnet ipv4net {
				wins-server ipv4
			}
		}
	}
}

Use this command to specify the address of a WINS that is available to DHCP clients.

Use the set form of this command to specify the address of a WINS server.

Use the delete form of this command to delete the configuration of a WINS.

Use the show form of this command to display the configuration of a WINS.