Tagged: VCSA

How to Add a Static Route on vCenter Appliance

To check the route use following command # route To add a static route use following command # route add -net 10.230.your.ip netmask 255.255.255.mask gw 10.230.your.gateway dev eth0 To add a persistent route #...