[Previous] [Next] [Contents] [Last]


setdhcpopts

Configures the DHCP server options, such as the gateway address, DNS addresses, and so on.

Syntax

 setdhcpopts -d domain_name -g gateway_address -w 

WINS_server_addresses -s scope_ID -t node_type -n 

DNS_addresses

Options


 -d


 Name of the DNS domain that the hosts belong to.


 -g


 Gateway IP address.


 -w


 WINS server addresses. Format is -1 <address1> -2 <address2>.


 -s


 WINS scope ID.


 -t


 WINS node type. 1 = Broadcast, 2 = Peer-Peer, 4 = Mixed, 8 = Hybrid.


 -n


 DNS server addresses. Format is -1 <address1> -2 <address2>.

Notes
Examples

 setdhcpopts -d mycompany.com -g 205.15.3.20 -n -1 

205.15.3.41 -2 205.15.3.42

This command will configure the local DNS domain name as mycompany.com, the default gateway as 205.15.3.20, and the name server addresses as 205.15.3.41 and 205.15.3.42. The gateway address, domain name, and name server addresses will be sent to DHCP clients when addresses are assigned.


 setdhcpopts -w -1 205.15.3.51 -2 205.15.3.52 -s 22 -t 1

This command will configure the WINS server addresses as 205.15.3.51 and 205.15.3.52, the WINS scope ID as 22, and the node type as broadcast. These attributes will be sent to DHCP clients when addresses are assigned by the SecureRamp.

Also Supported on
See Also


[Previous] [Next] [Contents] [Last]


Copyright © 2000, Ramp Networks. All rights reserved.