ip

The
ip
command is used to view and set the network configuration of the gateway.
The gateway may become inaccessible from the Gateway Manager web interface if misconfigured, and SSGSH Direct will be required to reconfigure the network or other settings.

Syntax for Setting Network Configuration

After setting the network configuration with the
ip
command, the changes will be applied after a restart.
ip set <auto | manual> [Device IP] [Default Route IP] [Subnet Mask] [DNS Server]
  • <auto | manual>
    : Either
    auto
    or
    manual
    . Specifies whether to obtain an IP address automatically via DHCP or use a manual configuration.
  • [Device IP]
    : If using a manual configuration, the IP address of the Sensor Seal Gateway.
  • [Default Route]
    : If using a manual configuration, the default route used to access the internet.
  • [Subnet Mask]
    : If using a manual configuration, the subnet mask.
  • [DNS Server]
    : If using a manual configuration, the IP address of the primary DNS server used by the gateway.

Example of Automatic Configuration

ip set auto

Example of Manual Configuration

ip set manual 192.168.1.123 192.168.1.1 255.255.255.0 1.1.1.1

Syntax for Viewing Network Configuration and Status

ip status

Example

ip status
Network Status Mode: auto IP: 192.168.1.75 Default Route: 192.168.1.1 Subnet Mask: 255.255.255.0 DNS Server: [192.168.1.2]/1.1.1.1 Hardware MAC: 4c:42:ee:00:00:03