¶1
D-Link DVX-1000 User Manual
Section ³ - Command Line Interface
Set Netmask Command:
Command Name:
set netmask
Command description:
The ‘set netmask’ command is used for setting the netmask statically.
Command Format:
set netmask <net mask>
Example:
set netmask eth0 255.255.255.0
Set DHCP Command:
Command Name:
set dhcp
Command description:
The ‘set dhcp’ command sets the network configuration (such as IP address,
netmask, etc) using DHCP.
Command Format:
set dhcp
Example:
set dhcp
Set Gateway Command:
Command Name:
set gateway
Command description:
The ‘set gateway’ command configures the default gateway.
Command Format:
set gateway <gateway ipaddress>
Example:
set gateway 192.168.10.6
Set DNS Server Command:
Command Name:
set dnsserver
Command description:
The ‘set dnsserver’ command configures the primary & secondary DNS server
address.
Command Format:
set dnsserver <primary dns server ipaddress>
<secondary dns server ipaddress (optional)>
Example:
set dnsserver 192.168.10.5 192.168.10.6