Recover from an Incorrect Subnet Mask

If you cannot use the Operations Console to change the appliance network settings, you might have to change the IPv4 subnet mask on the appliance.

The following procedure uses the eth0 interface as an example. You can update the eth1 interface by replacing eth0 with eth1.

Before you begin

This procedure assumes that you know how to use the vi editor.

Procedure

  1. Log on to the appliance with the user name rsaadmin and the operating system password.

  2. Update the ifcfg-eth0 file with the correct subnet mask:

    1. Use 'sudo vi' to open the ifcfg-eth0 file at /etc/sysconfig/network/ifcfg-eth0.

    2. Change the line NETMASK=subnet mask to the correct subnet mask.

    3. Save and close the ifcfg-eth0 file.

  3. Restart the network services. Type:

    sudo /sbin/service network restart

    and press ENTER.