Syntax
network dns [add | delete] [nameserver <dns_name_server> | searchdomain
<dns_search_domain>]
add nameserver
<dns_name_server>
Add a DNS name server to the list of servers
used to provide DNS services to the appliance.
add searchdomain
<dns_search_domain>
Add a DNS search domain to the list of search
domains that are automatically appended to
URLs provided by the appliance.
delete nameserver
<dns_name_server>
Delete a DNS name server from the list of
servers used to provide DNS services to the
appliance.
delete searchdomain
<dns_search_domain>
Delete a DNS search domain from the list of
search domains that are automatically appended
to URLs provided by the appliance.
Example
psesh:> net dns add nameserver 192.16.0.2
Success: Nameserver 192.16.0.2 added
psesh:> net dns add searchdomain 192.16.0.0
Success: Searchdomain entry 192.16.0.0 added
psesh:> net dns delete -nameserver 192.16.0.2
Success: Nameserver 192.16.0.2 deleted
psesh:> net dns delete -searchdomain 192.16.0.0
Success: Searchdomain entry 192.16.0.0 deleted
network interface
Configure the appliance network interfaces. You can use static IP addressing or
DHCP. Static addressing is the default.
Syntax
network interface {static | dhcp | delete}
Delete the network configuration for a network
interface (eth0 or eth1). See “network interface
delete”, below.
Delete a DNS name server from the list of
servers used to provide DNS services to the
appliance.
Delete a DNS search domain from the list of
search domains that are automatically appended
to URLs provided by the appliance.