Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

In a few scenarios, the customer would like some scenarios it is necessary to route DRVA management/data network over a particular gateway.

Following the steps below, we can The following steps describe how to change the default gateway for 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)

Info

Note: Admin password required. 

4. Add

...

a new default gateway by running the

...

command (sudo ip route add default via <gateway_IP>)

Info

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

...