network interface
Configure the appliance network interfaces. You can use static IP addressing or DHCP.
User Access
admin
Syntax
network interface
bonding
delete
dhcp
ipv6
static
Argument(s) | Shortcut | Description |
---|---|---|
bonding | b | Configure network interface bonding. See network interface bonding. |
delete | del | Delete the network configuration for a network interface (eth0 or eth1). See network interface delete. |
dhcp | dh | Set a network interface with a DHCP IP configuration. See network interface dhcp. |
ipv6 | ipv | Configure an IPv6 address. See network interface ipv6. |
static | s | Sets a network interface with a static IP configuration. See network interface static. |
NOTE Static IPv4 addressing is the default. The following syntax can be used to set a network interface using default addressing:
network interface -device <netdevice> -ip <IP> -netmask <IP> [-gateway <IP>] [-force]
See network interface static for descriptions of the arguments used in the preceding syntax.