Configuring a Default Gateway
- 1 Minute to read
- Print
- PDF
Configuring a Default Gateway
- 1 Minute to read
- Print
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
To set a default gateway for the CTERA Portal server:
- Log in as root over SSH or through the console to the CTERA Portal.
- 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
- Restart the network service, by running the following command:
service network restart
Your changes take effect.
Was this article helpful?