Change the IP address for a HyperScale Edge node

You can change the IP addresses for the public (Data Protection) network on a HyperScale Edge node.

Use this procedure to address network changes that require an IP address change.

Note

You cannot use this procedure to change the IP address after moving a Data Center.

Prerequisites

To change the IP address for the public (Data Protection) network on a HyperScale Edge node, follow these steps:

  1. Update the relevant network configuration file for the public network interface with the new IP address - bonded and non-bonded as follows:

    1. Navigate to /etc/sysconfig/network-scripts.

    2. Open the following file for editing:

      ifcfg-<interface name>n

  2. Remove the immutable attribute from resolv.conf file:

    chattr -i /etc/resolv.conf

  3. Modify the file with nano, vi, or any other editing tool.

  4. After you finish editing, reset the file attribute to read-only to prevent accidental changes:

    chattr +i /etc/resolv.conf

  5. Restart the network service:

    systemctl restart network

What to Do Next

×

Loading...