Configuring a Default Gateway
  • 21 Mar 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Configuring a Default Gateway

  • Dark
    Light
  • PDF

Article Summary

To set a default gateway for the CTERA Portal server:

  1. Run the following command:
    echo "GATEWAY=default_gateway_ip_address" > /etc/sysconfig/network
    Where default_gateway_ip_address is your default gateway IP address.
    For example: echo "GATEWAY=192.168.90.1" > /etc/sysconfig/network
  2. Restart the network service, by running the following command: service network restart
    Your changes take effect.

Was this article helpful?