Versions Compared

Key

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

...

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

...

Info

...

  • Obtain DRVA admin credentials from Jetstream support.

...

  • SSH is disabled for DRVAs

...

  • by

...

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

Infowarning

Note: Since Because the DRVA is a stateless appliance Adding the , a default gateway by following added according to the above procedure will not be persistent after a DRVA reboot.
We can use a Power shell script A Power Shell script can be used to add persistent default routes on a DRVA, contact . Contact JetStream support to perform for help performing this action.

...

Note

JetStream DR version 4.1.18

...

and later include the option to add

...

additional network routes from

...

the GUI: Appliances >

...

Settings > Add

...

.

This is the recommended method to add

...

network routes for JetStream software versions that support this capability.

...

References: Refer to below DRVA related KBs

...