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, validate its new default gateway by running the command:ip route
Note:
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.