Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

In some scenarios it is necessary to route DRVA management/data network over a particular gateway.

The following steps describe how to change the default gateway used by a DRVA.

1. From vCenter launch the DRVA VM web console and log in to the DRVA using admin credentials.

Note:

  • Collect DRVA admin credentials from Jetstream support.

  • By default, SSH is disabled for DRVAs, by using a private key it is possible to SSH into the DRVA.

2. From the DRVA web appliance run the commands (ip route) and (ip address) to verify the default gateway and IP configuration of the DRVA.

3. Delete the default gateway by running the command (sudo ip route del default)

Note: Admin password required. 

4. Add a new default gateway by running the command (sudo ip route add default via <gateway_IP>)

Note: Admin password required. 

5. After changing the gateway of the DRVA, run the command (ip route) to validate its new default gateway. 


References: Refer to below DRVA related KBs

How to SSH to DRVA using a private key

/wiki/spaces/SUP/pages/2457665711

DRVA network/port troubleshooting KB.

Troubleshooting DRVA network/port connectivity

  • No labels