Versions Compared

Key

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

...

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

Info

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

...