Syntax
network dns
[
add
|
delete
] [
nameserver
<dns_name_server> |
searchdomain
<dns_search_domain>]
Parameter
Shortcut
Description
add nameserver
<dns_name_server>
a n
Add a DNS name server to the list of servers
used to provide DNS services to the appliance.
add searchdomain
<dns_search_domain>
a s
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>
d n
Delete a DNS name server from the list of
servers used to provide DNS services to the
appliance.
delete searchdomain
<dns_search_domain>
d s
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
}
Parameter
Shortcut
Description
delete
de
Delete the network configuration for a network
interface (eth0 or eth1). See “network interface
delete”, below.
dhcp
dh
Delete a DNS name server from the list of
servers used to provide DNS services to the
appliance.
static
s
Delete a DNS search domain from the list of
search domains that are automatically appended
to URLs provided by the appliance.