Configures the DHCP server options, such as the gateway address, DNS addresses, and so on.
setdhcpopts -d domain_name -g gateway_address -w WINS_server_addresses -s scope_ID -t node_type -n DNS_addresses
-w and -n parameters.
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.