...
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. |
...