Andy Kurth created VCL-970:
------------------------------
Summary: Linux images lose default gateway when rebooted if static
public IP address is used
Key: VCL-970
URL: https://issues.apache.org/jira/browse/VCL-970
Project: VCL
Issue Type: Bug
Components: vcld (backend)
Affects Versions: 2.4.2
Reporter: Andy Kurth
Assignee: Andy Kurth
Fix For: 2.5
On Linux images, a default route is added when setting a static public IP
address using the _route_ command. This route does not persist if the computer
is rebooted.
To resolve this for Red Hat-based distributions, a file should be added for the
public interface when a static IP is set:
*/etc/sysconfig/network-scripts/route-<interface>*
The contents should be:
{noformat}default via [gateway IP] dev [interface]{noformat}
I don't think this is currently a problem for Ubuntu.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)